Serialized Form


Package com.opensymphony.xwork

Class com.opensymphony.xwork.ActionChainResult extends Object implements Serializable

Serialized Fields

proxy

ActionProxy proxy

actionName

String actionName

namespace

String namespace

Class com.opensymphony.xwork.ActionContext extends Object implements Serializable

Serialized Fields

context

Map<K,V> context

Class com.opensymphony.xwork.ActionGlobalContext extends Object implements Serializable

Serialized Fields

mapContext

Map<K,V> mapContext

Class com.opensymphony.xwork.ActionSupport extends Object implements Serializable

Serialized Fields

validationAware

ValidationAware validationAware

Class com.opensymphony.xwork.DefaultActionInvocation extends Object implements Serializable

Serialized Fields

action

Object action

proxy

ActionProxy proxy

preResultListeners

List<E> preResultListeners

extraContext

Map<K,V> extraContext

invocationContext

ActionContext invocationContext

interceptors

Iterator<E> interceptors

stack

OgnlValueStack stack

result

Result result

resultCode

String resultCode

executed

boolean executed

pushAction

boolean pushAction

Class com.opensymphony.xwork.DefaultActionProxy extends Object implements Serializable

Serialized Fields

config

ActionConfig config

invocation

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

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException

Class com.opensymphony.xwork.MockActionInvocation extends Object implements Serializable

Serialized Fields

action

Object action

invocationContext

ActionContext invocationContext

proxy

ActionProxy proxy

result

Result result

resultCode

String resultCode

stack

OgnlValueStack stack

Class com.opensymphony.xwork.ValidationAwareSupport extends Object implements Serializable

Serialized Fields

actionErrors

Collection<E> actionErrors

actionMessages

Collection<E> actionMessages

fieldErrors

Map<K,V> fieldErrors

Class com.opensymphony.xwork.XworkException extends RuntimeException implements Serializable

Serialized Fields

throwable

Throwable throwable

Package com.opensymphony.xwork.config

Class com.opensymphony.xwork.config.ConfigurationException extends XworkException implements Serializable

Class com.opensymphony.xwork.config.ReferenceResolverException extends XworkException implements Serializable


Package com.opensymphony.xwork.config.entities

Class com.opensymphony.xwork.config.entities.ActionConfig extends Object implements Serializable

Serialized Fields

externalRefs

List<E> externalRefs

interceptors

List<E> interceptors

params

Map<K,V> params

results

Map<K,V> results

exceptionMappings

List<E> exceptionMappings

className

String className

methodName

String methodName

packageName

String packageName

Package com.opensymphony.xwork.interceptor.component

Class com.opensymphony.xwork.interceptor.component.ComponentConfiguration extends Object implements Serializable

Serialized Fields

componentsByScope

Map<K,V> componentsByScope

Class com.opensymphony.xwork.interceptor.component.DefaultComponentManager extends Object implements Serializable

Serialized Fields

enablers

Map<K,V> enablers
Deprecated. 

enablers2

Map<K,V> enablers2
Deprecated. 

fallback

DefaultComponentManager fallback
Deprecated. 

loadOrder

List<E> loadOrder
Deprecated. 

resourceInstances

Map<K,V> resourceInstances
Deprecated. 

dependentResources

Map<K,V> dependentResources
Deprecated. 

alreadyLoaded

Set<E> alreadyLoaded
Deprecated. 

config

ComponentConfiguration config
Deprecated. 

scope

String scope
Deprecated. 

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

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

root

CompoundRoot root

defaultType

Class<T> defaultType

overrides

Map<K,V> overrides

Class com.opensymphony.xwork.util.TypeConversionException extends XworkException implements Serializable

Class com.opensymphony.xwork.util.XWorkList extends ArrayList implements Serializable

Serialized Fields

clazz

Class<T> clazz
Deprecated. 

Class com.opensymphony.xwork.util.XWorkMap extends HashMap implements Serializable

Serialized Fields

clazz

Class<T> clazz
Deprecated. 

Package com.opensymphony.xwork.validator

Class com.opensymphony.xwork.validator.ValidationException extends Exception implements Serializable


XWork Project Page