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 java.lang.Exception
actionContext
- The Context
for the current requestjava.lang.Exception
- On any errorCopyright © 2000–2023 Apache Software Foundation. All rights reserved.