|
||||||||||
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
public abstract class ActionCommandBase
Simple abstract class which avoids frequent casting to
ActionContext
in commands explicitly intended for use with
that class.
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
ActionCommandBase()
|
Method Summary | |
---|---|
abstract boolean |
execute(ActionContext actionContext)
|
boolean |
execute(org.apache.commons.chain.Context context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionCommandBase()
Method Detail |
---|
public abstract boolean execute(ActionContext actionContext) throws java.lang.Exception
execute
in interface ActionCommand
actionContext
- The Context
for the current request
java.lang.Exception
- On any errorpublic boolean execute(org.apache.commons.chain.Context context) throws java.lang.Exception
execute
in interface org.apache.commons.chain.Command
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |