Home » Struts-1.3.10 » org.apache.struts » chain » [javadoc | source]
org.apache.struts.chain
public class: SelectInclude [javadoc | source]
java.lang.Object
   org.apache.struts.chain.SelectInclude

All Implemented Interfaces:
    org.apache.commons.chain.Command

Select and cache the include for this ActionConfig if specified.

Method from org.apache.struts.chain.SelectInclude Summary:
execute,   getActionConfigKey,   getIncludeKey,   setActionConfigKey,   setIncludeKey
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.chain.SelectInclude Detail:
 public boolean execute(Context context) throws Exception 

    Select and cache the include uri for this ActionConfig if specified.

 public String getActionConfigKey() 

    Return the context attribute key under which the ActionConfig for the currently selected application action is stored.

 public String getIncludeKey() 

    Return the context attribute key under which the include uri is stored.

 public  void setActionConfigKey(String actionConfigKey) 

    Set the context attribute key under which the ActionConfig for the currently selected application action is stored.

 public  void setIncludeKey(String includeKey) 

    Set the context attribute key under which the include uri is stored.