org.apache.struts.chain.servlet
Class SelectModule

java.lang.Object
  extended byorg.apache.struts.chain.AbstractSelectModule
      extended byorg.apache.struts.chain.servlet.SelectModule
All Implemented Interfaces:
org.apache.commons.chain.Command

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: 54933 $ $Date: 2004-10-16 18:04:52 +0100 (Sat, 16 Oct 2004) $
Author:
Craig R. McClanahan

Field Summary
 
Fields inherited from class org.apache.struts.chain.AbstractSelectModule
 
Constructor Summary
SelectModule()
           
 
Method Summary
protected  java.lang.String getPrefix(org.apache.commons.chain.Context context)
          Calculate and return the module prefix for the module to be selected for this request.
 
Methods inherited from class org.apache.struts.chain.AbstractSelectModule
execute, getMessageResourcesKey, getModuleConfigKey, setMessageResourcesKey, setModuleConfigKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectModule

public SelectModule()
Method Detail

getPrefix

protected java.lang.String getPrefix(org.apache.commons.chain.Context 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


Copyright ? 2003 - Apache Software Foundation