org.apache.struts.chain.servlet
Class SelectAction

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

public class SelectAction
extends AbstractSelectAction

Cache the ActionConfig instance for the action to be used for processing this request.

Version:
$Rev: 54933 $ $Date: 2004-10-16 18:04:52 +0100 (Sat, 16 Oct 2004) $

Field Summary
 
Fields inherited from class org.apache.struts.chain.AbstractSelectAction
 
Constructor Summary
SelectAction()
           
 
Method Summary
protected  java.lang.String getPath(org.apache.commons.chain.Context context)
          Return the path to be used to select the ActionConfig for this request.
 
Methods inherited from class org.apache.struts.chain.AbstractSelectAction
execute, getActionConfigKey, getModuleConfigKey, setActionConfigKey, setModuleConfigKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectAction

public SelectAction()
Method Detail

getPath

protected java.lang.String getPath(org.apache.commons.chain.Context context)
Description copied from class: AbstractSelectAction

Return the path to be used to select the ActionConfig for this request.

Specified by:
getPath in class AbstractSelectAction
Parameters:
context - The Context for this request


Copyright ? 2003 - Apache Software Foundation