Package | Description |
---|---|
com.opensymphony.xwork2 |
Main XWork interfaces and classes.
|
com.opensymphony.xwork2.interceptor |
Interceptor classes.
|
com.opensymphony.xwork2.mock |
XWork specific mock classes.
|
Modifier and Type | Field and Description |
---|---|
protected List<PreResultListener> |
DefaultActionInvocation.preResultListeners |
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
|
void |
ActionInvocation.LegacyAdapter.addPreResultListener(PreResultListener listener) |
Modifier and Type | Method and Description |
---|---|
static PreResultListener |
PreResultListener.adapt(PreResultListener actualListener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MockActionInvocation.addPreResultListener(PreResultListener listener) |
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.