|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Class
org.apache.struts.action.Action
Packages that use Action | |
org.apache.struts.action | The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model. |
org.apache.struts.actions | The actions package provides special adapters between the incoming HTTP request and the corresponding business logic. |
org.apache.struts.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles. |
org.apache.struts.tiles.actions |
Uses of Action in org.apache.struts.action |
Methods in org.apache.struts.action that return Action | |
protected Action |
RequestProcessor.processActionCreate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping)
Return an Action instance 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 Action | |
protected ActionForward |
RequestProcessor.processActionPerform(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Action action,
ActionForm form,
ActionMapping mapping)
Ask the specified Action instance to handle this
request. |
Uses of Action in org.apache.struts.actions |
Subclasses of Action in org.apache.struts.actions | |
class |
DispatchAction
An abstract Action that dispatches to a public method that is named by the request parameter whose name is specified by the parameter property of the corresponding
ActionMapping. |
class |
DownloadAction
This is an abstract base class that minimizes the amount of special coding that needs to be written to download a file. |
class |
ForwardAction
An Action that forwards to the context-relative URI specified by the parameter property of our associated
ActionMapping . |
class |
IncludeAction
An Action that includes the context-relative URI specified by the parameter property of our associated
ActionMapping . |
class |
LocaleAction
Implementation of Action that changes the user's Locale and forwards to a page, based on request level
parameters that are set (language, country, & page). |
class |
LookupDispatchAction
An abstract Action that dispatches to the subclass mapped execute method. |
class |
MappingDispatchAction
An abstract Action that dispatches to a public method that is named by the parameter attribute of
the corresponding ActionMapping. |
class |
SwitchAction
A 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.actions declared as Action | |
protected Action |
ActionDispatcher.actionInstance
The associated Action to dispatch to. |
Constructors in org.apache.struts.actions with parameters of type Action | |
ActionDispatcher(Action actionInstance)
|
|
ActionDispatcher(Action actionInstance,
int flavor)
|
Uses of Action in org.apache.struts.tiles |
Fields in org.apache.struts.tiles declared as Action | |
private Action |
ActionController.action
Struts action wrapped. |
Constructors in org.apache.struts.tiles with parameters of type Action | |
ActionController(Action action)
Constructor. |
Uses of Action in org.apache.struts.tiles.actions |
Subclasses of Action in org.apache.struts.tiles.actions | |
class |
DefinitionDispatcherAction
An Action that dispatches to a Tiles Definition that is named by the request parameter whose name is specified by the parameter property of the corresponding
ActionMapping. |
class |
ReloadDefinitionsAction
A standard Action that calls the reload() method of our controller servlet to
reload its configuration information from the configuration
files (which have presumably been updated) dynamically. |
class |
TilesAction
Base class for Tiles Actions. |
class |
ViewDefinitionsAction
An Action that writes the definitions of the Tiles factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2000-2005 - The Apache Software Foundation