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 StringDISPLAYITEM_URLprotected static StringDISPLAYUSER_URLprotected static StringITEMprotected static StringMAINMENU_URLprotected static StringRESULT_PARAMprotected static StringSELLERMENU_URLprotected static StringUSER
-
Constructor Summary
Constructors Modifier Constructor Description privateHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidhandle(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:
ServletExceptionIOException
-
-