|
||||||||||
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
public abstract class AbstractPerformForward
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 | |
---|---|
AbstractPerformForward()
|
Method Summary | |
---|---|
boolean |
execute(ActionContext actionCtx)
Perform forwarding or redirection based on the specified ActionForward (if any). |
protected abstract void |
perform(ActionContext context,
ForwardConfig forwardConfig)
Perform the appropriate processing on the specified ForwardConfig . |
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 AbstractPerformForward()
Method Detail |
---|
public boolean execute(ActionContext actionCtx) throws java.lang.Exception
Perform forwarding or redirection based on the specified
ActionForward
(if any).
execute
in interface ActionCommand
execute
in class ActionCommandBase
actionCtx
- The Context
for the current request
true
so that processing completes
java.lang.Exception
- if thrown by the Action
protected abstract void perform(ActionContext context, ForwardConfig forwardConfig) throws java.lang.Exception
Perform the appropriate processing on the specified
ForwardConfig
.
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 |