| com.technoetic.xplanner.actions.DispatchForward
DispatchForward | final public class DispatchForward extends Action (Code) | | Generic dispatcher to ActionForwards.
Original Author: Ted Husted
Source: http://husted.com/about/scaffolding/catalog.htm
|
execute | public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Forward request to "cancel", {forward}, or "error" mapping, where {forward}
is an action path given in the parameter mapping or in the request as
"forward=actionPath".
Parameters: mapping - The ActionMapping used to select this instance Parameters: form - The optional ActionForm bean for this request (if any) Parameters: request - The HTTP request we are processing Parameters: response - The HTTP response we are creating exception: IOException - if an input/output error occurs exception: ServletException - if a servlet exception occurs |
setAuthorizationRequired | public void setAuthorizationRequired(boolean authorizationRequired)(Code) | | |
|
|