@Named(value="jdeferred") public class JDeferredActionHandler extends AbstractActionHandler
SUFFIX| Constructor and Description |
|---|
JDeferredActionHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
after(ActionExecutionStatus status,
Action action,
Object[] args,
Object result) |
Object[] |
before(Action action,
Object[] args) |
boolean |
exception(Exception exception,
Action action,
Object[] args) |
abortActionExecution, configure, update@Nonnull public Object[] before(@Nonnull Action action, @Nonnull Object[] args)
before in interface ActionHandlerbefore in class AbstractActionHandlerpublic Object after(@Nonnull ActionExecutionStatus status, @Nonnull Action action, @Nonnull Object[] args, @Nullable Object result)
after in interface ActionHandlerafter in class AbstractActionHandlerpublic boolean exception(@Nonnull Exception exception, @Nonnull Action action, @Nonnull Object[] args)
exception in interface ActionHandlerexception in class AbstractActionHandler