public interface IChangeControllersAction extends IAction
Instead of implementing this interface you can use the next methods from
BaseAction
: setControllers(), returnToPreviousControllers(), setDefaultControllers(),
addActions(), removeActions() and clearActions() methods from your action.
If you choose to implement this interface instead, it has preference over
the BaseAction
methods.
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
DEFAULT_CONTROLLERS |
static java.lang.String[] |
EMPTY_CONTROLLER |
static java.lang.String[] |
PREVIOUS_CONTROLLERS |
static java.lang.String[] |
SAME_CONTROLLERS |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getNextControllers() |
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages