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

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 all forward configurations for this module.
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, 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.

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.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.
String
RequestUtils.forwardURL(HttpServletRequest request, ForwardConfig forward, ModuleConfig moduleConfig)
Return the context-relative URL that corresponds to the specified ForwardConfig.

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.

Copyright B) 2000-2007 - The Apache Software Foundation