public interface ActionEventListener
| Modifier and Type | Method and Description | 
|---|---|
| String | handleException(Throwable t,
               ValueStack stack)Called when an exception is thrown by the action | 
| Object | prepare(Object action,
       ValueStack stack)Called after an action has been created. | 
Object prepare(Object action, ValueStack stack)
action - The actionstack - The current value stackString handleException(Throwable t, ValueStack stack)
t - The exception/error that was thrownstack - The current value stackCopyright © 2000–2025 Apache Software Foundation. All rights reserved.