| org.apache.struts.actions.DispatchAction org.apache.struts.webapp.dispatch.DispatchExampleAction
DispatchExampleAction | public class DispatchExampleAction extends DispatchAction (Code) | | Example DispatchAction.
version: $Rev: 471754 $ $Date: 2006-11-06 08:55:09 -0600 (Mon, 06 Nov 2006) $ |
doBar | public ActionForward doBar(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Example "bar" method.
Parameters: mapping - The ActionMapping used to select this instance Parameters: form - The optional ActionForm bean for this request Parameters: request - The servlet request we are processing Parameters: response - The servlet response we are creating exception: Exception - if business logic throws an exception |
doFoo | public ActionForward doFoo(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Example "foo" method.
Parameters: mapping - The ActionMapping used to select this instance Parameters: form - The optional ActionForm bean for this request Parameters: request - The servlet request we are processing Parameters: response - The servlet response we are creating exception: Exception - if business logic throws an exception |
Methods inherited from org.apache.struts.actions.DispatchAction | protected ActionForward cancelled(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected ActionForward dispatchMethod(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String name) throws Exception(Code)(Java Doc) public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected Method getMethod(String name) throws NoSuchMethodException(Code)(Java Doc) protected String getMethodName(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String parameter) throws Exception(Code)(Java Doc) protected String getParameter(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected ActionForward unspecified(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
|
|
|