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:
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetPath(ActionContext context) Return the path to be used to select theActionConfigfor 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:AbstractSelectActionReturn the path to be used to select the
ActionConfigfor this request.- Specified by:
getPathin classAbstractSelectAction- Parameters:
context- TheContextfor this request- Returns:
- Path to be used to select the ActionConfig
-