Frames | No Frames |
Methods with parameter type org.apache.struts.config.ForwardConfig | |
void | TilesRequestProcessor.processForwardConfig(HttpServletRequest request, HttpServletResponse response, ForwardConfig forward) Overloaded method from Struts' RequestProcessor. |
Methods with parameter type org.apache.struts.config.ForwardConfig | |
String | Return the context-relative URL that corresponds to the specified
ForwardConfig. |
Methods with parameter type org.apache.struts.config.ForwardConfig | |
void | Add a new ForwardConfig instance to the set of global
forwards associated with this action. |
void | Add a new ForwardConfig instance to the set of global
forwards associated with this module. |
void | Remove the specified forward configuration instance. |
void | Remove the specified forward configuration instance. |
Methods with return type org.apache.struts.config.ForwardConfig | |
ForwardConfig | ActionConfig.findForwardConfig(String name) Return the forward configuration for the specified key, if any;
otherwise return null . |
ForwardConfig | ModuleConfig.findForwardConfig(String name) Return the forward configuration for the specified key, if any;
otherwise return null . |
ForwardConfig[] | Return the form bean configurations for this application. |
ForwardConfig[] | Return the form bean configurations for this module. |
Classes derived from org.apache.struts.config.ForwardConfig | |
class | An ActionForward represents a destination to which the
controller servlet, ActionServlet , might be directed to
perform a RequestDispatcher.forward() or
HttpServletResponse.sendRedirect() to, as a result of
processing activities of an Action class. |
class | A subclass of ActionForward that defaults the
redirect attribute to false . |
class | A subclass of ActionForward that defaults the
redirect attribute to true . |
Methods with parameter type org.apache.struts.config.ForwardConfig | |
void | RequestProcessor.processForwardConfig(HttpServletRequest request, HttpServletResponse response, ForwardConfig forward) Forward or redirect to the specified destination, by the specified
mechanism. |
Methods with parameter type org.apache.struts.config.ForwardConfig | |
void | Add a new ForwardConfig instance to the set of global
forwards associated with this module. |
void | Remove the specified forward configuration instance. |
Methods with return type org.apache.struts.config.ForwardConfig | |
ForwardConfig | ModuleConfigImpl.findForwardConfig(String name) Return the forward configuration for the specified key, if any;
otherwise return null . |
ForwardConfig[] | Return the form bean configurations for this module. |