| java.lang.Object com.mvnforum.RequestProcessorDefault
postProcess | public String postProcess(HttpServletRequest request, HttpServletResponse response, String responseURI)(Code) | | This method is called just before the call to the final request
dispatcher forward. This method always returns
responseURI .
Parameters: request - a HttpServletRequest value Parameters: response - a HttpServletResponse value Parameters: responseURI - the path to which the control will beforwarded after this method has finished. |
preLogin | public String preLogin(HttpServletRequest request, HttpServletResponse response)(Code) | | This is the first method called in the request processing. This
method returns always null .
Parameters: request - a HttpServletRequest value Parameters: response - a HttpServletResponse value |
preProcess | public String preProcess(HttpServletRequest request, HttpServletResponse response)(Code) | | The method receives the user request just before the
authentication has been checked. This method always returns
null .
Parameters: request - a HttpServletRequest value Parameters: response - a HttpServletResponse value |
|
|