Uses of Class org.apache.struts.action.Action

Uses in package org.apache.struts.actions

Classes derived from org.apache.struts.action.Action

class
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
An Action that forwards to the context-relative URI specified by the parameter property of our associated ActionMapping.
class
An Action that includes the context-relative URI specified by the parameter property of our associated ActionMapping.
class
An abstract Action that dispatches to the subclass mapped execute method.
class
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.

Uses in package org.apache.struts.tiles

Constructors with parameter type org.apache.struts.action.Action

Constructor.

Fields of type org.apache.struts.action.Action

Action
Struts action wrapped.

Uses in package org.apache.struts.action

Methods with parameter type org.apache.struts.action.Action

ActionForward
RequestProcessor.processActionPerform(HttpServletRequest request, HttpServletResponse response, Action action, ActionForm form, ActionMapping mapping)
Ask the specified Action instance to handle this request.

Methods with return type org.apache.struts.action.Action

Action
RequestProcessor.processActionCreate(HttpServletRequest request, HttpServletResponse response, ActionMapping mapping)
Return an Action instance that will be used to process the current request, creating a new one if necessary.

Uses in package org.apache.struts.tiles.actions

Classes derived from org.apache.struts.action.Action

class
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
Implementation of Action that does nothing but forward to "success".
class
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
Base class for Tiles Actions.
class
An Action that writes the definitions of the Tiles factory.

Copyright B) 2000-2005 - Apache Software Foundation