public interface ActionCommand
extends org.apache.commons.chain.Command
Marks a commons-chain Command
which expects to operate upon
a Struts ActionContext
.
Modifier and Type | Method and Description |
---|---|
boolean |
execute(ActionContext actionContext) |
boolean execute(ActionContext actionContext) throws Exception
actionContext
- The Context
for the current requestException
- On any errorCopyright © 2000–2017 Apache Software Foundation. All rights reserved.