|
||||||||||
| 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. |
| 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 |
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. |
void |
ActionInvocation.addPreResultListener(PreResultListener listener)
Register a 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 |
|---|
| Methods in com.opensymphony.xwork2.mock with parameters of type PreResultListener | |
|---|---|
void |
MockActionInvocation.addPreResultListener(PreResultListener listener)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||