Class SecurePingHandlerServlet.Handler
- java.lang.Object
-
- info.ejava.examples.secureping.web.SecurePingHandlerServlet.Handler
-
- Direct Known Subclasses:
SecurePingHandlerServlet.IsCallerInRole
,SecurePingHandlerServlet.Logout
,SecurePingHandlerServlet.MainMenu
,SecurePingHandlerServlet.Ping
- Enclosing class:
- SecurePingHandlerServlet
private abstract class SecurePingHandlerServlet.Handler extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
DISPLAY_RESULT_URL
protected static String
MAINMENU_URL
protected static String
RESULT_PARAM
protected static String
ROLE_PARAM
-
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
-
ROLE_PARAM
protected static final String ROLE_PARAM
- See Also:
- Constant Field Values
-
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
-
DISPLAY_RESULT_URL
protected static final String DISPLAY_RESULT_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
handle
public abstract void handle(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
- Throws:
ServletException
IOException
-
-