Class DynaFormDispatchAction

  • Direct Known Subclasses:
    UrlPathDispatchAction

    public class DynaFormDispatchAction
    extends org.apache.struts.actions.DispatchAction
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Class[] types  
      • Fields inherited from class org.apache.struts.actions.DispatchAction

        clazz, log, messages, methods
      • Fields inherited from class org.apache.struts.action.Action

        defaultLocale, servlet
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)  
      protected Method getMethod​(String name)  
      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)  
      • 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
    • Constructor Detail

      • DynaFormDispatchAction

        public DynaFormDispatchAction()
    • Method Detail

      • 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:
        unspecified in class org.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:
        cancelled in class org.apache.struts.actions.DispatchAction
        Throws:
        Exception