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
used to determine which namespace the Action is in that we're chaining to. if namespace is null, this defaults to the current namespace.

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

Action action

proxy

ActionProxy proxy

preResultListeners

List preResultListeners

extraContext

Map extraContext

invocationContext

ActionContext invocationContext

interceptors

Iterator 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 extraContext

actionName

String actionName

namespace

String namespace

executeResult

boolean executeResult

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

Serialized Fields

actionErrors

Collection actionErrors

actionMessages

Collection actionMessages

fieldErrors

Map 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 externalRefs

interceptors

List interceptors

params

Map params

results

Map results

method

Method method

className

String className

methodName

String methodName

packageName

String packageName

cachedClass

Class cachedClass


Package com.opensymphony.xwork.interceptor.component

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

Serialized Fields

componentsByScope

Map componentsByScope

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

Serialized Fields

enablers

Map enablers

enablers2

Map enablers2

fallback

DefaultComponentManager fallback

loadOrder

List loadOrder

resourceInstances

Map resourceInstances

alreadyLoaded

Set alreadyLoaded


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 defaultType

overrides

Map 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 clazz

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

Serialized Fields

clazz

Class clazz


Package com.opensymphony.xwork.validator

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


XWork Project Page