private abstract class BuyerHandlerServlet.Handler extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
BUYERMENU_URL |
protected static String |
CREATEORDER_URL |
protected static String |
DISPLAYITEM_URL |
protected static String |
DISPLAYITEMS_URL |
protected static String |
DISPLAYORDER_URL |
protected static String |
DISPLAYUSER_URL |
protected static String |
ITEM |
protected static String |
MAINMENU_URL |
protected static String |
RESULT_PARAM |
protected static String |
USER |
Modifier | Constructor and Description |
---|---|
private |
Handler() |
Modifier and Type | Method and Description |
---|---|
abstract void |
handle(HttpServletRequest request,
HttpServletResponse response) |
protected static final String RESULT_PARAM
protected static final String MAINMENU_URL
protected static final String DISPLAYUSER_URL
protected static final String DISPLAYITEM_URL
protected static final String DISPLAYITEMS_URL
protected static final String BUYERMENU_URL
protected static final String CREATEORDER_URL
protected static final String DISPLAYORDER_URL
protected static final String ITEM
protected static final String USER
public abstract void handle(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
ServletException
IOException
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.