|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PreResultListener | |
|---|---|
| com.opensymphony.xwork2 | Main Xwork interfaces and classes. |
| com.opensymphony.xwork2.interceptor.annotations | Interceptor annotations. |
| com.opensymphony.xwork2.mock | XWork specific mock classes. |
| Uses of PreResultListener in com.opensymphony.xwork2 |
|---|
| 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 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.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 | |||||||||