Package nl.b3p.commons.struts
Class DynaFormDispatchAction
- java.lang.Object
-
- org.apache.struts.action.Action
-
- org.apache.struts.actions.DispatchAction
-
- nl.b3p.commons.struts.DynaFormDispatchAction
-
- Direct Known Subclasses:
UrlPathDispatchAction
public class DynaFormDispatchAction extends org.apache.struts.actions.DispatchAction
-
-
Constructor Summary
Constructors Constructor Description DynaFormDispatchAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.struts.action.ActionForwardcancelled(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)protected MethodgetMethod(String name)protected org.apache.struts.action.ActionForwardunspecified(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)-
Methods inherited from class org.apache.struts.actions.DispatchAction
dispatchMethod, execute, getMethodName, getParameter
-
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
-
-
-
-
Field Detail
-
types
protected Class[] types
-
-
Method Detail
-
getMethod
protected Method getMethod(String name) throws NoSuchMethodException
- Overrides:
getMethodin classorg.apache.struts.actions.DispatchAction- Throws:
NoSuchMethodException
-
unspecified
protected org.apache.struts.action.ActionForward unspecified(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception- Overrides:
unspecifiedin classorg.apache.struts.actions.DispatchAction- Throws:
Exception
-
cancelled
protected org.apache.struts.action.ActionForward cancelled(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception- Overrides:
cancelledin classorg.apache.struts.actions.DispatchAction- Throws:
Exception
-
-