Class SelectModule
java.lang.Object
org.apache.struts.chain.commands.ActionCommandBase
org.apache.struts.chain.commands.AbstractSelectModule
org.apache.struts.chain.commands.servlet.SelectModule
- All Implemented Interfaces:
Command<ActionContext>,ActionCommand
Cache the ModuleConfig and MessageResources
instances for the sub-application module to be used for processing this
request.
- Version:
- $Rev$ $Date: 2005-06-04 10:58:46 -0400 (Sat, 04 Jun 2005) $
-
Field Summary
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetPrefix(ActionContext context) Calculate and return the module prefix for the module to be selected for this request.Methods inherited from class org.apache.struts.chain.commands.AbstractSelectModule
execute_Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase
execute
-
Constructor Details
-
SelectModule
public SelectModule()
-
-
Method Details
-
getPrefix
Description copied from class:AbstractSelectModuleCalculate and return the module prefix for the module to be selected for this request.
- Specified by:
getPrefixin classAbstractSelectModule- Parameters:
context- TheContextfor this request- Returns:
- Module prefix to be used with this request
-