public abstract class ActionCommandBase extends Object implements ActionCommand
Simple abstract class which avoids frequent casting to
ActionContext in commands explicitly intended for use with
that class.
| Constructor and Description |
|---|
ActionCommandBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
execute(ActionContext actionContext) |
boolean |
execute(org.apache.commons.chain.Context context) |
public abstract boolean execute(ActionContext actionContext) throws Exception
execute in interface ActionCommandactionContext - The Context for the current requestException - On any errorCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.