Package | Description |
---|---|
griffon.core.controller |
Controller action support.
|
org.codehaus.griffon.runtime.core.controller |
Controller action implementation [INTERNAL USE].
|
Modifier and Type | Method and Description |
---|---|
static ActionExecutionStatus |
ActionExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionExecutionStatus[] |
ActionExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionHandler.after(ActionExecutionStatus status,
Action action,
Object[] args)
Called after the action has been aborted or executed, even if an exception
occurred during execution.
|
void |
ActionInterceptor.after(ActionExecutionStatus status,
GriffonController controller,
String actionName,
Object[] args)
Deprecated.
Called after the action has been aborted or executed, even if an exception
occurred during execution.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractActionHandler.after(ActionExecutionStatus status,
Action action,
Object[] args) |
void |
AbstractActionInterceptor.after(ActionExecutionStatus status,
GriffonController controller,
String actionName,
Object[] args)
Deprecated.
|