| org.apache.struts.actions.MappingDispatchAction org.apache.struts.webapp.dispatch.MappingDispatchExampleAction
MappingDispatchExampleAction | public class MappingDispatchExampleAction extends MappingDispatchAction (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.MappingDispatchAction | public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(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)
|
|
|