org.apache.struts.chain.commands.servlet
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:
- org.apache.commons.chain.Command, ActionCommand
public class SelectModule
- extends AbstractSelectModule
Cache the ModuleConfig
and MessageResources
instances for the sub-application module to be used for processing this
request.
- Version:
- $Rev: 471754 $ $Date: 2005-06-04 10:58:46 -0400 (Sat, 04 Jun 2005)
$
Fields inherited from interface org.apache.commons.chain.Command |
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Method Summary |
protected String |
getPrefix(ActionContext context)
Calculate and return the module prefix for the module to be selected
for this request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectModule
public SelectModule()
getPrefix
protected String getPrefix(ActionContext context)
- Description copied from class:
AbstractSelectModule
Calculate and return the module prefix for the module to be selected
for this request.
- Specified by:
getPrefix
in class AbstractSelectModule
- Parameters:
context
- The Context
for this request
- Returns:
- Module prefix to be used with this request
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.