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
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
getPrefix
(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:AbstractSelectModule
Calculate and return the module prefix for the module to be selected for this request.
- Specified by:
getPrefix
in classAbstractSelectModule
- Parameters:
context
- TheContext
for this request- Returns:
- Module prefix to be used with this request
-