|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.chain.AbstractPerformForward
org.apache.struts.chain.servlet.PerformForward
Perform forwarding or redirection based on the specified
ForwardConfig
(if any).
Field Summary |
Fields inherited from class org.apache.struts.chain.AbstractPerformForward |
|
Constructor Summary | |
PerformForward()
|
Method Summary | |
protected void |
perform(org.apache.commons.chain.Context context,
org.apache.struts.config.ForwardConfig forwardConfig)
Perform the appropriate processing on the specified ForwardConfig . |
Methods inherited from class org.apache.struts.chain.AbstractPerformForward |
execute, getForwardConfigKey, getModuleConfigKey, setForwardConfigKey, setModuleConfigKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PerformForward()
Method Detail |
protected void perform(org.apache.commons.chain.Context context, org.apache.struts.config.ForwardConfig forwardConfig) throws java.lang.Exception
Perform the appropriate processing on the specified
ForwardConfig
.
perform
in class AbstractPerformForward
context
- The context for this requestforwardConfig
- The forward to be performed
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |