|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionCommand
Marks a commons-chain Command
which expects to operate upon
a Struts ActionContext
.
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Method Summary | |
---|---|
boolean |
execute(ActionContext actionContext)
|
Methods inherited from interface org.apache.commons.chain.Command |
---|
execute |
Method Detail |
---|
boolean execute(ActionContext actionContext) throws java.lang.Exception
actionContext
- The Context
for the current request
java.lang.Exception
- On any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |