API Overview API Index Direct link to this page
Struts 1.3
  Package: org.apache.struts.chain.commands
Author(s)
Since
Version
Serial
Description
  Configurable commands that may be placed within the request processor.
See also:   
AbstractAuthorizeAction View Source Determine whether the requested action is authorized for the current user.
AbstractCreateAction View Source Create (if necessary) and cache an Action for this request.
AbstractExceptionHandler View Source Invoke the local or global exception handler configured for the exception class that occurred.
AbstractExecuteAction View Source Invoke the appropriate Action for this request, and cache the returned ActionForward.
AbstractPerformForward View Source Perform forwarding or redirection based on the specified ForwardConfig (if any).
AbstractPerformInclude View Source Perform forwarding or redirection based on the specified String (if any).
AbstractPopulateActionForm View Source Populate the form bean (if any) for this request.
AbstractRequestNoCache View Source Check to see if the controller is configured to prevent caching, and if so, request no cache flags to be set.
AbstractSelectAction View Source Cache the ActionConfig instance for the action to be used for processing this request.
AbstractSelectForward View Source Select and cache the ActionForward for this ActionConfig if specified.
AbstractSelectInput View Source Select and cache a ForwardConfig that returns us to the input page for the current action, if any.
AbstractSelectLocale View Source Select the Locale to be used for this request.
AbstractSelectModule View Source Cache the ModuleConfig and MessageResources instances for the sub-application module to be used for processing this request.
AbstractSetContentType View Source Check to see if the content type is set, and if so, set it for this response.
AbstractSetOriginalURI View Source Check to original uri is set, and if not, set it for this request.
AbstractValidateActionForm View Source Validate the properties of the form bean for this request.
ActionCommand View Source Marks a commons-chain Command which expects to operate upon a Struts ActionContext.
ActionCommandBase View Source Simple abstract class which avoids frequent casting to ActionContext in commands explicitly intended for use with that class.
CreateActionForm View Source Create (if necessary) and cache a form bean for this request.
ExceptionCatcher View Source Intercept any exception thrown by a subsequent Command in this processing chain, and fire the configured exception handler chain after storing the exception that has occurred into the Context.
ExecuteCommand View Source Invoke the appropriate Command for this request.
ExecuteForwardCommand View Source Look up and execute a commons-chain Command based on properties of the ActionContext's forwardConfig property.
InvalidPathException View Source Exception thrown when no mapping can be found for the specified path.
RemoveCachedMessages View Source Remove cached messages stored in the session.
SelectInclude View Source Select and cache the include for this ActionConfig if specified.
UnauthorizedActionException View Source Exception thrown when the chosen action mapping is not authorized for the current request.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar