|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectValveBase
org.jboss.web.tomcat.security.HttpServletRequestValve
A Tomcat Valve that obtains the client's HttpServletRequest and saves it in a ThreadLocal variable. It allows the WebCallbackHandler to populate the HttpServletRequestCallback.
Field Summary | |
static java.lang.ThreadLocal |
httpRequest
ThreadLocal to save the HttpServletRequest. |
Constructor Summary | |
HttpServletRequestValve()
Default constructor. |
Method Summary | |
void |
invoke(Request request,
Response response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.ThreadLocal httpRequest
Constructor Detail |
public HttpServletRequestValve()
Method Detail |
public void invoke(Request request, Response response) throws java.io.IOException, ServletException
java.io.IOException
ServletException
org.apache.catalina.Valve#invoke(org.apache.catalina.connector.Request,
org.apache.catalina.connector.Response)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |