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

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

acceptedParams

Set<E> acceptedParams

acceptedParamNames

String acceptedParamNames

acceptedPattern

Pattern acceptedPattern

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

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

Class org.apache.struts2.components.table.AbstractFilterModel extends AbstractTableModel implements Serializable

Serialized Fields

model

TableModel model

Class org.apache.struts2.components.table.RenderFilterModel extends AbstractFilterModel implements Serializable

serialVersionUID: -2501708467650344057L

Serialized Fields

rendered

boolean rendered

Class org.apache.struts2.components.table.SortFilterModel extends AbstractFilterModel implements Serializable

serialVersionUID: 2214225803442793597L

Serialized Fields

rows

ArrayList<E> rows

_sortDirection

String _sortDirection
These are just here to implement the interface


dirty

boolean dirty

sortColumn

int sortColumn

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

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

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

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

Package org.apache.struts2.interceptor.validation

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

serialVersionUID: 1813272797367431184L


Package org.apache.struts2.portlet

Class org.apache.struts2.portlet.PortletApplicationMap extends AbstractMap implements Serializable

serialVersionUID: 2296107511063504414L

Serialized Fields

context

javax.portlet.PortletContext context

entries

Set<E> entries

Package org.apache.struts2.portlet.dispatcher

Class org.apache.struts2.portlet.dispatcher.DirectRenderFromEventAction extends Object implements Serializable

serialVersionUID: -1814807772308405785L

Serialized Fields

location

String location

Package org.apache.struts2.portlet.interceptor

Class org.apache.struts2.portlet.interceptor.PortletAwareInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: 2476509721059587700L

Class org.apache.struts2.portlet.interceptor.PortletPreferencesInterceptor extends AbstractInterceptor implements Serializable

Class org.apache.struts2.portlet.interceptor.PortletStateInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: 6138452063353911784L


Package org.apache.struts2.portlet.result

Class org.apache.struts2.portlet.result.PortletActionRedirectResult extends PortletResult implements Serializable

serialVersionUID: -7627388936683562557L

Serialized Fields

actionName

String actionName

namespace

String namespace

method

String method

requestParameters

Map<K,V> requestParameters

actionMapper

ActionMapper actionMapper

prohibitedResultParam

List<E> prohibitedResultParam

Class org.apache.struts2.portlet.result.PortletResult extends StrutsResultSupport implements Serializable

serialVersionUID: 434251393926178567L

Serialized Fields

contentType

String contentType

title

String title

Class org.apache.struts2.portlet.result.PortletVelocityResult extends StrutsResultSupport implements Serializable

serialVersionUID: -8241086555872212274L

Serialized Fields

defaultEncoding

String defaultEncoding

velocityManager

VelocityManager velocityManager

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

Class org.apache.struts2.validators.DWRValidator.ValidatorActionInvocation extends DefaultActionInvocation implements Serializable

serialVersionUID: -7645433725470191275L

Class org.apache.struts2.validators.DWRValidator.ValidatorActionProxy extends DefaultActionProxy implements Serializable

serialVersionUID: 5754781916414047963L


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

location

String location

pContentType

String pContentType

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

serialVersionUID: -5570612389289887543L

Serialized Fields

invocation

ActionInvocation invocation

configuration

freemarker.template.Configuration configuration

wrapper

freemarker.template.ObjectWrapper wrapper

freemarkerManager

FreemarkerManager freemarkerManager

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 ComponentTagSupport 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 ComponentTagSupport 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.DateTag extends ComponentTagSupport 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 ComponentTagSupport 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 ComponentTagSupport implements Serializable

serialVersionUID: -5074213926790716974L

Serialized Fields

name

String name

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

serialVersionUID: -3075088084198264581L

Serialized Fields

name

String name

Class org.apache.struts2.views.jsp.URLTag extends ComponentTagSupport 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 ComponentTagSupport 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

iteratorGenerator

IteratorGenerator iteratorGenerator

Class org.apache.struts2.views.jsp.iterator.MergeIteratorTag extends ComponentTagSupport 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

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

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.AbstractRemoteCallUITag extends AbstractClosingTag implements Serializable

Serialized Fields

href

String href

listenTopics

String listenTopics

notifyTopics

String notifyTopics

loadingText

String loadingText

errorText

String errorText

beforeLoading

String beforeLoading

afterLoading

String afterLoading

executeScripts

String executeScripts

handler

String handler

formId

String formId

formFilter

String formFilter

showErrorTransportText

String showErrorTransportText

indicator

String indicator

showLoadingText

String showLoadingText

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

cssStyle

String cssStyle

title

String title

disabled

String disabled

label

String label

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

key

String key

tooltip

String tooltip

tooltipConfig

String tooltipConfig

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

serialVersionUID: -1034616578492431113L

Serialized Fields

targets

String targets

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

serialVersionUID: -1112470447573172581L

Serialized Fields

forceValidOption

String forceValidOption

searchType

String searchType

autoComplete

String autoComplete

delay

String delay

disabled

String disabled

href

String href

dropdownWidth

String dropdownWidth

dropdownHeight

String dropdownHeight

formId

String formId

formFilter

String formFilter

listenTopics

String listenTopics

notifyTopics

String notifyTopics

indicator

String indicator

loadOnTextChange

String loadOnTextChange

loadMinimumCount

String loadMinimumCount

showDownArrow

String showDownArrow

templateCssPath

String templateCssPath

iconPath

String iconPath

keyName

String keyName

dataFieldName

String dataFieldName

resultsLimit

String resultsLimit

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.DateTimePickerTag extends AbstractUITag implements Serializable

serialVersionUID: 4054114507143447232L

Serialized Fields

displayWeeks

String displayWeeks

adjustWeeks

String adjustWeeks

startDate

String startDate

endDate

String endDate

weekStartsOn

String weekStartsOn

staticDisplay

String staticDisplay

dayWidth

String dayWidth

language

String language

iconPath

String iconPath

formatLength

String formatLength

displayFormat

String displayFormat

toggleType

String toggleType

toggleDuration

String toggleDuration

type

String type

templateCssPath

String templateCssPath

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

serialVersionUID: 3487684841317160628L

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

serialVersionUID: 5309231035916461758L

Serialized Fields

updateFreq

String updateFreq

autoStart

String autoStart

delay

String delay

startTimerListenTopics

String startTimerListenTopics

stopTimerListenTopics

String stopTimerListenTopics

refreshOnShow

String refreshOnShow

separateScripts

String separateScripts

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

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

serialVersionUID: 6876765769175246030L

Serialized Fields

calendarcss

String calendarcss

debug

String debug

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

href

String href

listenTopics

String listenTopics

notifyTopics

String notifyTopics

loadingText

String loadingText

errorText

String errorText

executeScripts

String executeScripts

handler

String handler

formId

String formId

formFilter

String formFilter

src

String src

showErrorTransportText

String showErrorTransportText

indicator

String indicator

showLoadingText

String showLoadingText

beforeLoading

String beforeLoading

afterLoading

String afterLoading

targets

String targets

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

serialVersionUID: -4719930205515386252L

Serialized Fields

selectedTab

String selectedTab

closeButton

String closeButton

doLayout

String doLayout

templateCssPath

String templateCssPath

useSelectedTabCookie

String useSelectedTabCookie

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.TreeNodeTag extends AbstractClosingTag implements Serializable

serialVersionUID: 7340746943017900803L

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

serialVersionUID: 2735218501058548013L

Serialized Fields

toggle

String toggle

treeSelectedTopic

String treeSelectedTopic

treeExpandedTopic

String treeExpandedTopic

treeCollapsedTopic

String treeCollapsedTopic

rootNode

String rootNode

childCollectionProperty

String childCollectionProperty

nodeTitleProperty

String nodeTitleProperty

nodeIdProperty

String nodeIdProperty

showRootGrid

String showRootGrid

showGrid

String showGrid

blankIconSrc

String blankIconSrc

gridIconSrcL

String gridIconSrcL

gridIconSrcV

String gridIconSrcV

gridIconSrcP

String gridIconSrcP

gridIconSrcC

String gridIconSrcC

gridIconSrcX

String gridIconSrcX

gridIconSrcY

String gridIconSrcY

expandIconSrcPlus

String expandIconSrcPlus

expandIconSrcMinus

String expandIconSrcMinus

iconWidth

String iconWidth

iconHeight

String iconHeight

toggleDuration

String toggleDuration

templateCssPath

String templateCssPath

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.jsp.ui.table

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

serialVersionUID: 2978932111492397942L

Serialized Fields

sortOrder

String sortOrder

modelName

String modelName

sortable

boolean sortable

sortColumn

int sortColumn

Package org.apache.struts2.views.velocity

Class org.apache.struts2.views.velocity.StrutsVelocityContext extends org.apache.velocity.VelocityContext implements Serializable

serialVersionUID: 8497212428904436963L

Serialized Fields

stack

ValueStack stack

chainedContexts

org.apache.velocity.VelocityContext[] chainedContexts

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.