Uses of Interface
org.apache.struts2.interceptor.PreResultListener
Packages that use PreResultListener
Package
Description
Main XWork interfaces and classes.
Interceptor classes.
Interceptor annotations.
XWork specific mock classes.
-
Uses of PreResultListener in org.apache.struts2
Fields in org.apache.struts2 with type parameters of type PreResultListenerModifier and TypeFieldDescriptionprotected List<PreResultListener>
DefaultActionInvocation.preResultListeners
Methods in org.apache.struts2 with parameters of type PreResultListenerModifier and TypeMethodDescriptionvoid
ActionInvocation.addPreResultListener
(PreResultListener listener) Register aPreResultListener
to be notified after the Action is executed and before the Result is executed.void
DefaultActionInvocation.addPreResultListener
(PreResultListener listener) Register a org.apache.struts2.interceptor.PreResultListener to be notified after the Action is executed and before the Result is executed. -
Uses of PreResultListener in org.apache.struts2.interceptor
Classes in org.apache.struts2.interceptor that implement PreResultListenerModifier and TypeClassDescriptionclass
Interceptor that implements Cross-Origin Embedder Policy on incoming requests used to protect a document from loading any non-same-origin resources which don't explicitly grant the document permission to be loaded.class
Allows actions to send cookies to client, action must implementCookieProvider
You must reference this interceptor in your default stack or in action's stack, see example below.class
Interceptor that implements Cross-Origin Opener Policy on incoming requests.class
This listener is used byMessageStoreInterceptor
to store messages in HttpSession just before result will be executed.protected static class
Refreshes the model instance on the value stack, if it has changedclass
-
Uses of PreResultListener in org.apache.struts2.interceptor.annotations
Classes in org.apache.struts2.interceptor.annotations that implement PreResultListener -
Uses of PreResultListener in org.apache.struts2.mock
Methods in org.apache.struts2.mock with parameters of type PreResultListenerModifier and TypeMethodDescriptionvoid
MockActionInvocation.addPreResultListener
(PreResultListener listener)