|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreResultListener | |
---|---|
com.opensymphony.xwork2 | Main XWork interfaces and classes. |
com.opensymphony.xwork2.interceptor | Interceptor classes. |
com.opensymphony.xwork2.interceptor.annotations | Interceptor annotations. |
com.opensymphony.xwork2.mock | XWork specific mock classes. |
org.apache.struts2.interceptor | Web specific interceptor classes. |
Uses of PreResultListener in com.opensymphony.xwork2 |
---|
Fields in com.opensymphony.xwork2 with type parameters of type PreResultListener | |
---|---|
protected List<PreResultListener> |
DefaultActionInvocation.preResultListeners
|
Methods in com.opensymphony.xwork2 with parameters of type PreResultListener | |
---|---|
void |
ActionInvocation.addPreResultListener(PreResultListener listener)
Register a PreResultListener to be notified after the Action is executed and
before the Result is executed. |
void |
DefaultActionInvocation.addPreResultListener(PreResultListener listener)
Register a com.opensymphony.xwork2.interceptor.PreResultListener to be notified after the Action is executed and before the Result is executed. |
Uses of PreResultListener in com.opensymphony.xwork2.interceptor |
---|
Classes in com.opensymphony.xwork2.interceptor that implement PreResultListener | |
---|---|
protected static class |
ModelDrivenInterceptor.RefreshModelBeforeResult
Refreshes the model instance on the value stack, if it has changed |
Uses of PreResultListener in com.opensymphony.xwork2.interceptor.annotations |
---|
Classes in com.opensymphony.xwork2.interceptor.annotations that implement PreResultListener | |
---|---|
class |
AnnotationWorkflowInterceptor
|
Uses of PreResultListener in com.opensymphony.xwork2.mock |
---|
Fields in com.opensymphony.xwork2.mock with type parameters of type PreResultListener | |
---|---|
private List<PreResultListener> |
MockActionInvocation.preResultListeners
|
Methods in com.opensymphony.xwork2.mock with parameters of type PreResultListener | |
---|---|
void |
MockActionInvocation.addPreResultListener(PreResultListener listener)
|
Uses of PreResultListener in org.apache.struts2.interceptor |
---|
Classes in org.apache.struts2.interceptor that implement PreResultListener | |
---|---|
class |
ScopeInterceptor
This is designed to solve a few simple issues related to wizard-like functionality in Struts. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |