Uses of Class
net.sf.ooweb.http.ResponseState

Packages that use ResponseState
net.sf.ooweb.http This package contains the HTTP support classes. 
net.sf.ooweb.http.pygmy This package contains the pygmy httpd implementation of the plugin API. 
 

Uses of ResponseState in net.sf.ooweb.http
 

Methods in net.sf.ooweb.http that return ResponseState
 ResponseState SecurityManager.checkRequest(java.lang.String context, ObjectAndMethod oam, java.util.Map<java.lang.String,java.lang.String> cookieMap, java.util.Map<java.lang.String,java.lang.Object> reqParams, java.lang.String basicAuthHeader, java.util.Map session)
          handles a request from a security perspective, performing authentication and authorisation as required
 ResponseState SimpleCache.get(ObjectAndMethod oam)
           
 ResponseState Cache.get(ObjectAndMethod oam)
          return a cached ResponseState for the keyed ObjectAndMethod, or null if no such entry exists (or if it's just been expired)
 ResponseState HandlingException.getResponseState()
           
 ResponseState RequestHandler.handle()
          Generic OOWeb request handler.
 

Methods in net.sf.ooweb.http with parameters of type ResponseState
 void SimpleCache.put(ObjectAndMethod oam, ResponseState respState, java.lang.Long timeout)
           
 void Cache.put(ObjectAndMethod oam, ResponseState state, java.lang.Long timeout)
          add a new object to cache specifying the maximum timeout
 

Constructors in net.sf.ooweb.http with parameters of type ResponseState
HandlingException(ResponseState responseState)
           
 

Uses of ResponseState in net.sf.ooweb.http.pygmy
 

Methods in net.sf.ooweb.http.pygmy with parameters of type ResponseState
protected  void OowebHandler.createRedirectResponse(pygmy.core.HttpResponse resp, ResponseState state)
           
protected  void OowebHandler.createResponse(pygmy.core.HttpResponse resp, int code, ResponseState state)
           
 



Copyright (C) 2005-2007 OOWeb Authors.