Uses of Class
org.apache.struts.chain.commands.ActionCommandBase
Package
Description
Configurable commands that may be placed within the
request processor.
Contains generic commands.
Commands which are particular to servlet processing.
-
Uses of ActionCommandBase in org.apache.struts.chain.commands
Modifier and TypeClassDescriptionclass
Determine whether the requested action is authorized for the current user.class
Create (if necessary) and cache anAction
for this request.class
Invoke the local or global exception handler configured for the exception class that occurred.class
Invoke the appropriateAction
for this request, and cache the returnedActionForward
.class
Perform forwarding or redirection based on the specifiedForwardConfig
(if any).class
Perform forwarding or redirection based on the specifiedString
(if any).class
Populate the form bean (if any) for this request.class
Check to see if the controller is configured to prevent caching, and if so, request no cache flags to be set.class
Cache theActionConfig
instance for the action to be used for processing this request.class
Select and cache theActionForward
for thisActionConfig
if specified.class
Select and cache aForwardConfig
that returns us to the input page for the current action, if any.class
Select theLocale
to be used for this request.class
Cache theModuleConfig
andMessageResources
instances for the sub-application module to be used for processing this request.class
Check to see if the content type is set, and if so, set it for this response.class
Check to original uri is set, and if not, set it for this request.class
Validate the properties of the form bean for this request.class
Copies anyActionMessages
from the request to the session if a redirecting forward is selected and the messages were not accessed.class
Create (if necessary) and cache a form bean for this request.class
Intercept any exception thrown by a subsequentCommand
in this processing chain, and fire the configured exception handler chain after storing the exception that has occurred into theContext
.class
Invoke the appropriateCommand
for this request.class
class
Look up and execute a commons-chainCommand
based on properties of the ActionContext'sforwardConfig
property.class
Remove cached messages stored in the session.class
Select and cache the include for thisActionConfig
if specified. -
Uses of ActionCommandBase in org.apache.struts.chain.commands.generic
Modifier and TypeClassDescriptionclass
Subclass this command and configure it as part of a per-forward chain to perform any necessary pre-population or other preparation for a form before control is dispatched to the view layer. -
Uses of ActionCommandBase in org.apache.struts.chain.commands.servlet
Modifier and TypeClassDescriptionclass
Performs post-processing functions in command chainclass
Determine if the action is authorized for the given roles.class
Concrete implementation ofAbstractCreateAction
for use in a Servlet API chain.class
Handle the specified exception.class
Invoke the appropriateAction
for this request, and cache the returnedActionForward
.class
Perform forwarding or redirection based on the specifiedForwardConfig
(if any).class
Perform forwarding or redirection based on the specified include uri (if any).class
Populate the form bean (if any) for this request.class
Check to see if the controller is configured to prevent caching, and if so, set the no cache HTTP response headers.class
Cache theActionConfig
instance for the action to be used for processing this request.class
Create and return aForwardConfig
representing the specified module-relative destination.class
Validate the properties of the form bean for this request.class
Select theLocale
to be used for this request.class
Cache theModuleConfig
andMessageResources
instances for the sub-application module to be used for processing this request.class
Check to see if the content type is set, and if so, set it for this response.class
Set the servlet path.class
Validate the properties of the form bean for this request.