Class SelectAction
java.lang.Object
org.apache.struts.chain.commands.ActionCommandBase
org.apache.struts.chain.commands.AbstractSelectAction
org.apache.struts.chain.commands.servlet.SelectAction
- All Implemented Interfaces:
org.apache.commons.chain.Command<ActionContext>
,ActionCommand
Cache the ActionConfig
instance for the action to be used
for processing this request.
- Version:
- $Rev$ $Date: 2005-05-07 12:11:38 -0400 (Sat, 07 May 2005) $
-
Field Summary
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
getPath
(ActionContext context) Return the path to be used to select theActionConfig
for this request.Methods inherited from class org.apache.struts.chain.commands.AbstractSelectAction
execute_
Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase
execute
-
Constructor Details
-
SelectAction
public SelectAction()
-
-
Method Details
-
getPath
Description copied from class:AbstractSelectAction
Return the path to be used to select the
ActionConfig
for this request.- Specified by:
getPath
in classAbstractSelectAction
- Parameters:
context
- TheContext
for this request- Returns:
- Path to be used to select the ActionConfig
-