public class SearchAction extends BaseAction implements IChainAction
DETAIL, LIST, PREVIOUS_MODE, SPLIT
Constructor and Description |
---|
SearchAction() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
java.lang.String |
getNextAction()
The qualified name of the next action to execute.
|
addActions, addError, addErrors, addInfo, addMessage, addMessages, addWarning, clearActions, commit, executeAction, executeAfter, executeBefore, getContext, getEnvironment, getErrors, getLocale, getManager, getMessages, getNextMode, getQualifiedActionIfAvailable, getRequest, removeActions, resetDescriptionsCache, returnToPreviousControllers, rollback, setContext, setControllers, setDefaultControllers, setEnvironment, setErrors, setMessages, setNextMode, setRequest
public void execute() throws java.lang.Exception
public java.lang.String getNextAction() throws java.lang.Exception
IChainAction
Qualified name is name of the controller + name of the
action as in controllers.xml file. For example,
CRUD.new
.
getNextAction
in interface IChainAction
java.lang.Exception