| 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 | 
|---|---|
| Object | ActionHandler. after(ActionExecutionStatus status,
     Action action,
     Object[] args,
     Object result)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 | 
|---|---|
| Object | AbstractActionHandler. after(ActionExecutionStatus status,
     Action action,
     Object[] args,
     Object result) | 
| void | AbstractActionInterceptor. after(ActionExecutionStatus status,
     GriffonController controller,
     String actionName,
     Object[] args)Deprecated.  |