Serialized Form


Package com.opensymphony.xwork2

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

Serialized Fields

proxy

ActionProxy proxy

actionName

java.lang.String actionName

namespace

java.lang.String namespace

methodName

java.lang.String methodName

skipActions

java.lang.String skipActions
The list of actions to skip.


actionProxyFactory

ActionProxyFactory actionProxyFactory

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

Serialized Fields

context

java.util.Map<K,V> context

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

Serialized Fields

validationAware

ValidationAwareSupport validationAware

container

Container container

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

serialVersionUID: -585293628862447329L

Serialized Fields

action

java.lang.Object action

proxy

ActionProxy proxy

preResultListeners

java.util.List<E> preResultListeners

extraContext

java.util.Map<K,V> extraContext

invocationContext

ActionContext invocationContext

interceptors

java.util.Iterator<E> interceptors

stack

ValueStack stack

result

Result result

explicitResult

Result explicitResult

resultCode

java.lang.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 java.lang.Object implements Serializable

serialVersionUID: 3293074152487468527L

Serialized Fields

configuration

Configuration configuration

config

ActionConfig config

invocation

ActionInvocation invocation

unknownHandlerManager

UnknownHandlerManager unknownHandlerManager

actionName

java.lang.String actionName

namespace

java.lang.String namespace

method

java.lang.String method

executeResult

boolean executeResult

cleanupContext

boolean cleanupContext

objectFactory

ObjectFactory objectFactory

actionEventListener

ActionEventListener actionEventListener

methodSpecified

boolean methodSpecified

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

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

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

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

Serialized Fields

container

Container container

reflectionProvider

ReflectionProvider reflectionProvider

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

Serialized Fields

actionErrors

java.util.Collection<E> actionErrors

actionMessages

java.util.Collection<E> actionMessages

fieldErrors

java.util.Map<K,V> fieldErrors

Class com.opensymphony.xwork2.XWorkException extends java.lang.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

java.util.List<E> interceptors

params

java.util.Map<K,V> params

results

java.util.Map<K,V> results

exceptionMappings

java.util.List<E> exceptionMappings

className

java.lang.String className

methodName

java.lang.String methodName

packageName

java.lang.String packageName

name

java.lang.String name

allowedMethods

java.util.Set<E> allowedMethods

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

Serialized Fields

name

java.lang.String name

exceptionClassName

java.lang.String exceptionClassName

result

java.lang.String result

params

java.util.Map<K,V> params

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

Serialized Fields

params

java.util.Map<K,V> params

className

java.lang.String className

name

java.lang.String name

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

Serialized Fields

name

java.lang.String name

interceptor

Interceptor interceptor

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

serialVersionUID: 2897260918170270343L

Serialized Fields

interceptors

java.util.List<E> interceptors
A list of InterceptorMapping object


name

java.lang.String name

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

Serialized Fields

actionConfigs

java.util.Map<K,V> actionConfigs

globalResultConfigs

java.util.Map<K,V> globalResultConfigs

interceptorConfigs

java.util.Map<K,V> interceptorConfigs

resultTypeConfigs

java.util.Map<K,V> resultTypeConfigs

globalExceptionMappingConfigs

java.util.List<E> globalExceptionMappingConfigs

parents

java.util.List<E> parents

defaultInterceptorRef

java.lang.String defaultInterceptorRef

defaultActionRef

java.lang.String defaultActionRef

defaultResultType

java.lang.String defaultResultType

defaultClassRef

java.lang.String defaultClassRef

name

java.lang.String name

namespace

java.lang.String namespace

isAbstract

boolean isAbstract

needsRefresh

boolean needsRefresh

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

Serialized Fields

params

java.util.Map<K,V> params

className

java.lang.String className

name

java.lang.String name

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

Serialized Fields

className

java.lang.String className

name

java.lang.String name

defaultResultParam

java.lang.String defaultResultParam

params

java.util.Map<K,V> params

Package com.opensymphony.xwork2.config.impl

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

Serialized Fields

wildcard

PatternMatcher<E> wildcard

Handles all wildcard pattern matching.


compiledPatterns

java.util.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 java.lang.Object implements Serializable

Serialized Fields

packageContexts

java.util.Map<K,V> packageContexts

runtimeConfiguration

RuntimeConfiguration runtimeConfiguration

container

Container container

defaultFrameworkBeanName

java.lang.String defaultFrameworkBeanName

loadedFileNames

java.util.Set<E> loadedFileNames

unknownHandlerStack

java.util.List<E> unknownHandlerStack

objectFactory

ObjectFactory objectFactory

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

Serialized Fields

packages

java.util.Map<K,V> packages

loadedFiles

java.util.Set<E> loadedFiles

container

Container container

unknownHandlerStack

java.util.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 java.lang.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(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

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

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

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

keyReferenceType

ReferenceType keyReferenceType

valueReferenceType

ReferenceType valueReferenceType

Package com.opensymphony.xwork2.interceptor

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

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

Serialized Fields

aliasesKey

java.lang.String aliasesKey

valueStackFactory

ValueStackFactory valueStackFactory

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

Serialized Fields

copyMessages

boolean copyMessages

copyErrors

boolean copyErrors

copyFieldErrors

boolean copyFieldErrors

excludes

java.util.Collection<E> excludes

includes

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

java.lang.String inputResultName

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

Serialized Fields

exception

java.lang.Exception exception

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

Serialized Fields

categoryLogger

Logger categoryLogger

logEnabled

boolean logEnabled

logCategory

java.lang.String logCategory

logLevel

java.lang.String logLevel

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

Serialized Fields

parameterName

java.lang.String parameterName

requestOnlyParameterName

java.lang.String requestOnlyParameterName

attributeName

java.lang.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

java.util.Set<E> excludeMethods

includeMethods

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

java.util.Collection<E> allowed

blocked

java.util.Collection<E> blocked

includesExcludesMap

java.util.Map<K,V> includesExcludesMap

defaultBlock

boolean defaultBlock

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

serialVersionUID: 1L

Serialized Fields

paramNames

java.util.Set<E> paramNames

paramValues

java.util.Set<E> paramValues

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

Serialized Fields

ordered

boolean ordered

excludeParams

java.util.Set<E> excludeParams

acceptParams

java.util.Set<E> acceptParams

acceptedParamNames

java.lang.String acceptedParamNames

acceptedPattern

java.util.regex.Pattern acceptedPattern

valueStackFactory

ValueStackFactory valueStackFactory

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

serialVersionUID: -5216969014510719786L

Serialized Fields

alwaysInvokePrepare

boolean alwaysInvokePrepare

firstCallPrepareDo

boolean firstCallPrepareDo

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

Serialized Fields

scope

java.lang.String scope

name

java.lang.String name

className

java.lang.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

java.lang.String logCategory

logLevel

java.lang.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 AbstractInterceptor implements Serializable


Package com.opensymphony.xwork2.mock

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

Serialized Fields

action

java.lang.Object action

invocationContext

ActionContext invocationContext

actionEventListener

ActionEventListener actionEventListener

proxy

ActionProxy proxy

result

Result result

resultCode

java.lang.String resultCode

stack

ValueStack stack

preResultListeners

java.util.List<E> preResultListeners

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

serialVersionUID: 2692551676567227756L

Serialized Fields

expectedFoo

java.lang.String expectedFoo

foo

java.lang.String foo

executed

boolean executed

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


Package com.opensymphony.xwork2.ognl

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

serialVersionUID: 370737852934925530L

Serialization Methods

readResolve

private java.lang.Object readResolve()
Serialized Fields

root

CompoundRoot root

defaultType

java.lang.Class<T> defaultType

overrides

java.util.Map<K,V> overrides

devMode

boolean devMode

logMissingProperties

boolean logMissingProperties

Package com.opensymphony.xwork2.spring

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

Serialized Fields

appContext

org.springframework.context.ApplicationContext appContext

autoWiringFactory

org.springframework.beans.factory.config.AutowireCapableBeanFactory autoWiringFactory

autowireStrategy

int autowireStrategy

classes

java.util.Map<K,V> classes

useClassCache

boolean useClassCache

alwaysRespectAutowireStrategy

boolean alwaysRespectAutowireStrategy

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

Serialized Fields

skipBeanNames

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

org.springframework.context.ApplicationContext context

factory

SpringObjectFactory factory

autowireStrategy

java.lang.Integer autowireStrategy

Package com.opensymphony.xwork2.util

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

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

Serialized Fields

clazz

java.lang.Class<T> clazz

conv

XWorkConverter conv

objectFactory

ObjectFactory objectFactory

Package com.opensymphony.xwork2.util.location

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

Serialized Fields

location

Location location

propLocations

java.util.Map<K,V> propLocations

Class com.opensymphony.xwork2.util.location.LocationImpl extends java.lang.Object implements Serializable

Serialization Methods

readResolve

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

Serialized Fields

uri

java.lang.String uri

line

int line

column

int column

description

java.lang.String description

Package com.opensymphony.xwork2.util.profiling

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

serialVersionUID: -6180672043920208784L

Serialized Fields

children

java.util.List<E> children

parent

ProfilingTimerBean parent

resource

java.lang.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 java.lang.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 © 2000-2012 Apache Software Foundation. All Rights Reserved.