Serialized Form


Package com.opensymphony.xwork

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

Serialized Fields

proxy

com.opensymphony.xwork.ActionProxy proxy

actionName

String actionName

namespace

String namespace

methodName

String methodName

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

Serialized Fields

context

Map<K,V> context

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

Serialized Fields

validationAware

com.opensymphony.xwork.ValidationAwareSupport validationAware

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

Serialized Fields

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

Serialized Fields

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

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException

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

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

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

location

com.opensymphony.xwork.util.location.Location location

Package com.opensymphony.xwork.interceptor.annotations

Class com.opensymphony.xwork.interceptor.annotations.AnnotationWorkflowInterceptor extends Object implements Serializable


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

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

Serialized Fields

clazz

Class<T> clazz

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

Serialized Fields

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


XWork Project Page