Package ejava.examples.asyncmarket.web
Class SellerHandlerServlet.Handler
- java.lang.Object
-
- ejava.examples.asyncmarket.web.SellerHandlerServlet.Handler
-
- Direct Known Subclasses:
SellerHandlerServlet.AdminMenu
,SellerHandlerServlet.CreateAccount
,SellerHandlerServlet.GetItems
,SellerHandlerServlet.Logout
,SellerHandlerServlet.SellProduct
- Enclosing class:
- SellerHandlerServlet
private abstract class SellerHandlerServlet.Handler extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
DISPLAYITEM_URL
protected static String
DISPLAYUSER_URL
protected static String
ITEM
protected static String
MAINMENU_URL
protected static String
RESULT_PARAM
protected static String
SELLERMENU_URL
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
-
SELLERMENU_URL
protected static final String SELLERMENU_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
-
-