Uses of Class org.apache.struts.action.ActionForward

Uses in package org.apache.struts.tiles.actions

Methods with return type org.apache.struts.action.ActionForward

ActionForward
DefinitionDispatcherAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
ActionForward
ReloadDefinitionsAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
ActionForward
TilesAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Original Struts Action's method.
ActionForward
ViewDefinitionsAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
ActionForward
TilesAction.execute(ComponentContext context, ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.

Uses in package org.apache.struts.config

Fields of type org.apache.struts.action.ActionForward

ActionForward
The forward associated with this instance.

Methods with parameter type org.apache.struts.action.ActionForward

void
Set the forward associated with this instance.

Methods with return type org.apache.struts.action.ActionForward

ActionForward
Return the forwarding associated with the specified logical name, if any; otherwise return null.
ActionForward
Return the forwarding associated with the specified logical name, if any; otherwise return null.

Uses in package org.apache.struts.action

Classes derived from org.apache.struts.action.ActionForward

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.action.ActionForward

Construct a new instance based on the values of another ActionForward.

Methods with parameter type org.apache.struts.action.ActionForward

void
ExceptionHandler.storeException(HttpServletRequest request, String property, ActionError error, ActionForward forward, String scope)
Default implementation for handling an ActionError generated from an Exception during Action delegation.
void
ExceptionHandler.storeException(HttpServletRequest request, String property, ActionMessage error, ActionForward forward, String scope)
Default implementation for handling an ActionMessage generated from an Exception during Action delegation.

Methods with return type org.apache.struts.action.ActionForward

ActionForward
ExceptionHandler.execute(Exception ex, ExceptionConfig ae, ActionMapping mapping, ActionForm formInstance, HttpServletRequest request, HttpServletResponse response)
Handle the Exception.
ActionForward
Action.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
ActionForward
Action.execute(ActionMapping mapping, ActionForm form, ServletRequest request, ServletResponse response)
Process the specified non-HTTP request, and create the corresponding non-HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
ActionForward
Find and return the ForwardConfig instance defining how forwarding to the specified logical name should be handled.
ActionForward
Create (if necessary) and return an ActionForward that corresponds to the input property of this Action.
ActionForward
RequestProcessor.processActionPerform(HttpServletRequest request, HttpServletResponse response, Action action, ActionForm form, ActionMapping mapping)
Ask the specified Action instance to handle this request.
ActionForward
RequestProcessor.processException(HttpServletRequest request, HttpServletResponse response, Exception exception, ActionForm form, ActionMapping mapping)
Ask our exception handler to handle the exception.

Uses in package org.apache.struts.actions

Methods with return type org.apache.struts.action.ActionForward

ActionForward
ActionDispatcher.cancelled(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Dispatches to the target class' cancelled method, if present, otherwise returns null.
ActionForward
DispatchAction.cancelled(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Method which is dispatched to when the request is a cancel button submit.
ActionForward
ActionDispatcher.dispatchMethod(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String name)
Dispatch to the specified method.
ActionForward
DispatchAction.dispatchMethod(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String name)
Dispatch to the specified method.
ActionForward
ActionDispatcher.dispatchMethod(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String name, Method method)
Dispatch to the specified method.
ActionForward
ActionDispatcher.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
ActionForward
DispatchAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
ActionForward
DownloadAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
ActionForward
ForwardAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
ActionForward
IncludeAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
ActionForward
LocaleAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Change the user's java.util.Locale based on ActionForm properties.
ActionForward
LookupDispatchAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
ActionForward
MappingDispatchAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
ActionForward
SwitchAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
ActionForward
ActionDispatcher.unspecified(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Dispatches to the target class' unspecified method, if present, otherwise throws a ServletException.
ActionForward
DispatchAction.unspecified(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Method which is dispatched to when there is no value for specified request parameter included in the request.
ActionForward
EventActionDispatcher.unspecified(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Dispatches to the target class' unspecified method, if present, otherwise throws a ServletException.
ActionForward
EventDispatchAction.unspecified(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Method which is dispatched to when there is no value for specified request parameter included in the request.
ActionForward
MappingDispatchAction.unspecified(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Method which is dispatched to when there is no value for the parameter in the ActionMapping.

Copyright B) 2000-2007 - The Apache Software Foundation