org.apache.struts.chain.commands.servlet
Class SelectModule

java.lang.Object
  extended by org.apache.struts.chain.commands.ActionCommandBase
      extended by org.apache.struts.chain.commands.AbstractSelectModule
          extended by 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) $

Field Summary
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Constructor Summary
SelectModule()
           
 
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 org.apache.struts.chain.commands.AbstractSelectModule
execute
 
Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase
execute
 
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 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.