| com.rift.coad.daemon.tomcat.security.CoadunationValve
CoadunationValve | public class CoadunationValve extends ValveBase (Code) | | This valve is responsible for associating an active session with a user. In
coadunation.
author: brett |
Field Summary | |
protected static Logger | log |
Method Summary | |
public void | invoke(Request request, Response response) This method is responsible for dealing with the invoke request on the
servlet container. |
log | protected static Logger log(Code) | | |
CoadunationValve | public CoadunationValve()(Code) | | Creates a new instance of CoadunationValve
|
invoke | public void invoke(Request request, Response response) throws IOException, ServletException(Code) | | This method is responsible for dealing with the invoke request on the
servlet container.
Parameters: request - The data used for the request. Parameters: response - The data resulting from the request response. exception: IOException - exception: ServletException - |
|
|