| Frames | No Frames |
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 all forward configurations for this module. |
| ForwardConfig[] | Return the form bean configurations for this module. |
Methods with parameter type org.apache.struts.config.ForwardConfig | |
| String | Return the context-relative URL that corresponds to the specified
ForwardConfig. |
| String | RequestUtils.forwardURL(HttpServletRequest request, ForwardConfig forward, ModuleConfig moduleConfig) Return the context-relative URL that corresponds to the specified
ForwardConfig. |
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 | |
| 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. |
Classes derived from org.apache.struts.config.ForwardConfig | |
| class | An ActionForward represents a destination to which the
controller, RequestProcessor, 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 which is designed for use
in redirecting requests, with support for adding parameters
at runtime. |
| class | A subclass of ActionForward that defaults the
redirect attribute to false. |
| class | A subclass of ActionForward that defaults the
redirect attribute to true. |
Constructors with parameter type org.apache.struts.config.ForwardConfig | |
Construct a new instance with a ForwardConfig object
to copy name, path, and contextRelative values from. | |
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. |