Save This Page
Home » Struts-1.3.10 » org.apache.struts » chain » commands » [javadoc | source]
org.apache.struts.chain.commands
abstract public class: AbstractSelectAction [javadoc | source]
java.lang.Object
   org.apache.struts.chain.commands.ActionCommandBase
      org.apache.struts.chain.commands.AbstractSelectAction

All Implemented Interfaces:
    ActionCommand

Direct Known Subclasses:
    SelectAction

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

Method from org.apache.struts.chain.commands.AbstractSelectAction Summary:
execute,   getPath
Methods from org.apache.struts.chain.commands.ActionCommandBase:
execute,   execute
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.chain.commands.AbstractSelectAction Detail:
 public boolean execute(ActionContext actionCtx) throws Exception 

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

 abstract protected String getPath(ActionContext context)

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