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

explicitResult

Result explicitResult

resultCode

String resultCode

executed

boolean executed

pushAction

boolean pushAction

objectFactory

ObjectFactory objectFactory

actionEventListener

ActionEventListener actionEventListener

valueStackFactory

ValueStackFactory valueStackFactory

container

Container container

configuration

Configuration configuration

unknownHandlerManager

UnknownHandlerManager unknownHandlerManager

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

serialVersionUID: 3293074152487468527L

Serialized Fields

configuration

Configuration configuration

config

ActionConfig config

invocation

ActionInvocation invocation

unknownHandlerManager

UnknownHandlerManager unknownHandlerManager

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

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

reflectionProvider

ReflectionProvider reflectionProvider

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

name

String name

allowedMethods

Set<E> allowedMethods

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

serialVersionUID: 2897260918170270343L

Serialized Fields

interceptors

List<E> interceptors
A list of InterceptorMapping object


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

className

String className

name

String name

defaultResultParam

String defaultResultParam

params

Map<K,V> params

Package com.opensymphony.xwork2.config.impl

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

Serialized Fields

wildcard

PatternMatcher<E> wildcard

Handles all wildcard pattern matching.


compiledPatterns

List<E> compiledPatterns

The compiled patterns and their associated target objects

Class com.opensymphony.xwork2.config.impl.ActionConfigMatcher extends AbstractMatcher<ActionConfig> implements Serializable

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

unknownHandlerStack

List<E> unknownHandlerStack

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

unknownHandlerStack

List<E> unknownHandlerStack

builder

ContainerBuilder builder

Class com.opensymphony.xwork2.config.impl.NamespaceMatcher extends AbstractMatcher<NamespaceMatch> implements Serializable


Package com.opensymphony.xwork2.conversion

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


Package com.opensymphony.xwork2.inject

Class com.opensymphony.xwork2.inject.DependencyException extends RuntimeException 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.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

valueStackFactory

ValueStackFactory valueStackFactory

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

Serialized Fields

excludes

Collection<E> excludes

includes

Collection<E> includes

reflectionProvider

ReflectionProvider reflectionProvider

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

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

serialVersionUID: 7563014655616490865L

Serialized Fields

inputResultName

String inputResultName

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

Serialized Fields

exception

Exception exception

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

Serialized Fields

categoryLogger

Logger 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

requestOnlyParameterName

String requestOnlyParameterName

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

Serialized Fields

refreshModelBeforeResult

boolean refreshModelBeforeResult

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

acceptParams

Set<E> acceptParams

acceptedParamNames

String acceptedParamNames

acceptedPattern

Pattern acceptedPattern

valueStackFactory

ValueStackFactory valueStackFactory

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

overwrite

boolean overwrite

merge

boolean merge

valueStackFactory

ValueStackFactory valueStackFactory

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

Serialized Fields

categoryLogger

Logger categoryLogger

logCategory

String logCategory

logLevel

String logLevel

Package com.opensymphony.xwork2.interceptor.annotations

Class com.opensymphony.xwork2.interceptor.annotations.AnnotationParameterFilterIntereptor extends AbstractInterceptor implements Serializable

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

serialVersionUID: 2692551676567227756L

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

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

serialVersionUID: 370737852934925530L

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

devMode

boolean devMode

logMissingProperties

boolean logMissingProperties

root

CompoundRoot root

defaultType

Class<T> defaultType

overrides

Map<K,V> overrides

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

alwaysRespectAutowireStrategy

boolean alwaysRespectAutowireStrategy

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.XWorkList extends ArrayList implements Serializable

Serialized Fields

clazz

Class<T> clazz

conv

XWorkConverter conv

objectFactory

ObjectFactory objectFactory

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.util.reflection

Class com.opensymphony.xwork2.util.reflection.ReflectionException extends XWorkException implements Serializable


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

actionValidatorManager

ActionValidatorManager actionValidatorManager

alwaysInvokeValidate

boolean alwaysInvokeValidate

programmatic

boolean programmatic

declarative

boolean declarative



Copyright © 2009 OpenSymphony. All Rights Reserved.