Uses of Class
org.apache.struts.action.Action
Packages that use Action
Package
Description
The action package is the core of the struts framework,
providing the "Controller" aspect of a MVC model.
Configurable commands that may be placed within the
request processor.
Commands which are particular to servlet processing.
This package provides objects that encapsulate access to
the request and session-scoped resources to service
command processing.
The actions package provides special adapters between the incoming HTTP
request and the corresponding business logic.
The scripting package is the core of the Struts Scripting framework,
which builds on Struts Action to allow Struts Actions be written
with the scripting language of your choice.
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
-
Uses of Action in org.apache.struts.action
Fields in org.apache.struts.action with type parameters of type ActionModifier and TypeFieldDescriptionRequestProcessor.actionsThe set ofActioninstances that have been created and initialized, keyed by the fully qualified Java class name of theActionclass.Methods in org.apache.struts.action that return ActionModifier and TypeMethodDescriptionprotected ActionRequestProcessor.processActionCreate(HttpServletRequest request, HttpServletResponse response, ActionMapping mapping) Return anActioninstance that will be used to process the current request, creating a new one if necessary.Methods in org.apache.struts.action with parameters of type ActionModifier and TypeMethodDescriptionprotected ActionForwardRequestProcessor.processActionPerform(HttpServletRequest request, HttpServletResponse response, Action action, ActionForm form, ActionMapping mapping) Ask the specifiedActioninstance to handle this request. -
Uses of Action in org.apache.struts.chain.commands
Methods in org.apache.struts.chain.commands that return ActionModifier and TypeMethodDescriptionprotected abstract ActionAbstractCreateAction.getAction(ActionContext context, String type, ActionConfig actionConfig) Create and return the appropriateActionclass for the giventypeandactionConfig.Methods in org.apache.struts.chain.commands with parameters of type ActionModifier and TypeMethodDescriptionprotected abstract ForwardConfigAbstractExecuteAction.execute(ActionContext context, Action action, ActionConfig actionConfig, ActionForm actionForm) Execute the specifiedAction, and return the resultingForwardConfig. -
Uses of Action in org.apache.struts.chain.commands.servlet
Methods in org.apache.struts.chain.commands.servlet that return ActionModifier and TypeMethodDescriptionprotected ActionCreateAction.createAction(ActionContext context, String type) Invoked bygetActionwhen theActionactually has to be created.protected ActionCreateAction.getAction(ActionContext context, String type, ActionConfig actionConfig) Methods in org.apache.struts.chain.commands.servlet with parameters of type ActionModifier and TypeMethodDescriptionprotected ForwardConfigExecuteAction.execute(ActionContext context, Action action, ActionConfig actionConfig, ActionForm actionForm) Execute the specifiedAction, and return the resultingActionForward. -
Uses of Action in org.apache.struts.chain.contexts
Methods in org.apache.struts.chain.contexts that return ActionModifier and TypeMethodDescriptionActionContext.getAction()Get the action which has been identified to be executed as part of processing this request.ActionContextBase.getAction()Methods in org.apache.struts.chain.contexts with parameters of type Action -
Uses of Action in org.apache.struts.extras.actions
Subclasses of Action in org.apache.struts.extras.actionsModifier and TypeClassDescriptionclassBaseAction is provided as an intermediate class for shared funtionality betweenActionand any stock implementation provided in this package.classAn abstract Action that dispatches to a public method that is named by the request parameter whose name is specified by theparameterproperty of the corresponding ActionMapping.classThis is an abstract base class that minimizes the amount of special coding that needs to be written to download a file.classAn Action that dispatches to to one of the public methods that are named in theparameterattribute of the corresponding ActionMapping and matches a submission parameter.classAn Action that forwards to the context-relative URI specified by theparameterproperty of our associatedActionMapping.classAn Action that includes the context-relative URI specified by theparameterproperty of our associatedActionMapping.final classImplementation of Action that changes the user'sLocaleand forwards to a page, based on request level parameters that are set (language, country, & page).classAn abstract Action that dispatches to the subclass mappedexecutemethod.classAn abstract Action that dispatches to a public method that is named by theparameterattribute of the corresponding ActionMapping.classA standard Action that switches to a new module and then forwards control to a URI (specified in a number of possible ways) within the new module.Fields in org.apache.struts.extras.actions declared as ActionModifier and TypeFieldDescriptionprotected ActionActionDispatcher.actionInstanceThe associated Action to dispatch to.Fields in org.apache.struts.extras.actions with type parameters of type ActionModifier and TypeFieldDescriptionActionDispatcher.clazzThe Class instance of thisDispatchActionclass.Constructors in org.apache.struts.extras.actions with parameters of type ActionModifierConstructorDescriptionActionDispatcher(Action actionInstance) Construct an instance of this class from the supplied parameters.ActionDispatcher(Action actionInstance, int flavor) Construct an instance of this class from the supplied parameters.EventActionDispatcher(Action action) Constructs a new object for the specified action. -
Uses of Action in org.apache.struts.faces.application
Methods in org.apache.struts.faces.application that return ActionModifier and TypeMethodDescriptionprotected ActionFacesRequestProcessor.processActionCreate(HttpServletRequest request, HttpServletResponse response, ActionMapping mapping) protected ActionFacesTilesRequestProcessor.processActionCreate(HttpServletRequest request, HttpServletResponse response, ActionMapping mapping) Methods in org.apache.struts.faces.application with parameters of type ActionModifier and TypeMethodDescriptionprotected ActionForwardFacesRequestProcessor.processActionPerform(HttpServletRequest request, HttpServletResponse response, Action action, ActionForm form, ActionMapping mapping) protected ActionForwardFacesTilesRequestProcessor.processActionPerform(HttpServletRequest request, HttpServletResponse response, Action action, ActionForm form, ActionMapping mapping) -
Uses of Action in org.apache.struts.scripting
Subclasses of Action in org.apache.struts.scriptingModifier and TypeClassDescriptionclassThis Action uses scripts to perform its action. -
Uses of Action in org.apache.struts.tiles
Constructors in org.apache.struts.tiles with parameters of type Action -
Uses of Action in org.apache.struts.tiles.actions
Subclasses of Action in org.apache.struts.tiles.actionsModifier and TypeClassDescriptionclassAn Action that dispatches to a Tiles Definition that is named by the request parameter whose name is specified by theparameterproperty of the corresponding ActionMapping.classA standard Action that calls thereload()method of our controller servlet to reload its configuration information from the configuration files (which have presumably been updated) dynamically.classBase class for Tiles Actions.classAn Action that writes the definitions of the Tiles factory. -
Uses of Action in org.apache.struts.tiles2.actions
Subclasses of Action in org.apache.struts.tiles2.actionsModifier and TypeClassDescriptionclassAn Action that dispatches to a Tiles Definition that is named by the request parameter whose name is specified by theparameterproperty of the corresponding ActionMapping.classBase class for Tiles Actions. -
Uses of Action in org.apache.struts.tiles2.preparer
Constructors in org.apache.struts.tiles2.preparer with parameters of type Action