Uses of Interface
org.apache.struts.chain.commands.ActionCommand
Packages that use ActionCommand
Package
Description
Configurable commands that may be placed within the
request processor.
Contains generic commands.
Commands which are particular to servlet processing.
-
Uses of ActionCommand in org.apache.struts.chain.commands
Classes in org.apache.struts.chain.commands that implement ActionCommandModifier and TypeClassDescriptionclassDetermine whether the requested action is authorized for the current user.classCreate (if necessary) and cache anActionfor this request.classInvoke the local or global exception handler configured for the exception class that occurred.classInvoke the appropriateActionfor this request, and cache the returnedActionForward.classPerform forwarding or redirection based on the specifiedForwardConfig(if any).classPerform forwarding or redirection based on the specifiedString(if any).classPopulate the form bean (if any) for this request.classCheck to see if the controller is configured to prevent caching, and if so, request no cache flags to be set.classCache theActionConfiginstance for the action to be used for processing this request.classSelect and cache theActionForwardfor thisActionConfigif specified.classSelect and cache aForwardConfigthat returns us to the input page for the current action, if any.classSelect theLocaleto be used for this request.classCache theModuleConfigandMessageResourcesinstances for the sub-application module to be used for processing this request.classCheck to see if the content type is set, and if so, set it for this response.classCheck to original uri is set, and if not, set it for this request.classValidate the properties of the form bean for this request.classSimple abstract class which logs theActionCommand-class when executed.classCopies anyActionMessagesfrom the request to the session if a redirecting forward is selected and the messages were not accessed.classCreate (if necessary) and cache a form bean for this request.classIntercept any exception thrown by a subsequentCommandin this processing chain, and fire the configured exception handler chain after storing the exception that has occurred into theContext.classInvoke the appropriateCommandfor this request.classclassLook up and execute a commons-chainCommandbased on properties of the ActionContext'sforwardConfigproperty.classRemove cached messages stored in the session.classSelect and cache the include for thisActionConfigif specified. -
Uses of ActionCommand in org.apache.struts.chain.commands.generic
Classes in org.apache.struts.chain.commands.generic that implement ActionCommandModifier and TypeClassDescriptionclassSubclass 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 ActionCommand in org.apache.struts.chain.commands.servlet
Classes in org.apache.struts.chain.commands.servlet that implement ActionCommandModifier and TypeClassDescriptionclassPerforms post-processing functions in command chainclassDetermine if the action is authorized for the given roles.classConcrete implementation ofAbstractCreateActionfor use in a Servlet API chain.classHandle the specified exception.classInvoke the appropriateActionfor this request, and cache the returnedActionForward.classPerform forwarding or redirection based on the specifiedForwardConfig(if any).classPerform forwarding or redirection based on the specified include uri (if any).classPopulate the form bean (if any) for this request.classCheck to see if the controller is configured to prevent caching, and if so, set the no cache HTTP response headers.classCache theActionConfiginstance for the action to be used for processing this request.classCreate and return aForwardConfigrepresenting the specified module-relative destination.classValidate the properties of the form bean for this request.classSelect theLocaleto be used for this request.classCache theModuleConfigandMessageResourcesinstances for the sub-application module to be used for processing this request.classCheck to see if the content type is set, and if so, set it for this response.classSet the servlet path.classValidate the properties of the form bean for this request.