|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.chain.commands.ActionCommandBase org.apache.struts.chain.commands.AbstractPerformInclude org.apache.struts.chain.commands.servlet.PerformInclude
public class PerformInclude
Perform forwarding or redirection based on the specified include uri (if any).
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
PerformInclude()
|
Method Summary | |
---|---|
protected java.lang.String |
includePath(ActionContext actionContext,
java.lang.String include)
Returns the path to perform the include. |
protected void |
perform(ActionContext context,
java.lang.String uri)
Perform the appropriate processing on the specified include uri. |
Methods inherited from class org.apache.struts.chain.commands.AbstractPerformInclude |
---|
execute |
Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase |
---|
execute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PerformInclude()
Method Detail |
---|
protected void perform(ActionContext context, java.lang.String uri) throws java.lang.Exception
Perform the appropriate processing on the specified include uri.
perform
in class AbstractPerformInclude
context
- The context for this requesturi
- The uri to be included
java.lang.Exception
- if thrown by the Action
protected java.lang.String includePath(ActionContext actionContext, java.lang.String include)
AbstractPerformInclude
Returns the path to perform the include. Override this method to provide a different path.
includePath
in class AbstractPerformInclude
actionContext
- The context for this requestinclude
- The forward to be performed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |