Serialized Form
Package com.opensymphony.xwork |
Class com.opensymphony.xwork.ActionChainResult extends Object implements Serializable |
proxy
com.opensymphony.xwork.ActionProxy proxy
actionName
String actionName
namespace
String namespace
methodName
String methodName
Class com.opensymphony.xwork.ActionContext extends Object implements Serializable |
context
Map<K,V> context
Class com.opensymphony.xwork.ActionSupport extends Object implements Serializable |
validationAware
com.opensymphony.xwork.ValidationAwareSupport validationAware
Class com.opensymphony.xwork.DefaultActionInvocation extends Object implements Serializable |
action
Object action
proxy
com.opensymphony.xwork.ActionProxy proxy
preResultListeners
List<E> preResultListeners
extraContext
Map<K,V> extraContext
invocationContext
com.opensymphony.xwork.ActionContext invocationContext
interceptors
Iterator<E> interceptors
stack
com.opensymphony.xwork.util.OgnlValueStack stack
result
com.opensymphony.xwork.Result result
resultCode
String resultCode
executed
boolean executed
pushAction
boolean pushAction
Class com.opensymphony.xwork.DefaultActionProxy extends Object implements Serializable |
config
com.opensymphony.xwork.config.entities.ActionConfig config
invocation
com.opensymphony.xwork.ActionInvocation invocation
extraContext
Map<K,V> extraContext
actionName
String actionName
namespace
String namespace
method
String method
executeResult
boolean executeResult
cleanupContext
boolean cleanupContext
Class com.opensymphony.xwork.DefaultTextProvider extends Object implements Serializable |
readResolve
private Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
Class com.opensymphony.xwork.MockActionInvocation extends com.opensymphony.xwork.mock.MockActionInvocation implements Serializable |
Class com.opensymphony.xwork.ValidationAwareSupport extends Object implements Serializable |
actionErrors
Collection<E> actionErrors
actionMessages
Collection<E> actionMessages
fieldErrors
Map<K,V> fieldErrors
Class com.opensymphony.xwork.XworkException extends RuntimeException implements Serializable |
location
com.opensymphony.xwork.util.location.Location location
Package com.opensymphony.xwork.interceptor.annotations |
Package com.opensymphony.xwork.util |
Class com.opensymphony.xwork.util.CompoundRoot extends ArrayList implements Serializable |
Class com.opensymphony.xwork.util.OgnlValueStack extends Object implements Serializable |
readResolve
private Object readResolve()
root
com.opensymphony.xwork.util.CompoundRoot root
defaultType
Class<T> defaultType
overrides
Map<K,V> overrides
Class com.opensymphony.xwork.util.TypeConversionException extends com.opensymphony.xwork.XworkException implements Serializable |
Class com.opensymphony.xwork.util.XWorkList extends ArrayList implements Serializable |
clazz
Class<T> clazz
Class com.opensymphony.xwork.util.XWorkMap extends HashMap implements Serializable |
clazz
Class<T> clazz
Package com.opensymphony.xwork.validator |
Class com.opensymphony.xwork.validator.ValidationException extends Exception implements Serializable |
Class com.opensymphony.xwork.validator.ValidationInterceptor extends com.opensymphony.xwork.interceptor.MethodFilterInterceptor implements Serializable |