Serialized Form


Package org.apache.struts.action

Class org.apache.struts.action.ActionErrors extends ActionMessages implements Serializable

Class org.apache.struts.action.ActionForm extends Object implements Serializable

Class org.apache.struts.action.ActionFormBean extends FormBeanConfig implements Serializable

Class org.apache.struts.action.ActionForward extends ForwardConfig implements Serializable

Class org.apache.struts.action.ActionMapping extends ActionConfig implements Serializable

Class org.apache.struts.action.ActionMessage extends Object implements Serializable

Serialized Fields

key

String key

values

Object[] values

resource

boolean resource

Class org.apache.struts.action.ActionMessages extends Object implements Serializable

Serialized Fields

accessed

boolean accessed

messages

HashMap<K,V> messages

iCount

int iCount

Class org.apache.struts.action.ActionMessages.ActionMessageItem extends Object implements Serializable

Serialized Fields

list

List<E> list

iOrder

int iOrder

property

String property

Class org.apache.struts.action.ActionRedirect extends ActionForward implements Serializable

Serialized Fields

parameterValues

Map<K,V> parameterValues

anchorValue

String anchorValue

Class org.apache.struts.action.ActionServlet extends HttpServlet implements Serializable

Serialized Fields

config

String config

chainConfig

String chainConfig

configDigester

org.apache.commons.digester.Digester configDigester

convertNull

boolean convertNull

internal

MessageResources internal

internalName

String internalName

registrations

String[] registrations

servletMapping

String servletMapping

servletName

String servletName

Class org.apache.struts.action.ActionServletWrapper extends Object implements Serializable

Class org.apache.struts.action.DynaActionForm extends ActionForm implements Serializable

Serialized Fields

dynaClass

DynaActionFormClass dynaClass

dynaValues

HashMap<K,V> dynaValues

Class org.apache.struts.action.DynaActionFormClass extends Object implements Serializable

Serialized Fields

config

FormBeanConfig config

name

String name

properties

DynaProperty[] properties

propertiesMap

HashMap<K,V> propertiesMap

Class org.apache.struts.action.ForwardingActionForward extends ActionForward implements Serializable

Class org.apache.struts.action.InvalidCancelException extends Exception implements Serializable

Class org.apache.struts.action.RedirectingActionForward extends ActionForward implements Serializable

Class org.apache.struts.action.RequestActionMapping extends ActionMapping implements Serializable

Class org.apache.struts.action.SessionActionMapping extends ActionMapping implements Serializable

Class org.apache.struts.action.TestActionServlet.CustomActionConfig extends ActionConfig implements Serializable

Serialized Fields

processExtendsCalled

boolean processExtendsCalled

Class org.apache.struts.action.TestActionServlet.CustomExceptionConfig extends ExceptionConfig implements Serializable

Serialized Fields

processExtendsCalled

boolean processExtendsCalled

Class org.apache.struts.action.TestActionServlet.CustomFormBeanConfig extends FormBeanConfig implements Serializable

Serialized Fields

processExtendsCalled

boolean processExtendsCalled

Class org.apache.struts.action.TestActionServlet.CustomForwardConfig extends ForwardConfig implements Serializable

Serialized Fields

processExtendsCalled

boolean processExtendsCalled

Package org.apache.struts.config

Class org.apache.struts.config.ActionConfig extends BaseConfig implements Serializable

Serialized Fields

exceptions

HashMap<K,V> exceptions

forwards

HashMap<K,V> forwards

moduleConfig

ModuleConfig moduleConfig

attribute

String attribute

actionId

String actionId

inherit

String inherit

cancellableSet

boolean cancellableSet

cancellable

boolean cancellable

extensionProcessed

boolean extensionProcessed

forward

String forward

include

String include

input

String input

multipartClass

String multipartClass

name

String name

parameter

String parameter

path

String path

prefix

String prefix

roles

String roles

roleNames

String[] roleNames

scope

String scope

suffix

String suffix

type

String type

unknown

boolean unknown

validateSet

boolean validateSet

validate

boolean validate

command

String command

catalog

String catalog

Class org.apache.struts.config.ActionConfigMatcher extends Object implements Serializable

Serialized Fields

compiledPaths

List<E> compiledPaths

Class org.apache.struts.config.BaseConfig extends Object implements Serializable

Serialized Fields

configured

boolean configured

properties

Properties properties

Class org.apache.struts.config.ControllerConfig extends BaseConfig implements Serializable

