@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 ActionHandler
before
in class AbstractActionHandler
public Object after(@Nonnull ActionExecutionStatus status, @Nonnull Action action, @Nonnull Object[] args, @Nullable Object result)
after
in interface ActionHandler
after
in class AbstractActionHandler
public boolean exception(@Nonnull Exception exception, @Nonnull Action action, @Nonnull Object[] args)
exception
in interface ActionHandler
exception
in class AbstractActionHandler