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

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

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

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

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

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

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

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

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

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

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

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

serialVersionUID: 370737852934925530L

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

devMode

boolean devMode

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

org.springframework.context.ApplicationContext appContext

autoWiringFactory

org.springframework.beans.factory.config.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

org.springframework.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

Package org.apache.struts2

Class org.apache.struts2.ServletActionContext extends ActionContext implements Serializable

serialVersionUID: -666854718275106687L

Class org.apache.struts2.StrutsException extends XWorkException implements Serializable

serialVersionUID: 888724366243600135L


Package org.apache.struts2.config

Class org.apache.struts2.config.NullResult extends Object implements Serializable


Package org.apache.struts2.dispatcher

Class org.apache.struts2.dispatcher.ApplicationMap extends AbstractMap implements Serializable

serialVersionUID: 9136809763083228202L

Serialized Fields

context

ServletContext context

entries

Set<E> entries

Class org.apache.struts2.dispatcher.DefaultActionSupport extends ActionSupport implements Serializable

serialVersionUID: -2426166391283746095L

Serialized Fields

successResultValue

String successResultValue

Class org.apache.struts2.dispatcher.HttpHeaderResult extends Object implements Serializable

serialVersionUID: 195648957144219214L

Serialized Fields

parse

boolean parse

headers

Map<K,V> headers

status

int status

error

int error

errorMessage

String errorMessage

Class org.apache.struts2.dispatcher.PlainTextResult extends StrutsResultSupport implements Serializable

serialVersionUID: 3633371605905583950L

Serialized Fields

charSet

String charSet

Class org.apache.struts2.dispatcher.RequestMap extends AbstractMap implements Serializable

serialVersionUID: -7675640869293787926L

Serialized Fields

entries

Set<E> entries

request

HttpServletRequest request

Class org.apache.struts2.dispatcher.ServletActionRedirectResult extends ServletRedirectResult implements Serializable

serialVersionUID: -9042425229314584066L

Serialized Fields

actionName

String actionName

namespace

String namespace

method

String method

supressEmptyParameters

boolean supressEmptyParameters

requestParameters

Map<K,V> requestParameters

prohibitedResultParam

List<E> prohibitedResultParam

Class org.apache.struts2.dispatcher.ServletDispatcherResult extends StrutsResultSupport implements Serializable

serialVersionUID: -1970659272360685627L

Class org.apache.struts2.dispatcher.ServletRedirectResult extends StrutsResultSupport implements Serializable

serialVersionUID: 6316947346435301270L

Serialized Fields

prependServletContext

boolean prependServletContext

actionMapper

ActionMapper actionMapper

statusCode

int statusCode

Class org.apache.struts2.dispatcher.SessionMap extends AbstractMap implements Serializable

serialVersionUID: 4678843241638046854L

Serialized Fields

session

HttpSession session

entries

Set<E> entries

request

HttpServletRequest request

Class org.apache.struts2.dispatcher.StreamResult extends StrutsResultSupport implements Serializable

serialVersionUID: -1468409635999059850L

Serialized Fields

contentType

String contentType

contentLength

String contentLength

contentDisposition

String contentDisposition

inputName

String inputName

inputStream

InputStream inputStream

bufferSize

int bufferSize

Class org.apache.struts2.dispatcher.StrutsResultSupport extends Object implements Serializable

Serialized Fields

parse

boolean parse

encode

boolean encode

location

String location

lastFinalLocation

String lastFinalLocation

Class org.apache.struts2.dispatcher.VelocityResult extends StrutsResultSupport implements Serializable

serialVersionUID: 7268830767762559424L

Serialized Fields

defaultEncoding

String defaultEncoding

velocityManager

VelocityManager velocityManager

Package org.apache.struts2.impl

Class org.apache.struts2.impl.StrutsActionProxy extends DefaultActionProxy implements Serializable

serialVersionUID: -2434901249671934080L

Class org.apache.struts2.impl.StrutsObjectFactory extends ObjectFactory implements Serializable


Package org.apache.struts2.interceptor

Class org.apache.struts2.interceptor.ActionMappingParametersInteceptor extends ParametersInterceptor implements Serializable

Class org.apache.struts2.interceptor.BackgroundProcess extends Object implements Serializable

serialVersionUID: 3884464776311686443L

Serialized Fields

action

Object action

invocation

ActionInvocation invocation

result

String result

exception

Exception exception

done

boolean done

Class org.apache.struts2.interceptor.CheckboxInterceptor extends Object implements Serializable

serialVersionUID: -586878104807229585L

Serialized Fields

uncheckedValue

String uncheckedValue

Class org.apache.struts2.interceptor.ClearSessionInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: -2102199238428329238L

Class org.apache.struts2.interceptor.CookieInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: 4153142432948747305L

Serialized Fields

cookiesNameSet

Set<E> cookiesNameSet

cookiesValueSet

Set<E> cookiesValueSet

Class org.apache.struts2.interceptor.CreateSessionInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: -4590322556118858869L

Class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor extends MethodFilterInterceptor implements Serializable

serialVersionUID: -2754639196749652512L

Serialized Fields

delay

int delay

delaySleepInterval

int delaySleepInterval

executeAfterValidationPass

boolean executeAfterValidationPass

threadPriority

int threadPriority

Class org.apache.struts2.interceptor.FileUploadInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: -4764627478894962478L

Serialized Fields

maximumSize

Long maximumSize

allowedTypes

String allowedTypes

allowedTypesSet

Set<E> allowedTypesSet

Class org.apache.struts2.interceptor.MessageStoreInterceptor extends Object implements Serializable

serialVersionUID: 4491997514314242420L

Serialized Fields

allowRequestParameterSwitch

boolean allowRequestParameterSwitch

requestParameterSwitch

String requestParameterSwitch

operationMode

String operationMode

Class org.apache.struts2.interceptor.ProfilingActivationInterceptor extends AbstractInterceptor implements Serializable

Serialized Fields

profilingKey

String profilingKey

devMode

boolean devMode

Class org.apache.struts2.interceptor.RolesInterceptor extends AbstractInterceptor implements Serializable

Serialized Fields

allowedRoles

List<E> allowedRoles

disallowedRoles

List<E> disallowedRoles

Class org.apache.struts2.interceptor.ScopeInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: 9120762699600054395L

Serialized Fields

application

String[] application

session

String[] session

key

String key

type

String type

autoCreateSession

boolean autoCreateSession

sessionReset

String sessionReset

reset

boolean reset

Class org.apache.struts2.interceptor.ServletConfigInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: 605261777858676638L

Class org.apache.struts2.interceptor.StrutsConversionErrorInterceptor extends ConversionErrorInterceptor implements Serializable

serialVersionUID: 2759744840082921602L

Class org.apache.struts2.interceptor.TokenInterceptor extends MethodFilterInterceptor implements Serializable

serialVersionUID: -6680894220590585506L

Class org.apache.struts2.interceptor.TokenSessionStoreInterceptor extends TokenInterceptor implements Serializable

serialVersionUID: -9032347965469098195L


Package org.apache.struts2.interceptor.debugging

Class org.apache.struts2.interceptor.debugging.DebuggingInterceptor extends Object implements Serializable

serialVersionUID: -3097324155953078783L

Serialized Fields

ignorePrefixes

String[] ignorePrefixes

_ignoreKeys

String[] _ignoreKeys

ignoreKeys

HashSet<E> ignoreKeys

enableXmlWithConsole

boolean enableXmlWithConsole

devMode

boolean devMode

freemarkerManager

FreemarkerManager freemarkerManager

consoleEnabled

boolean consoleEnabled

reflectionProvider

ReflectionProvider reflectionProvider

Package org.apache.struts2.interceptor.validation

Class org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor extends ValidationInterceptor implements Serializable

serialVersionUID: 1813272797367431184L

Class org.apache.struts2.interceptor.validation.JSONValidationInterceptor extends MethodFilterInterceptor implements Serializable

Serialized Fields

validationFailedStatus

int validationFailedStatus

Package org.apache.struts2.util

Class org.apache.struts2.util.Counter extends Object implements Serializable

serialVersionUID: 2796965884308060179L

Serialized Fields

wrap

boolean wrap

first

long first

current

long current

interval

long interval

last

long last

Package org.apache.struts2.views

Class org.apache.struts2.views.JspSupportServlet extends HttpServlet implements Serializable

serialVersionUID: 8302309812391541933L


Package org.apache.struts2.views.freemarker

Class org.apache.struts2.views.freemarker.FreemarkerResult extends StrutsResultSupport implements Serializable

serialVersionUID: -3778230771704661631L

Serialized Fields

invocation

ActionInvocation invocation

configuration

freemarker.template.Configuration configuration

wrapper

freemarker.template.ObjectWrapper wrapper

freemarkerManager

FreemarkerManager freemarkerManager

writer

Writer writer

writeIfCompleted

boolean writeIfCompleted

location

String location

pContentType

String pContentType

Class org.apache.struts2.views.freemarker.ScopesHashModel extends freemarker.template.SimpleHash implements Serializable

serialVersionUID: 5551686380141886764L

Serialized Fields

request

HttpServletRequest request

servletContext

ServletContext servletContext

stack

ValueStack stack

Package org.apache.struts2.views.jsp

Class org.apache.struts2.views.jsp.ActionTag extends ContextBeanTag implements Serializable

serialVersionUID: -5384167073331678855L

Serialized Fields

name

String name

namespace

String namespace

executeResult

boolean executeResult

ignoreContextParams

boolean ignoreContextParams

flush

boolean flush

Class org.apache.struts2.views.jsp.BeanTag extends ContextBeanTag implements Serializable

serialVersionUID: -3863152522071209267L

Serialized Fields

name

String name

Class org.apache.struts2.views.jsp.ComponentTagSupport extends StrutsBodyTagSupport implements Serializable

Serialized Fields

component

Component component

Class org.apache.struts2.views.jsp.ContextBeanTag extends ComponentTagSupport implements Serializable

Serialized Fields

var

String var

Class org.apache.struts2.views.jsp.DateTag extends ContextBeanTag implements Serializable

serialVersionUID: -6216963123295613440L

Serialized Fields

name

String name

format

String format

nice

boolean nice

Class org.apache.struts2.views.jsp.ElseIfTag extends ComponentTagSupport implements Serializable

serialVersionUID: -3872016920741400345L

Serialized Fields

test

String test

Class org.apache.struts2.views.jsp.ElseTag extends ComponentTagSupport implements Serializable

serialVersionUID: 8166807953193406785L

Class org.apache.struts2.views.jsp.I18nTag extends ComponentTagSupport implements Serializable

serialVersionUID: -7914587341936116887L

Serialized Fields

name

String name

Class org.apache.struts2.views.jsp.IfTag extends ComponentTagSupport implements Serializable

serialVersionUID: 4448870162549923833L

Serialized Fields

test

String test

Class org.apache.struts2.views.jsp.IncludeTag extends ComponentTagSupport implements Serializable

serialVersionUID: -1585165567043278243L

Serialized Fields

value

String value

Class org.apache.struts2.views.jsp.IteratorTag extends ContextBeanTag implements Serializable

serialVersionUID: -1827978135193581901L

Serialized Fields

statusAttr

String statusAttr

value

String value

Class org.apache.struts2.views.jsp.ParamTag extends ComponentTagSupport implements Serializable

serialVersionUID: -968332732207156408L

Serialized Fields

name

String name

value

String value

Class org.apache.struts2.views.jsp.PropertyTag extends ComponentTagSupport implements Serializable

serialVersionUID: 435308349113743852L

Serialized Fields

defaultValue

String defaultValue

value

String value

escape

boolean escape

Class org.apache.struts2.views.jsp.PushTag extends ComponentTagSupport implements Serializable

serialVersionUID: -1357895305148907931L

Serialized Fields

value

String value

Class org.apache.struts2.views.jsp.SetTag extends ContextBeanTag implements Serializable

serialVersionUID: -5074213926790716974L

Serialized Fields

scope

String scope

value

String value

Class org.apache.struts2.views.jsp.StrutsBodyTagSupport extends BodyTagSupport implements Serializable

serialVersionUID: -1201668454354226175L

Class org.apache.struts2.views.jsp.TextTag extends ContextBeanTag implements Serializable

serialVersionUID: -3075088084198264581L

Serialized Fields

name

String name

Class org.apache.struts2.views.jsp.URLTag extends ContextBeanTag implements Serializable

serialVersionUID: 1722460444125206226L

Serialized Fields

includeParams

String includeParams

scheme

String scheme

value

String value

action

String action

namespace

String namespace

method

String method

encode

String encode

includeContext

String includeContext

escapeAmp

String escapeAmp

portletMode

String portletMode

windowState

String windowState

portletUrlType

String portletUrlType

anchor

String anchor

forceAddSchemeHostAndPort

String forceAddSchemeHostAndPort

Package org.apache.struts2.views.jsp.iterator

Class org.apache.struts2.views.jsp.iterator.AppendIteratorTag extends ContextBeanTag implements Serializable

serialVersionUID: -6017337859763283691L

Class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag extends StrutsBodyTagSupport implements Serializable

serialVersionUID: 2968037295463973936L

Serialized Fields

countAttr

String countAttr

separatorAttr

String separatorAttr

valueAttr

String valueAttr

converterAttr

String converterAttr

var

String var

iteratorGenerator

IteratorGenerator iteratorGenerator

Class org.apache.struts2.views.jsp.iterator.MergeIteratorTag extends ContextBeanTag implements Serializable

serialVersionUID: 4999729472466011218L

Class org.apache.struts2.views.jsp.iterator.SortIteratorTag extends StrutsBodyTagSupport implements Serializable

serialVersionUID: -7835719609764092235L

Serialized Fields

comparatorAttr

String comparatorAttr

sourceAttr

String sourceAttr

var

String var

sortIteratorFilter

SortIteratorFilter sortIteratorFilter

Class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag extends StrutsBodyTagSupport implements Serializable

serialVersionUID: -6252696081713080102L

Serialized Fields

countAttr

String countAttr

sourceAttr

String sourceAttr

startAttr

String startAttr

deciderAttr

String deciderAttr

var

String var

subsetIteratorFilter

SubsetIteratorFilter subsetIteratorFilter

Package org.apache.struts2.views.jsp.ui

Class org.apache.struts2.views.jsp.ui.AbstractClosingTag extends AbstractUITag implements Serializable

Serialized Fields

openTemplate

String openTemplate

Class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag extends AbstractRequiredListTag implements Serializable

Serialized Fields

doubleList

String doubleList

doubleListKey

String doubleListKey

doubleListValue

String doubleListValue

doubleName

String doubleName

doubleValue

String doubleValue

formName

String formName

emptyOption

String emptyOption

headerKey

String headerKey

headerValue

String headerValue

multiple

String multiple

size

String size

doubleId

String doubleId

doubleDisabled

String doubleDisabled

doubleMultiple

String doubleMultiple

doubleSize

String doubleSize

doubleHeaderKey

String doubleHeaderKey

doubleHeaderValue

String doubleHeaderValue

doubleEmptyOption

String doubleEmptyOption

doubleCssClass

String doubleCssClass

doubleCssStyle

String doubleCssStyle

doubleOnclick

String doubleOnclick

doubleOndblclick

String doubleOndblclick

doubleOnmousedown

String doubleOnmousedown

doubleOnmouseup

String doubleOnmouseup

doubleOnmouseover

String doubleOnmouseover

doubleOnmousemove

String doubleOnmousemove

doubleOnmouseout

String doubleOnmouseout

doubleOnfocus

String doubleOnfocus

doubleOnblur

String doubleOnblur

doubleOnkeypress

String doubleOnkeypress

doubleOnkeydown

String doubleOnkeydown

doubleOnkeyup

String doubleOnkeyup

doubleOnselect

String doubleOnselect

doubleOnchange

String doubleOnchange

doubleAccesskey

String doubleAccesskey

Class org.apache.struts2.views.jsp.ui.AbstractListTag extends AbstractUITag implements Serializable

Serialized Fields

list

String list

listKey

String listKey

listValue

String listValue

Class org.apache.struts2.views.jsp.ui.AbstractRequiredListTag extends AbstractListTag implements Serializable

Class org.apache.struts2.views.jsp.ui.AbstractUITag extends ComponentTagSupport implements Serializable

Serialized Fields

cssClass

String cssClass

cssErrorClass

String cssErrorClass

cssStyle

String cssStyle

cssErrorStyle

String cssErrorStyle

title

String title

disabled

String disabled

label

String label

labelSeparator

String labelSeparator

labelPosition

String labelPosition

requiredposition

String requiredposition

name

String name

required

String required

tabindex

String tabindex

value

String value

template

String template

theme

String theme

templateDir

String templateDir

onclick

String onclick

ondblclick

String ondblclick

onmousedown

String onmousedown

onmouseup

String onmouseup

onmouseover

String onmouseover

onmousemove

String onmousemove

onmouseout

String onmouseout

onfocus

String onfocus

onblur

String onblur

onkeypress

String onkeypress

onkeydown

String onkeydown

onkeyup

String onkeyup

onselect

String onselect

onchange

String onchange

accesskey

String accesskey

id

String id

key

String key

tooltip

String tooltip

tooltipConfig

String tooltipConfig

javascriptTooltip

String javascriptTooltip

tooltipDelay

String tooltipDelay

tooltipCssClass

String tooltipCssClass

tooltipIconPath

String tooltipIconPath

dynamicAttributes

Map<K,V> dynamicAttributes

Class org.apache.struts2.views.jsp.ui.ActionErrorTag extends AbstractUITag implements Serializable

serialVersionUID: -3710234378022378639L

Class org.apache.struts2.views.jsp.ui.ActionMessageTag extends AbstractUITag implements Serializable

serialVersionUID: 243396927554182506L

Class org.apache.struts2.views.jsp.ui.AnchorTag extends AbstractClosingTag implements Serializable

serialVersionUID: -1034616578492431113L

Serialized Fields

href

String href

Class org.apache.struts2.views.jsp.ui.CheckboxListTag extends AbstractRequiredListTag implements Serializable

serialVersionUID: 4023034029558150010L

Class org.apache.struts2.views.jsp.ui.CheckboxTag extends AbstractUITag implements Serializable

serialVersionUID: -350752809266337636L

Serialized Fields

fieldValue

String fieldValue

Class org.apache.struts2.views.jsp.ui.ComboBoxTag extends TextFieldTag implements Serializable

serialVersionUID: 3509392460170385605L

Serialized Fields

list

String list

listKey

String listKey

listValue

String listValue

headerKey

String headerKey

headerValue

String headerValue

emptyOption

String emptyOption

Class org.apache.struts2.views.jsp.ui.ComponentTag extends AbstractUITag implements Serializable

serialVersionUID: 5448365363044104731L

Class org.apache.struts2.views.jsp.ui.DebugTag extends AbstractUITag implements Serializable

serialVersionUID: 3487684841317160628L

Class org.apache.struts2.views.jsp.ui.DivTag extends AbstractClosingTag implements Serializable

serialVersionUID: 5309231035916461758L

Class org.apache.struts2.views.jsp.ui.DoubleSelectTag extends AbstractDoubleListTag implements Serializable

serialVersionUID: 7426011596359509386L

Class org.apache.struts2.views.jsp.ui.FieldErrorTag extends AbstractUITag implements Serializable

serialVersionUID: -182532967507726323L

Class org.apache.struts2.views.jsp.ui.FileTag extends AbstractUITag implements Serializable

serialVersionUID: -2154950640215144864L

Serialized Fields

accept

String accept

size

String size

Class org.apache.struts2.views.jsp.ui.FormTag extends AbstractClosingTag implements Serializable

serialVersionUID: 2792301046860819658L

Serialized Fields

action

String action

target

String target

enctype

String enctype

method

String method

namespace

String namespace

validate

String validate

onsubmit

String onsubmit

portletMode

String portletMode

windowState

String windowState

acceptcharset

String acceptcharset

focusElement

String focusElement

Class org.apache.struts2.views.jsp.ui.HeadTag extends AbstractUITag implements Serializable

serialVersionUID: 6876765769175246030L

Class org.apache.struts2.views.jsp.ui.HiddenTag extends AbstractUITag implements Serializable

serialVersionUID: -1124367972048371675L

Class org.apache.struts2.views.jsp.ui.InputTransferSelectTag extends AbstractListTag implements Serializable

serialVersionUID: 250474334495763536L

Serialized Fields

size

String size

multiple

String multiple

allowRemoveAll

String allowRemoveAll

allowUpDown

String allowUpDown

leftTitle

String leftTitle

rightTitle

String rightTitle

buttonCssClass

String buttonCssClass

buttonCssStyle

String buttonCssStyle

addLabel

String addLabel

removeLabel

String removeLabel

removeAllLabel

String removeAllLabel

upLabel

String upLabel

downLabel

String downLabel

headerKey

String headerKey

headerValue

String headerValue

Class org.apache.struts2.views.jsp.ui.LabelTag extends AbstractUITag implements Serializable

serialVersionUID: 4008321310097730458L

Serialized Fields

forAttr

String forAttr

Class org.apache.struts2.views.jsp.ui.OptGroupTag extends ComponentTagSupport implements Serializable

serialVersionUID: 7367401003498678762L

Serialized Fields

list

String list

label

String label

disabled

String disabled

listKey

String listKey

listValue

String listValue

Class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag extends AbstractDoubleListTag implements Serializable

serialVersionUID: 250474334495763536L

Serialized Fields

allowAddToLeft

String allowAddToLeft

allowAddToRight

String allowAddToRight

allowAddAllToLeft

String allowAddAllToLeft

allowAddAllToRight

String allowAddAllToRight

allowSelectAll

String allowSelectAll

allowUpDownOnLeft

String allowUpDownOnLeft

allowUpDownOnRight

String allowUpDownOnRight

leftTitle

String leftTitle

rightTitle

String rightTitle

buttonCssClass

String buttonCssClass

buttonCssStyle

String buttonCssStyle

addToLeftLabel

String addToLeftLabel

addToRightLabel

String addToRightLabel

addAllToLeftLabel

String addAllToLeftLabel

addAllToRightLabel

String addAllToRightLabel

selectAllLabel

String selectAllLabel

leftUpLabel

String leftUpLabel

leftDownLabel

String leftDownLabel

rightUpLabel

String rightUpLabel

rightDownLabel

String rightDownLabel

addToLeftOnclick

String addToLeftOnclick

addToRightOnclick

String addToRightOnclick

addAllToLeftOnclick

String addAllToLeftOnclick

addAllToRightOnclick

String addAllToRightOnclick

selectAllOnclick

String selectAllOnclick

upDownOnLeftOnclick

String upDownOnLeftOnclick

upDownOnRightOnclick

String upDownOnRightOnclick

Class org.apache.struts2.views.jsp.ui.PasswordTag extends TextFieldTag implements Serializable

serialVersionUID: 6802043323617377573L

Serialized Fields

showPassword

String showPassword

Class org.apache.struts2.views.jsp.ui.RadioTag extends AbstractRequiredListTag implements Serializable

serialVersionUID: -6497403399521333624L

Class org.apache.struts2.views.jsp.ui.ResetTag extends AbstractUITag implements Serializable

serialVersionUID: 4742704832277392108L

Serialized Fields

action

String action

method

String method

align

String align

type

String type

Class org.apache.struts2.views.jsp.ui.SelectTag extends AbstractRequiredListTag implements Serializable

serialVersionUID: 6121715260335609618L

Serialized Fields

emptyOption

String emptyOption

headerKey

String headerKey

headerValue

String headerValue

multiple

String multiple

size

String size

Class org.apache.struts2.views.jsp.ui.SubmitTag extends AbstractUITag implements Serializable

serialVersionUID: 2179281109958301343L

Serialized Fields

action

String action

method

String method

align

String align

type

String type

src

String src

Class org.apache.struts2.views.jsp.ui.TextareaTag extends AbstractUITag implements Serializable

serialVersionUID: -4107122506712927927L

Serialized Fields

cols

String cols

readonly

String readonly

rows

String rows

wrap

String wrap

Class org.apache.struts2.views.jsp.ui.TextFieldTag extends AbstractUITag implements Serializable

serialVersionUID: 5811285953670562288L

Serialized Fields

maxlength

String maxlength

readonly

String readonly

size

String size

Class org.apache.struts2.views.jsp.ui.TokenTag extends AbstractUITag implements Serializable

serialVersionUID: 722480798151703457L

Class org.apache.struts2.views.jsp.ui.UpDownSelectTag extends SelectTag implements Serializable

serialVersionUID: -8136573053799541353L

Serialized Fields

allowMoveUp

String allowMoveUp

allowMoveDown

String allowMoveDown

allowSelectAll

String allowSelectAll

moveUpLabel

String moveUpLabel

moveDownLabel

String moveDownLabel

selectAllLabel

String selectAllLabel

Package org.apache.struts2.views.xslt

Class org.apache.struts2.views.xslt.XSLTResult extends Object implements Serializable

serialVersionUID: 6424691441777176763L

Serialized Fields

noCache

boolean noCache
Determines whether or not the result should allow caching.


stylesheetLocation

String stylesheetLocation
Indicates the location of the xsl template.


matchingPattern

String matchingPattern
Indicates the property name patterns which should be exposed to the xml.


excludingPattern

String excludingPattern
Indicates the property name patterns which should be excluded from the xml.


exposedValue

String exposedValue
Indicates the ognl expression respresenting the bean which is to be exposed as xml.


parse

boolean parse

adapterFactory

AdapterFactory adapterFactory



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.