java.lang.Objectorg.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).
Don
- Brown$
- Rev: 54933 $ $Date: 2004-10-16 18:04:52 +0100 (Sat, 16 Oct 2004) $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: |
---|
Perform an include based on the specified include uri (if any). |
Return the context attribute key under which the include uri for the currently selected application action is stored. |
Return the context attribute key under which the
|
Perform the appropriate processing on the specified include uri. |
Set the context attribute key under which the include uri for the currently selected application action is stored. |
Set the context attribute key under which the
|