Uses of Class org.apache.struts.config.ForwardConfig

Uses in package org.apache.struts.tiles

Methods with parameter type org.apache.struts.config.ForwardConfig

void
TilesRequestProcessor.processForwardConfig(HttpServletRequest request, HttpServletResponse response, ForwardConfig forward)
Overloaded method from Struts' RequestProcessor.

Uses in package org.apache.struts.config.impl

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
Return the forward configuration for the specified key, if any; otherwise return null.
ForwardConfig[]
Return the form bean configurations for this module.

Uses in package org.apache.struts.config

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
Return the forward configuration for the specified key, if any; otherwise return null.
ForwardConfig
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.

Uses in package org.apache.struts.action

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.

Uses in package org.apache.struts.util

Methods with parameter type org.apache.struts.config.ForwardConfig

String
RequestUtils.forwardURL(HttpServletRequest request, ForwardConfig forward)
Return the context-relative URL that corresponds to the specified ForwardConfig.

Copyright B) 2000-2005 - Apache Software Foundation