ActionEventListener instead.@Deprecated public interface ActionEventListener extends ActionEventListener
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ActionEventListener.LegacyAdapterDeprecated.  | 
| 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)
ActionEventListenerprepare in interface ActionEventListeneraction - The actionstack - The current value stackdefault String handleException(Throwable t, ValueStack stack)
ActionEventListenerhandleException in interface ActionEventListenert - 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–2025 Apache Software Foundation. All rights reserved.