Package org.apache.struts.chain.commands.servlet


package org.apache.struts.chain.commands.servlet
Commands which are particular to servlet processing.
  • Classes
    Class
    Description
    Performs post-processing functions in command chain
    Determine 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 appropriate Action for this request, and cache the returned ActionForward.
    Perform forwarding or redirection based on the specified ForwardConfig (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 the ActionConfig instance for the action to be used for processing this request.
    Create and return a ForwardConfig representing the specified module-relative destination.
    Validate the properties of the form bean for this request.
    Select the Locale to be used for this request.
    Cache the ModuleConfig and MessageResources 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.