|
||||||||||
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.AbstractPerformForward org.apache.struts.chain.commands.servlet.PerformForward
public class PerformForward
Perform forwarding or redirection based on the specified
ForwardConfig
(if any).
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
PerformForward()
|
Method Summary | |
---|---|
protected void |
perform(ActionContext context,
ForwardConfig forwardConfig)
Perform the appropriate processing on the specified ForwardConfig . |
Methods inherited from class org.apache.struts.chain.commands.AbstractPerformForward |
---|
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 PerformForward()
Method Detail |
---|
protected void perform(ActionContext context, 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
- if thrown by the Action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |