Serialized Form


Package com.opensymphony.xwork2

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

Serialized Fields

proxy

ActionProxy proxy

actionName

String actionName

namespace

String namespace

methodName

String methodName

skipActions

String skipActions
The list of actions to skip.


actionProxyFactory

ActionProxyFactory actionProxyFactory

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

Serialized Fields

context

Map<K,V> context

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

Serialized Fields

validationAware

ValidationAwareSupport validationAware

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

serialVersionUID: -585293628862447329L

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

ValueStack stack

result

Result result

resultCode

String resultCode

executed

boolean executed

pushAction

boolean pushAction

objectFactory

ObjectFactory objectFactory

actionEventListener

ActionEventListener actionEventListener

unknownHandler

UnknownHandler unknownHandler

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

serialVersionUID: 3293074152487468527L

Serialized Fields

configuration

Configuration configuration

config

ActionConfig config

invocation

ActionInvocation invocation

unknownHandler

UnknownHandler unknownHandler

extraContext

Map<K,V> extraContext

actionName

String actionName

namespace

String namespace

method

String method

executeResult

boolean executeResult

cleanupContext

boolean cleanupContext

objectFactory

ObjectFactory objectFactory

actionEventListener

ActionEventListener actionEventListener

Class com.opensymphony.xwork2.DefaultTextProvider extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException

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

Class com.opensymphony.xwork2.MockActionInvocation extends MockActionInvocation implements Serializable

Class com.opensymphony.xwork2.ObjectFactory extends Object implements Serializable

Serialized Fields

container

Container container

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

Serialized Fields

actionErrors

Collection<E> actionErrors

actionMessages

Collection<E> actionMessages

fieldErrors

Map<K,V> fieldErrors

Class com.opensymphony.xwork2.XWorkException extends RuntimeException implements Serializable

Serialized Fields

location

Location location

Package com.opensymphony.xwork2.config

Class com.opensymphony.xwork2.config.ConfigurationException extends XWorkException implements Serializable

Class com.opensymphony.xwork2.config.ReferenceResolverException extends XWorkException implements Serializable


Package com.opensymphony.xwork2.config.entities

Class com.opensymphony.xwork2.config.entities.ActionConfig extends Located implements Serializable

Serialized Fields

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

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

Serialized Fields

name

String name

exceptionClassName

String exceptionClassName

result

String result

params

Map<K,V> params

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

Serialized Fields

params

Map<K,V> params

className

String className

name

String name

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

Serialized Fields

name

String name

interceptor

Interceptor interceptor

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

Serialized Fields

interceptors

List<E> interceptors

name

String name

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

Serialized Fields

actionConfigs

Map<K,V> actionConfigs

globalResultConfigs

Map<K,V> globalResultConfigs

interceptorConfigs

Map<K,V> interceptorConfigs

resultTypeConfigs

Map<K,V> resultTypeConfigs

globalExceptionMappingConfigs

List<E> globalExceptionMappingConfigs

parents

List<E> parents

defaultInterceptorRef

String defaultInterceptorRef

defaultActionRef

String defaultActionRef

defaultResultType

String defaultResultType

defaultClassRef

String defaultClassRef

name

String name

namespace

String namespace

isAbstract

boolean isAbstract

needsRefresh

boolean needsRefresh

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

Serialized Fields

params

Map<K,V> params

className

String className

name

String name

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

Serialized Fields

clazz

String clazz

name

String name

defaultResultParam

String defaultResultParam

params

Map<K,V> params

Package com.opensymphony.xwork2.config.impl

Class com.opensymphony.xwork2.config.impl.ActionConfigMatcher extends Object implements Serializable

Serialized Fields

compiledPaths

List<E> compiledPaths

The compiled paths and their associated ActionConfig's

Class com.opensymphony.xwork2.config.impl.DefaultConfiguration extends Object implements Serializable

Serialized Fields

packageContexts

Map<K,V> packageContexts

runtimeConfiguration

RuntimeConfiguration runtimeConfiguration

container

Container container

defaultFrameworkBeanName

String defaultFrameworkBeanName

loadedFileNames

Set<E> loadedFileNames

objectFactory

ObjectFactory objectFactory

Class com.opensymphony.xwork2.config.impl.MockConfiguration extends Object implements Serializable

Serialized Fields

packages

Map<K,V> packages

loadedFiles

Set<E> loadedFiles

container

Container container

Package com.opensymphony.xwork2.inject

Class com.opensymphony.xwork2.inject.ContainerBuilder$3 extends Object implements Serializable

Class com.opensymphony.xwork2.inject.ContainerBuilder$4 extends Object implements Serializable

Class com.opensymphony.xwork2.inject.ContainerBuilder$5 extends Object implements Serializable

Class com.opensymphony.xwork2.inject.ContainerBuilder$6 extends Object implements Serializable

Class com.opensymphony.xwork2.inject.ContainerImpl$7 extends Object implements Serializable

Class com.opensymphony.xwork2.inject.ContainerImpl$8 extends Object implements Serializable

Class com.opensymphony.xwork2.inject.ContainerImpl$9 extends Object implements Serializable

Class com.opensymphony.xwork2.inject.DependencyException extends RuntimeException implements Serializable

Class com.opensymphony.xwork2.inject.Scope$2$1 extends Object implements Serializable

Class com.opensymphony.xwork2.inject.Scope$3$1 extends Object implements Serializable

Class com.opensymphony.xwork2.inject.Scope$4$1 extends Object implements Serializable

Class com.opensymphony.xwork2.inject.Scope$5$1 extends Object implements Serializable

Class com.opensymphony.xwork2.inject.Scope$6$1 extends Object implements Serializable

Class com.opensymphony.xwork2.inject.Scope$7 extends Object implements Serializable


Package com.opensymphony.xwork2.inject.util

Class com.opensymphony.xwork2.inject.util.ReferenceCache extends ReferenceMap<K,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class com.opensymphony.xwork2.inject.util.ReferenceCache$1 extends Object implements Serializable

Class com.opensymphony.xwork2.inject.util.ReferenceMap extends Object implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

keyReferenceType

ReferenceType keyReferenceType

valueReferenceType

ReferenceType valueReferenceType

Package com.opensymphony.xwork2.interceptor

Class com.opensymphony.xwork2.interceptor.AbstractInterceptor extends Object implements Serializable

Class com.opensymphony.xwork2.interceptor.AliasInterceptor extends AbstractInterceptor implements Serializable

Serialized Fields

aliasesKey

String aliasesKey

Class com.opensymphony.xwork2.interceptor.ChainingInterceptor extends AbstractInterceptor implements Serializable

Serialized Fields

excludes

Collection<E> excludes

includes

Collection<E> includes

Class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor extends AbstractInterceptor implements Serializable

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

serialVersionUID: 7563014655616490865L

Serialized Fields

alwaysInvokeValidate

boolean alwaysInvokeValidate

inputResultName

String inputResultName

Class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor extends AbstractInterceptor implements Serializable

Serialized Fields

categoryLogger

Log categoryLogger

logEnabled

boolean logEnabled

logCategory

String logCategory

logLevel

String logLevel

Class com.opensymphony.xwork2.interceptor.I18nInterceptor extends AbstractInterceptor implements Serializable

Serialized Fields

parameterName

String parameterName

attributeName

String attributeName

Class com.opensymphony.xwork2.interceptor.LoggingInterceptor extends AbstractInterceptor implements Serializable

Class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor extends AbstractInterceptor implements Serializable

Serialized Fields

excludeMethods

Set<E> excludeMethods

includeMethods

Set<E> includeMethods

Class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor extends AbstractInterceptor implements Serializable

Class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor extends AbstractInterceptor implements Serializable

Serialized Fields

allowed

Collection<E> allowed

blocked

Collection<E> blocked

includesExcludesMap

Map<K,V> includesExcludesMap

defaultBlock

boolean defaultBlock

Class com.opensymphony.xwork2.interceptor.ParameterRemoverInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: 1L

Serialized Fields

paramNames

Set<E> paramNames

paramValues

Set<E> paramValues

Class com.opensymphony.xwork2.interceptor.ParametersInterceptor extends MethodFilterInterceptor implements Serializable

Serialized Fields

ordered

boolean ordered

excludeParams

Set<E> excludeParams

Class com.opensymphony.xwork2.interceptor.PrepareInterceptor extends MethodFilterInterceptor implements Serializable

serialVersionUID: -5216969014510719786L

Serialized Fields

alwaysInvokePrepare

boolean alwaysInvokePrepare

Class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor extends AbstractInterceptor implements Serializable

Serialized Fields

scope

String scope

name

String name

className

String className

objectFactory

ObjectFactory objectFactory

Class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor extends AbstractInterceptor implements Serializable

Serialized Fields

parse

boolean parse

Class com.opensymphony.xwork2.interceptor.TimerInterceptor extends AbstractInterceptor implements Serializable

Serialized Fields

categoryLogger

Log categoryLogger

logCategory

String logCategory

logLevel

String logLevel

Package com.opensymphony.xwork2.interceptor.annotations

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


Package com.opensymphony.xwork2.mock

Class com.opensymphony.xwork2.mock.MockActionInvocation extends Object implements Serializable

Serialized Fields

action

Object action

invocationContext

ActionContext invocationContext

actionEventListener

ActionEventListener actionEventListener

proxy

ActionProxy proxy

result

Result result

resultCode

String resultCode

stack

ValueStack stack

preResultListeners

List<E> preResultListeners

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

Serialized Fields

expectedFoo

String expectedFoo

foo

String foo

executed

boolean executed

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


Package com.opensymphony.xwork2.spring

Class com.opensymphony.xwork2.spring.SpringObjectFactory extends ObjectFactory implements Serializable

Serialized Fields

appContext

ApplicationContext appContext

autoWiringFactory

AutowireCapableBeanFactory autoWiringFactory

autowireStrategy

int autowireStrategy

classes

Map<K,V> classes

useClassCache

boolean useClassCache

Class com.opensymphony.xwork2.spring.SpringProxyableObjectFactory extends SpringObjectFactory implements Serializable

Serialized Fields

skipBeanNames

List<E> skipBeanNames

Package com.opensymphony.xwork2.spring.interceptor

Class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor extends AbstractInterceptor implements Serializable

Serialized Fields

initialized

boolean initialized

context

ApplicationContext context

factory

SpringObjectFactory factory

autowireStrategy

Integer autowireStrategy

Package com.opensymphony.xwork2.util

Class com.opensymphony.xwork2.util.CompoundRoot extends ArrayList implements Serializable

Class com.opensymphony.xwork2.util.OgnlValueStack extends Object implements Serializable

serialVersionUID: 370737852934925530L

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

root

CompoundRoot root

defaultType

Class<T> defaultType

overrides

Map<K,V> overrides

Class com.opensymphony.xwork2.util.TypeConversionException extends XWorkException implements Serializable

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

Serialized Fields

clazz

Class<T> clazz
Deprecated. 

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

Serialized Fields

clazz

Class<T> clazz
Deprecated. 

Package com.opensymphony.xwork2.util.location

Class com.opensymphony.xwork2.util.location.LocatableProperties extends Properties implements Serializable

Serialized Fields

location

Location location

propLocations

Map<K,V> propLocations

Class com.opensymphony.xwork2.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.xwork2.util.profiling

Class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean extends Object implements Serializable

serialVersionUID: -6180672043920208784L

Serialized Fields

children

List<E> children

parent

ProfilingTimerBean parent

resource

String resource

startTime

long startTime

totalTime

long totalTime

Package com.opensymphony.xwork2.validator

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

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

Serialized Fields

validateAnnotatedMethodOnly

boolean validateAnnotatedMethodOnly



Copyright © 2007 OpenSymphony. All Rights Reserved.