|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.bc.gov.webade.j2ee.WebAppRequestProcessingUtils
| Field Summary | |
static int |
BAD_REQUEST
BAD_REQUEST is the HTTP error code for a bad request. |
static java.lang.String |
CURRENT_WEBADE_USER_CREDENTIALS
The attribute name for the UserCredentials object in
the HttpSession |
static java.lang.String |
CURRENT_WEBADE_USER_INFO
The attribute name for the WebADEUserInfo object in the
HttpSession |
static java.lang.String |
CURRENT_WEBADE_USER_PERMISSIONS
The attribute name for the WebADEUserPermissions object in
the HttpSession |
static java.lang.String |
WEBADE_HAS_PREPROCESSED_REQUEST
The request attribute name for the flag indicating the WebADE has pre-processed this request. |
static java.lang.String |
WEBADE_USER
The attribute name for the User object in the
HttpSession |
| Method Summary | |
static void |
postprocessRequest(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Postprocess an HTTP request. |
static boolean |
preprocessRequest(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Preprocess an HTTP request. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String WEBADE_USER
User object in the
HttpSession
public static final java.lang.String CURRENT_WEBADE_USER_CREDENTIALS
UserCredentials object in
the HttpSession
public static final java.lang.String CURRENT_WEBADE_USER_PERMISSIONS
WebADEUserPermissions object in
the HttpSession
public static final java.lang.String CURRENT_WEBADE_USER_INFO
WebADEUserInfo object in the
HttpSession
public static final java.lang.String WEBADE_HAS_PREPROCESSED_REQUEST
public static final int BAD_REQUEST
BAD_REQUEST is the HTTP error code for a bad request.
| Method Detail |
public static boolean preprocessRequest(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException
context - The servlet context.req - The incoming request.res - The outgoing response.
javax.servlet.ServletException
public static void postprocessRequest(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException
context - The servlet context.req - The incoming request.res - The outgoing response.
javax.servlet.ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||