Home > Guides > Core Developers Guide > PreResultListener

A PreResultListener can affect an action invocation between the interceptor/action phase and the result phase. Typical uses include switching to a different Result or somehow modifying the Result or Action objects before the Result executes.

Examples

A PreResultListener can be added by an Action or an Interceptor.

By an Action

By an Interceptor

Next: Localization