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

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

Direct Known Subclasses:
    PerformInclude

Perform forwarding or redirection based on the specified String (if any).

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

    Perform an include based on the specified include uri (if any).

 public String getIncludeKey() 

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

 public String getModuleConfigKey() 

    Return the context attribute key under which the ModuleConfig for the currently selected application module is stored.

 abstract protected  void perform(Context context,
    String include) throws Exception

    Perform the appropriate processing on the specified include uri.

 public  void setIncludeKey(String includeKey) 

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

 public  void setModuleConfigKey(String moduleConfigKey) 

    Set the context attribute key under which the ModuleConfig for the currently selected application module is stored.