Package org.apache.struts.chain.commands.servlet
package org.apache.struts.chain.commands.servlet
Commands which are particular to servlet processing.
-
ClassDescriptionPerforms post-processing functions in command chainDetermine if the action is authorized for the given roles.Concrete implementation of
AbstractCreateAction
for use in a Servlet API chain.Handle the specified exception.Invoke the appropriateAction
for this request, and cache the returnedActionForward
.Perform forwarding or redirection based on the specifiedForwardConfig
(if any).Perform forwarding or redirection based on the specified include uri (if any).Populate the form bean (if any) for this request.Check to see if the controller is configured to prevent caching, and if so, set the no cache HTTP response headers.Cache theActionConfig
instance for the action to be used for processing this request.Create and return aForwardConfig
representing the specified module-relative destination.Validate the properties of the form bean for this request.Select theLocale
to be used for this request.Cache theModuleConfig
andMessageResources
instances for the sub-application module to be used for processing this request.Check to see if the content type is set, and if so, set it for this response.Set the servlet path.Validate the properties of the form bean for this request.