org.apache.catalina.valves
public class PersistentValve extends ValveBase
USAGE CONSTRAINT: To work correctly it requires a PersistentManager.
USAGE CONSTRAINT: To work correctly it assumes only one request exists per session at any one time.
Version: $Revision: 787779 $ $Date: 2009-06-23 20:32:01 +0200 (Tue, 23 Jun 2009) $
Method Summary | |
---|---|
String | getInfo()
Return descriptive information about this Valve implementation. |
void | invoke(Request request, Response response)
Select the appropriate child Context to process this request,
based on the specified request URI. |
protected boolean | isSessionStale(Session session, long timeNow)
Indicate whether the session has been idle for longer
than its expiration date as of the supplied time.
|
Parameters: request Request to be processed response Response to be produced
Throws: IOException if an input/output error occurred ServletException if a servlet error occurred