Serialized Fields

bufferSize

int bufferSize

contentType

String contentType

catalog

String catalog

command

String command

forwardPattern

String forwardPattern

inputForward

boolean inputForward

locale

boolean locale

maxFileSize

String maxFileSize

memFileSize

String memFileSize

multipartClass

String multipartClass

nocache

boolean nocache

pagePattern

String pagePattern

processorClass

String processorClass

tempDir

String tempDir

Class org.apache.struts.config.CustomMappingTest extends ActionMapping implements Serializable

Serialized Fields

pub

boolean pub

Class org.apache.struts.config.ExceptionConfig extends BaseConfig implements Serializable

Serialized Fields

bundle

String bundle

inherit

String inherit

extensionProcessed

boolean extensionProcessed

handler

String handler

key

String key

path

String path

scope

String scope

type

String type

Class org.apache.struts.config.FormBeanConfig extends BaseConfig implements Serializable

Serialized Fields

formProperties

HashMap<K,V> formProperties

lock

String lock

dynamic

boolean dynamic

inherit

String inherit

extensionProcessed

boolean extensionProcessed

name

String name

type

String type

restricted

boolean restricted

Class org.apache.struts.config.FormPropertyConfig extends BaseConfig implements Serializable

Serialized Fields

initial

String initial

name

String name

reset

String reset

size

int size

type

String type

Class org.apache.struts.config.ForwardConfig extends BaseConfig implements Serializable

Serialized Fields

inherit

String inherit

extensionProcessed

boolean extensionProcessed

name

String name

path

String path

module

String module

redirect

boolean redirect

command

String command

catalog

String catalog

Class org.apache.struts.config.MessageResourcesConfig extends BaseConfig implements Serializable

Serialized Fields

factory

String factory

key

String key

nullValue

boolean nullValue

escape

boolean escape

parameter

String parameter

Class org.apache.struts.config.PlugInConfig extends Object implements Serializable

Serialized Fields

configured

boolean configured

properties

Map<K,V> properties

className

String className

Class org.apache.struts.config.TestActionConfig.CustomActionConfig extends ActionConfig implements Serializable

Serialized Fields

processExtendsCalled

boolean processExtendsCalled

Class org.apache.struts.config.TestFormBeanConfig.CustomFormBeanConfig extends FormBeanConfig implements Serializable

Serialized Fields

processExtendsCalled

boolean processExtendsCalled

Package org.apache.struts.util

Class org.apache.struts.util.ImageButtonBean extends Object implements Serializable

Serialized Fields

x

String x

y

String y

Class org.apache.struts.util.LabelValueBean extends Object implements Serializable

Serialized Fields

label

String label

value

String value

Class org.apache.struts.util.MessageResources extends Object implements Serializable

Serialized Fields

config

String config

defaultLocale

Locale defaultLocale

factory

MessageResourcesFactory factory

formats

HashMap<K,V> formats

returnNull

boolean returnNull

escape

boolean escape

Class org.apache.struts.util.MessageResourcesFactory extends Object implements Serializable

Serialized Fields

config

MessageResourcesConfig config

returnNull

boolean returnNull

Class org.apache.struts.util.ModuleException extends Exception implements Serializable

Serialized Fields

property

String property

message

ActionMessage message

Class org.apache.struts.util.PropertyMessageResources extends MessageResources implements Serializable

Serialized Fields

locales

HashMap<K,V> locales

messages

HashMap<K,V> messages

mode

int mode

Class org.apache.struts.util.PropertyMessageResourcesFactory extends MessageResourcesFactory implements Serializable


Package org.apache.struts.validator

Class org.apache.struts.validator.BeanValidatorForm extends ValidatorForm implements Serializable

Serialized Fields

dynaBean

DynaBean dynaBean

pathValidation

boolean pathValidation

strutsConfigFormName

String strutsConfigFormName

Class org.apache.struts.validator.DynaValidatorForm extends DynaActionForm implements Serializable

Serialized Fields

validatorResults

ValidatorResults validatorResults

page

int page

Class org.apache.struts.validator.FieldChecks extends Object implements Serializable

Class org.apache.struts.validator.LazyValidatorForm extends BeanValidatorForm implements Serializable

Class org.apache.struts.validator.ValidatorForm extends ActionForm implements Serializable

Serialized Fields

validatorResults

ValidatorResults validatorResults

page

int page



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