ActionEventListener
instead.@Deprecated public interface ActionEventListener extends ActionEventListener
Modifier and Type | Interface and Description |
---|---|
static class |
ActionEventListener.LegacyAdapter
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ActionEventListener |
adapt(ActionEventListener actualListener)
Deprecated.
|
default String |
handleException(Throwable t,
ValueStack stack)
Deprecated.
Called when an exception is thrown by the action
|
String |
handleException(Throwable t,
ValueStack stack)
Deprecated.
|
default Object |
prepare(Object action,
ValueStack stack)
Deprecated.
Called after an action has been created.
|
Object |
prepare(Object action,
ValueStack stack)
Deprecated.
|
default Object prepare(Object action, ValueStack stack)
ActionEventListener
prepare
in interface ActionEventListener
action
- The actionstack
- The current value stackdefault String handleException(Throwable t, ValueStack stack)
ActionEventListener
handleException
in interface ActionEventListener
t
- The exception/error that was thrownstack
- The current value stackObject prepare(Object action, ValueStack stack)
String handleException(Throwable t, ValueStack stack)
static ActionEventListener adapt(ActionEventListener actualListener)
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.