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

methodName

String methodName

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

Serialized Fields

context

Map context

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

Serialized Fields

validationAware

ValidationAwareSupport validationAware

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

Serialized Fields

action

Object 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

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 MockActionInvocation implements Serializable

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

location

Location location

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 Located implements Serializable

Serialized Fields

externalRefs

List externalRefs

interceptors

List interceptors

params

Map params

results

Map results

exceptionMappings

List exceptionMappings

className

String className

methodName

String methodName

packageName

String packageName

Class com.opensymphony.xwork.config.entities.ExceptionMappingConfig extends Located implements Serializable

Serialized Fields

name

String name

exceptionClassName

String exceptionClassName

result

String result

params

Map params

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

Serialized Fields

externalRef

String externalRef

name

String name

required

boolean required

Class com.opensymphony.xwork.config.entities.InterceptorConfig extends Located implements Serializable

Serialized Fields

params

Map params

className

String className

name

String name

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

Serialized Fields

name

String name

interceptor

Interceptor interceptor

Class com.opensymphony.xwork.config.entities.InterceptorStackConfig extends Located implements Serializable

Serialized Fields

interceptors

List interceptors

name

String name

Class com.opensymphony.xwork.config.entities.PackageConfig extends Located implements Serializable

Serialized Fields

externalRefResolver

ExternalReferenceResolver externalRefResolver

actionConfigs

Map actionConfigs

globalResultConfigs

Map globalResultConfigs

interceptorConfigs

Map interceptorConfigs

resultTypeConfigs

Map resultTypeConfigs

globalExceptionMappingConfigs

List globalExceptionMappingConfigs

parents

Set parents

defaultInterceptorRef

String defaultInterceptorRef

defaultActionRef

String defaultActionRef

defaultResultType

String defaultResultType

name

String name

namespace

String namespace

isAbstract

boolean isAbstract

Class com.opensymphony.xwork.config.entities.ResultConfig extends Located implements Serializable

serialVersionUID: 2840978123123791897L

Serialized Fields

params

Map params

className

String className

name

String name

Class com.opensymphony.xwork.config.entities.ResultTypeConfig extends Located implements Serializable

serialVersionUID: -4536350324880589642L

Serialized Fields

clazz

String clazz

name

String name

defaultResultParam

String defaultResultParam

params

Map params

Package com.opensymphony.xwork.interceptor

Class com.opensymphony.xwork.interceptor.AbstractLifecycleInterceptor extends Object implements Serializable

Class com.opensymphony.xwork.interceptor.AliasInterceptor extends AroundInterceptor implements Serializable

Serialized Fields

aliasesKey

String aliasesKey

Class com.opensymphony.xwork.interceptor.AroundInterceptor extends Object implements Serializable

Class com.opensymphony.xwork.interceptor.ChainingInterceptor extends AroundInterceptor implements Serializable

Serialized Fields

excludes

Collection excludes

includes

Collection includes

Class com.opensymphony.xwork.interceptor.ConversionErrorInterceptor extends AroundInterceptor implements Serializable

Class com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor extends MethodFilterInterceptor implements Serializable

serialVersionUID: 7563014655616490865L

Serialized Fields

alwaysInvokeValidate

boolean alwaysInvokeValidate

Class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor extends Object implements Serializable

Serialized Fields

categoryLogger

org.apache.commons.logging.Log categoryLogger

logEnabled

boolean logEnabled

logCategory

String logCategory

logLevel

String logLevel

Class com.opensymphony.xwork.interceptor.ExternalReferencesInterceptor extends AroundInterceptor implements Serializable

Class com.opensymphony.xwork.interceptor.I18nInterceptor extends Object implements Serializable

Serialized Fields

parameterName

String parameterName

attributeName

String attributeName

Class com.opensymphony.xwork.interceptor.LoggingInterceptor extends AroundInterceptor implements Serializable

Class com.opensymphony.xwork.interceptor.MethodFilterInterceptor extends Object implements Serializable

Serialized Fields

excludeMethods

Set excludeMethods

includeMethods

Set includeMethods

Class com.opensymphony.xwork.interceptor.ModelDrivenInterceptor extends AroundInterceptor implements Serializable

Class com.opensymphony.xwork.interceptor.ParameterFilterInterceptor extends Object implements Serializable

Serialized Fields

allowed

Collection allowed

blocked

Collection blocked

includesExcludesMap

Map includesExcludesMap

defaultBlock

boolean defaultBlock

Class com.opensymphony.xwork.interceptor.ParametersInterceptor extends AroundInterceptor implements Serializable

Class com.opensymphony.xwork.interceptor.PrepareInterceptor extends AroundInterceptor implements Serializable

serialVersionUID: -7182584510651751135L

Serialized Fields

alwaysInvokePrepare

boolean alwaysInvokePrepare

Class com.opensymphony.xwork.interceptor.StaticParametersInterceptor extends AroundInterceptor implements Serializable

Serialized Fields

parse

boolean parse

Class com.opensymphony.xwork.interceptor.TimerInterceptor extends Object implements Serializable

Serialized Fields

categoryLogger

org.apache.commons.logging.Log categoryLogger

logCategory

String logCategory

logLevel

String logLevel

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.ComponentInterceptor extends AroundInterceptor implements Serializable

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

Serialized Fields

enablers

Map enablers
Deprecated. 

enablers2

Map enablers2
Deprecated. 

fallback

DefaultComponentManager fallback
Deprecated. 

loadOrder

List loadOrder
Deprecated. 

resourceInstances

Map resourceInstances
Deprecated. 

dependentResources

Map dependentResources
Deprecated. 

alreadyLoaded

Set alreadyLoaded
Deprecated. 

config

ComponentConfiguration config
Deprecated. 

scope

String scope
Deprecated. 

Package com.opensymphony.xwork.mock

Class com.opensymphony.xwork.mock.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

preResultListeners

List preResultListeners

Class com.opensymphony.xwork.mock.MockInterceptor extends Object implements Serializable

Serialized Fields

expectedFoo

String expectedFoo

foo

String foo

executed

boolean executed

Class com.opensymphony.xwork.mock.MockResult extends Object implements Serializable


Package com.opensymphony.xwork.spring.interceptor

Class com.opensymphony.xwork.spring.interceptor.ActionAutowiringInterceptor extends AroundInterceptor implements Serializable

Serialized Fields

initialized

boolean initialized

context

org.springframework.context.ApplicationContext context

factory

SpringObjectFactory factory

autowireStrategy

Integer autowireStrategy

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
Deprecated. 

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

Serialized Fields

clazz

Class clazz
Deprecated. 

Package com.opensymphony.xwork.util.location

Class com.opensymphony.xwork.util.location.LocationImpl extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Ensure serialized unknown location resolve to Location.UNKNOWN.

Serialized Fields

uri

String uri

line

int line

column

int column

description

String description

Package com.opensymphony.xwork.validator

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

Class com.opensymphony.xwork.validator.ValidationInterceptor extends MethodFilterInterceptor implements Serializable


XWork Project Page