Package ejava.examples.asyncmarket.web
Class BuyerHandlerServlet.Handler
- java.lang.Object
-
- ejava.examples.asyncmarket.web.BuyerHandlerServlet.Handler
-
- Direct Known Subclasses:
BuyerHandlerServlet.AdminMenu
,BuyerHandlerServlet.CreateAccount
,BuyerHandlerServlet.CreateOrder
,BuyerHandlerServlet.GetAvailableItems
,BuyerHandlerServlet.GetOrder
,BuyerHandlerServlet.Logout
,BuyerHandlerServlet.PlaceOrder
- Enclosing class:
- BuyerHandlerServlet
private abstract class BuyerHandlerServlet.Handler extends Object
-
-
Field Summary
Fields Modifier and Type Field 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
-
Constructor Summary
Constructors Modifier Constructor Description private
Handler()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
handle(HttpServletRequest request, HttpServletResponse response)
-
-
-
Field Detail
-
RESULT_PARAM
protected static final String RESULT_PARAM
- See Also:
- Constant Field Values
-
MAINMENU_URL
protected static final String MAINMENU_URL
- See Also:
- Constant Field Values
-
DISPLAYUSER_URL
protected static final String DISPLAYUSER_URL
- See Also:
- Constant Field Values
-
DISPLAYITEM_URL
protected static final String DISPLAYITEM_URL
- See Also:
- Constant Field Values
-
DISPLAYITEMS_URL
protected static final String DISPLAYITEMS_URL
- See Also:
- Constant Field Values
-
BUYERMENU_URL
protected static final String BUYERMENU_URL
- See Also:
- Constant Field Values
-
CREATEORDER_URL
protected static final String CREATEORDER_URL
- See Also:
- Constant Field Values
-
DISPLAYORDER_URL
protected static final String DISPLAYORDER_URL
- See Also:
- Constant Field Values
-
ITEM
protected static final String ITEM
- See Also:
- Constant Field Values
-
USER
protected static final String USER
- See Also:
- Constant Field Values
-
-
Method Detail
-
handle
public abstract void handle(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
- Throws:
ServletException
IOException
-
-