Serialized Form
-
Package org.apache.struts
-
Class org.apache.struts.Globals
class Globals extends Object implements Serializable- serialVersionUID:
- 5585920111597892090L
-
-
Package org.apache.struts.action
-
Class org.apache.struts.action.Action
class Action extends Object implements Serializable- serialVersionUID:
- 7282855522164012543L
-
Class org.apache.struts.action.ActionErrors
class ActionErrors extends ActionMessages implements Serializable- serialVersionUID:
- -962678529916763747L
-
Class org.apache.struts.action.ActionForm
class ActionForm extends Object implements Serializable- serialVersionUID:
- -7986260744524429895L
-
Class org.apache.struts.action.ActionFormBean
class ActionFormBean extends FormBeanConfig implements Serializable- serialVersionUID:
- -6870747200275478095L
-
Class org.apache.struts.action.ActionForward
class ActionForward extends ForwardConfig implements Serializable- serialVersionUID:
- 7849370054972965028L
-
Class org.apache.struts.action.ActionMapping
class ActionMapping extends ActionConfig implements Serializable- serialVersionUID:
- 2801090844264312287L
-
Class org.apache.struts.action.ActionMessage
class ActionMessage extends Object implements Serializable- serialVersionUID:
- 5038146636915080725L
-
Class org.apache.struts.action.ActionMessages
class ActionMessages extends Object implements Serializable- serialVersionUID:
- -4363118850236216381L
-
Serialized Fields
-
accessed
boolean accessed
Have the messages been retrieved from this object?
The controller uses this property to determine if session-scoped messages can be removed.
- Since:
- Struts 1.2
-
iCount
int iCount
The current number of the property/key being added. This is used to maintain the order messages are added.
-
messages
HashMap<String,
ActionMessages.ActionMessageItem> messages The accumulated set of
ActionMessage
objects (represented as an ArrayList) for each property, keyed by property name.
-
-
Class org.apache.struts.action.ActionMessages.ActionMessageItem
class ActionMessageItem extends Object implements Serializable- serialVersionUID:
- 6569527708054508739L
-
Serialized Fields
-
iOrder
int iOrder
The position in the list of messages.
-
list
List<ActionMessage> list
The list of
ActionMessage
s. -
property
String property
The property associated with
ActionMessage
.
-
-
Class org.apache.struts.action.ActionRedirect
class ActionRedirect extends ActionForward implements Serializable- serialVersionUID:
- 8517719991325106538L
-
Class org.apache.struts.action.ActionServlet
class ActionServlet extends HttpServlet implements Serializable- serialVersionUID:
- 7124895651996600297L
-
Serialized Fields
-
chainConfig
String chainConfig
Comma-separated list of context or classloader-relative path(s) that contain the configuration for the default commons-chain catalog(s).
-
config
String config
Comma-separated list of context-relative path(s) to our configuration resource(s) for the default module.
-
configDigester
org.apache.commons.digester.Digester configDigester
The Digester used to produce ModuleConfig objects from a Struts configuration file.
- Since:
- Struts 1.1
-
convertNull
boolean convertNull
The flag to request backwards-compatible conversions for form bean properties of the Java wrapper class types.
- Since:
- Struts 1.1
-
internal
MessageResources internal
The resources object for our internal resources.
-
internalName
String internalName
The Java base name of our internal resources.
- Since:
- Struts 1.1
-
registrations
String[] registrations
The set of public identifiers, and corresponding resource names, for the versions of the configuration file DTDs that we know about. There MUST be an even number of Strings in this list!
-
servletMapping
String servletMapping
The URL pattern to which we are mapped in our web application deployment descriptor.
-
servletName
String servletName
The servlet name under which we are registered in our web application deployment descriptor.
-
-
Class org.apache.struts.action.ActionServletWrapper
class ActionServletWrapper extends Object implements Serializable- serialVersionUID:
- 3775546877948572436L
-
Class org.apache.struts.action.DynaActionForm
class DynaActionForm extends ActionForm implements Serializable- serialVersionUID:
- 1726775935544475430L
-
Serialized Fields
-
dynaClass
DynaActionFormClass dynaClass
The
DynaActionFormClass
with which we are associated. -
dynaValues
HashMap<String,
Object> dynaValues The set of property values for this
DynaActionForm
, keyed by property name.
-
-
Class org.apache.struts.action.DynaActionFormClass
class DynaActionFormClass extends Object implements Serializable- serialVersionUID:
- -2521119905360425245L
-
Serialized Fields
-
config
FormBeanConfig config
The form bean configuration information for this class.
-
name
String name
The "dynamic class name" for this
DynaClass
. -
properties
DynaProperty[] properties
The set of dynamic properties that are part of this DynaClass.
-
propertiesMap
HashMap<String,
DynaProperty> propertiesMap The set of dynamic properties that are part of this
DynaClass
, keyed by the property name. Individual descriptor instances will be the same instances as those in theproperties
list.
-
-
Class org.apache.struts.action.ForwardingActionForward
class ForwardingActionForward extends ActionForward implements Serializable- serialVersionUID:
- 1732442504072379197L
-
Exception Class org.apache.struts.action.InvalidCancelException
class InvalidCancelException extends Exception implements Serializable- serialVersionUID:
- -7157652180106284134L
-
Class org.apache.struts.action.RedirectingActionForward
class RedirectingActionForward extends ActionForward implements Serializable- serialVersionUID:
- -2232598730866637791L
-
Class org.apache.struts.action.RequestActionMapping
class RequestActionMapping extends ActionMapping implements Serializable- serialVersionUID:
- -2442537211509475925L
-
Class org.apache.struts.action.RequestProcessor
class RequestProcessor extends Object implements Serializable- serialVersionUID:
- -6430999735913386425L
-
Serialized Fields
-
actions
HashMap<String,
Action> actions The set of
Action
instances that have been created and initialized, keyed by the fully qualified Java class name of theAction
class. -
moduleConfig
ModuleConfig moduleConfig
The
ModuleConfiguration
with which we are associated. -
servlet
ActionServlet servlet
The servlet with which we are associated.
-
-
Class org.apache.struts.action.SessionActionMapping
class SessionActionMapping extends ActionMapping implements Serializable- serialVersionUID:
- 8077946671068938742L
-
-
Package org.apache.struts.chain
-
Class org.apache.struts.chain.ComposableRequestProcessor
class ComposableRequestProcessor extends RequestProcessor implements Serializable- serialVersionUID:
- -1205090974097129899L
-
Serialized Fields
-
actionContextClass
Class<? extends ActionContext> actionContextClass
ActionContext class as cached by createActionContextInstance method. -
catalog
Catalog<ActionContext> catalog
TheCatalog
containing all of the available command chains for this module. -
catalogFactory
CatalogFactory<ActionContext> catalogFactory
TheCatalogFactory
from which catalog containing the the base request-processingCommand
will be retrieved. -
command
Command<ActionContext> command
TheCommand
to be executed for each request. -
servletActionContextConstructor
Constructor<? extends ActionContext> servletActionContextConstructor
ActionContext constructor as cached by createActionContextInstance method.
-
-
-
Package org.apache.struts.chain.commands
-
Exception Class org.apache.struts.chain.commands.InvalidPathException
class InvalidPathException extends Exception implements Serializable- serialVersionUID:
- 5505779860386626636L
-
Serialized Fields
-
path
String path
Field for Path property.
-
-
Exception Class org.apache.struts.chain.commands.UnauthorizedActionException
class UnauthorizedActionException extends Exception implements Serializable- serialVersionUID:
- -8100433181299584507L
-
-
Package org.apache.struts.config
-
Class org.apache.struts.config.ActionConfig
class ActionConfig extends BaseConfig implements Serializable- serialVersionUID:
- -7821814205678644815L
-
Serialized Fields
-
acceptPage
Integer acceptPage
Accepted page value for multi-page validation.
If two or more page values are accepted, then acceptPage is set minimum of them.
If multi-page validation is not use, acceptPage is not set. Then multi-page validation is disabled.- Since:
- Struts 1.4.1
-
actionId
String actionId
The internal identification of this action mapping. Identifications are not inheritable and must be unique within a module.
- Since:
- Struts 1.3.6
-
attribute
String attribute
The request-scope or session-scope attribute name under which our form bean is accessed, if it is different from the form bean's specified
name
. -
cancellable
boolean cancellable
Can this Action be cancelled? [false]
By default, when an Action is cancelled, validation is bypassed and the Action should not execute the business operation. If a request tries to cancel an Action when cancellable is not set, a "InvalidCancelException" is thrown.
-
cancellableSet
boolean cancellableSet
Indicates whether the "cancellable " property has been set or not. -
catalog
String catalog
The name of a
commons-chain
catalog in whichcommand
should be sought. If acommand
is defined and this property is undefined, the "default" catalog will be used. This is likely to be infrequently used after a future release ofcommons-chain
supports a one-string expression of a catalog/chain combination.- Since:
- Struts 1.3.0
-
command
String command
The name of a
commons-chain
command which should be executed as part of the processing of this action.- Since:
- Struts 1.3.0
-
dispatcher
String dispatcher
The name of theDispatcher
implementation that will dispatch to the end point of this action.- Since:
- Struts 1.4
-
exceptions
HashMap<String,
ExceptionConfig> exceptions The set of exception handling configurations for this action, if any, keyed by the
type
property. -
extensionProcessed
boolean extensionProcessed
Have the inheritance values for this class been applied?
-
forward
String forward
Context-relative path of the web application resource that will process this request via RequestDispatcher.forward(), instead of instantiating and calling the
Action
class specified by "type". Exactly one offorward
,include
, ortype
must be specified. -
forwards
HashMap<String,
ForwardConfig> forwards The set of local forward configurations for this action, if any, keyed by the
name
property. -
include
String include
Context-relative path of the web application resource that will process this request via RequestDispatcher.include(), instead of instantiating and calling the
Action
class specified by "type". Exactly one offorward
,include
, ortype
must be specified. -
inherit
String inherit
The path of the ActionConfig that this object should inherit properties from.
-
input
String input
Context-relative path of the input form to which control should be returned if a validation error is encountered. Required if "name" is specified and the input bean returns validation errors.
-
moduleConfig
ModuleConfig moduleConfig
The module configuration with which we are associated.
-
multipartClass
String multipartClass
Fully qualified Java class name of the
MultipartRequestHandler
implementation class used to process multi-part request data for this Action. -
name
String name
Name of the form bean, if any, associated with this Action.
-
parameter
String parameter
General purpose configuration parameter that can be used to pass extra information to the Action instance selected by this Action. Struts does not itself use this value in any way.
-
path
String path
Context-relative path of the submitted request, starting with a slash ("/") character, and omitting any filename extension if extension mapping is being used.
-
populate
String populate
Identifies conditions for automatic form population with values from HTTP request.
-
populateNames
String[] populateNames
-
prefix
String prefix
Prefix used to match request parameter names to form bean property names, if any.
-
reset
String reset
Identifies conditions for automatic form reset.
-
resetNames
String[] resetNames
-
roleNames
String[] roleNames
The set of security role names used to authorize access to this Action, as an array for faster access.
-
roles
String roles
Comma-delimited list of security role names allowed to request this Action.
-
scope
String scope
Identifier of the scope ("request" or "session") within which our form bean is accessed, if any.
-
singleton
boolean singleton
Should this action be instantiated once per module (singleton) or once per request (prototype)?
-
suffix
String suffix
Suffix used to match request parameter names to form bean property names, if any.
-
type
String type
Fully qualified Java class name of the
Action
class to be used to process requests for this mapping if theforward
andinclude
properties are not set. Exactly one offorward
,include
, ortype
must be specified. -
unknown
boolean unknown
Indicates Action be configured as the default one for this module, when true.
-
validate
boolean validate
Should the
validate()
method of the form bean associated with this action be called? -
validateSet
boolean validateSet
Indicates whether the "validate" property has been set or not.
-
-
Class org.apache.struts.config.ActionConfigMatcher
class ActionConfigMatcher extends Object implements Serializable- serialVersionUID:
- -7803926870173575845L
-
Serialized Fields
-
compiledPaths
ArrayList<org.apache.struts.config.ActionConfigMatcher.Mapping> compiledPaths
The compiled paths and their associated ActionConfig's
-
-
Class org.apache.struts.config.BaseConfig
class BaseConfig extends Object implements Serializable- serialVersionUID:
- 7059240587081363820L
-
Serialized Fields
-
configured
boolean configured
Indicates if configuration of this component been completed. TODO change protected to private and use methods provided by extenders? -
properties
Properties properties
A map of arbitrary properties configured for this component.- Since:
- Struts 1.3
-
-
Class org.apache.struts.config.ControllerConfig
class ControllerConfig extends BaseConfig implements Serializable- serialVersionUID:
- 7704474362520651283L
-
Serialized Fields
-
bufferSize
int bufferSize
The input buffer size for file uploads. -
catalog
String catalog
The chain catalog name for this module. -
command
String command
The chain command to execute for each request. -
contentType
String contentType
The content type and character encoding to be set on each response. -
fileCountMax
long fileCountMax
The maximum permitted number of files that may be uploaded in a single request. A value of -1 indicates no maximum. -
forwardPattern
String forwardPattern
The replacement pattern used to determine a context-relative URL from aForwardConfig
element. The pattern may consist of any combination of the following markers and characters:$M
- Replaced by the module prefix for the current module.$P
- Replaced by thepath
property of aForwardConfig
instance.$$
- Renders a literal dollar sign ("$") character in the resulting URL.- A dollar sign followed by any other character is reserved for future use, and both characters are silently swallowed.
- All other characters in the pattern are passed through unchanged.
If this property is set to
null
, a default pattern of$M$P
is utilized, which is backwards compatible with the hard coded functionality in prior versions. -
inputForward
boolean inputForward
Should theinput
property ofActionConfig
instances associated with this module be treated as the name of a correspondingForwardConfig
. Afalse
value treats them as a module-relative path (consistent with the hard coded behavior of earlier versions of Struts.- Since:
- Struts 1.1
-
locale
boolean locale
Should we store a Locale object in the user's session if needed? -
maxFileSize
String maxFileSize
The maximum file size to process for file uploads. -
maxSize
String maxSize
The maximum size to process a complete request for file uploads. -
maxStringLen
String maxStringLen
The maximum length of a string parameter in a multipart request. -
memFileSize
String memFileSize
The maximum file size to retain in memory. -
multipartClass
String multipartClass
The fully qualified Java class name of the MultipartRequestHandler class to be used. -
nocache
boolean nocache
Should we set no-cache HTTP headers on each response? -
pagePattern
String pagePattern
The replacement pattern used to determine a context-relative URL from thepage
attribute of Struts tags and configuration properties. The pattern may consist of any combination of the following markers and characters:$M
- Replaced by the module prefix for the current module.$P
- Replaced by thepage
attribute value being evaluated.$$
- Renders a literal dollar sign ("$") character in the resulting URL.- A dollar sign followed by any other character is reserved for future use, and both characters are silently swallowed.
- All other characters in the pattern are passed through unchanged.
If this property is set to
null
, a default pattern of$M$P
is utilized, which is backwards compatible with the hard coded functionality in prior versions. -
processorClass
String processorClass
The fully qualified class name of the RequestProcessor implementation class to be used for this module. -
tempDir
String tempDir
The temporary working directory to use for file uploads.
-
-
Class org.apache.struts.config.ExceptionConfig
class ExceptionConfig extends BaseConfig implements Serializable- serialVersionUID:
- -6269406361939618377L
-
Serialized Fields
-
bundle
String bundle
The servlet context attribute under which the message resources bundle to be used for this exception is located. If not set, the default message resources for the current module is assumed. -
extensionProcessed
boolean extensionProcessed
Have the inheritance values for this class been applied? -
handler
String handler
The fully qualified Java class name of the exception handler class which should be instantiated to handle this exception. -
inherit
String inherit
The type of the ExceptionConfig that this object should inherit properties from. -
key
String key
The message resources key specifying the error message associated with this exception. -
path
String path
The module-relative path of the resource to forward to if this exception occurs during anAction
. -
scope
String scope
The scope in which we should expose the ActionMessage for this exception handler. -
type
String type
The fully qualified Java class name of the exception that is to be handled by this handler.
-
-
Class org.apache.struts.config.FormBeanConfig
class FormBeanConfig extends BaseConfig implements Serializable- serialVersionUID:
- -2606605006051449892L
-
Serialized Fields
-
dynamic
boolean dynamic
Is the form bean class an instance of DynaActionForm with dynamic properties? -
extensionProcessed
boolean extensionProcessed
Have the inheritance values for this class been applied? -
formProperties
HashMap<String,
FormPropertyConfig> formProperties The set of FormProperty elements defining dynamic form properties for this form bean, keyed by property name. -
inherit
String inherit
The name of the FormBeanConfig that this config inherits configuration information from. -
lock
String lock
The lockable object we can synchronize on when creating DynaActionFormClass.
-
name
String name
The unique identifier of this form bean, which is used to reference this bean inActionMapping
instances as well as for the name of the request or session attribute under which the corresponding form bean instance is created or accessed. -
restricted
boolean restricted
Is this DynaClass currently restricted (for DynaBeans with a MutableDynaClass). -
type
String type
The fully qualified Java class name of the implementation class to be used or generated.
-
-
Class org.apache.struts.config.FormPropertyConfig
class FormPropertyConfig extends BaseConfig implements Serializable- serialVersionUID:
- 8436264202472421426L
-
Serialized Fields
-
initial
String initial
String representation of the initial value for this property. -
name
String name
The JavaBean property name of the property described by this element. -
reset
String reset
The conditions under which the property described by this element should be reset to its
initial
value when the form'sreset
method is called.This may be set to true (to always reset the property) or a comma-separated list of HTTP request methods.
- Since:
- Struts 1.3
-
size
int size
The size of the array to be created if this property is an array type and there is no specified
initial
value. This value must be non-negative.- Since:
- Struts 1.1
-
type
String type
The fully qualified Java class name of the implementation class of this bean property, optionally followed by[]
to indicate that the property is indexed.
-
-
Class org.apache.struts.config.ForwardConfig
class ForwardConfig extends BaseConfig implements Serializable- serialVersionUID:
- -3983809829201419914L
-
Serialized Fields
-
catalog
String catalog
The name of a
commons-chain
catalog in whichcommand
should be looked up. If this value is undefined, then the command will be looked up in the "default" catalog. This value has no meaning except in the context of thecommand
property. -
command
String command
The name of a
commons-chain
command which should be looked up and executed before Struts dispatches control to the view represented by this config. -
extensionProcessed
boolean extensionProcessed
Have the inheritance values for this class been applied? -
inherit
String inherit
The name of the ForwardConfig that this object should inherit properties from. -
module
String module
The prefix of the module to which this
ForwardConfig
entry points, which must start with a slash ("/") character.Usage note: If a forward config is used in a hyperlink, and a module is specified, the path must lead to another action and not directly to a page. This is in keeping with rule that in a modular application all links must be to an action rather than a page.
-
name
String name
The unique identifier of this forward, which is used to reference it inAction
classes. -
path
String path
The URL to which this
ForwardConfig
entry points, which must start with a slash ("/") character. It is interpreted according to the following rules:- If
contextRelative
property istrue
, the path is considered to be context-relative within the current web application (even if we are in a named module). It will be prefixed by the context path to create a server-relative URL. - If the
contextRelative
property is false, the path is considered to be the module-relative portion of the URL. It will be used as the replacement for the$P
marker in theforwardPattern
property defined on theControllerConfig
element for our current module. For the defaultforwardPattern
value of$C$M$P
, the resulting server-relative URL will be the concatenation of the context path, the module prefix, and thepath
from thisForwardConfig
.
- If
-
redirect
boolean redirect
Should a redirect be used to transfer control to the specified path?
-
-
Class org.apache.struts.config.MessageResourcesConfig
class MessageResourcesConfig extends BaseConfig implements Serializable- serialVersionUID:
- -8689874577436806101L
-
Serialized Fields
-
escape
boolean escape
Indicates whether 'escape processing' should be performed on the error message string. -
factory
String factory
Fully qualified Java class name of the MessageResourcesFactory class we should use. -
key
String key
The servlet context attributes key under which this MessageResources instance is stored. -
nullValue
boolean nullValue
Should we returnnull
for unknown message keys? -
parameter
String parameter
Parameter that is passed to thecreateResources()
method of our MessageResourcesFactory implementation.
-
-
Class org.apache.struts.config.PlugInConfig
class PlugInConfig extends Object implements Serializable- serialVersionUID:
- -7818510438622269230L
-
Serialized Fields
-
className
String className
The fully qualified Java class name of thePlugIn
implementation class being configured. -
configured
boolean configured
Has this component been completely configured? -
properties
HashMap<String,
Object> properties AMap
of the name-value pairs that will be used to configure the property values of aPlugIn
instance.
-
-
-
Package org.apache.struts.config.impl
-
Class org.apache.struts.config.impl.DefaultModuleConfigFactory
class DefaultModuleConfigFactory extends ModuleConfigFactory implements Serializable- serialVersionUID:
- 1227835615838585786L
-
Class org.apache.struts.config.impl.ModuleConfigImpl
class ModuleConfigImpl extends BaseConfig implements Serializable- serialVersionUID:
- -5742785805411686899L
-
Serialized Fields
-
actionConfigIds
HashMap<String,
ActionConfig> actionConfigIds The set of action configuration for this module, if any, keyed by the
actionId
property. -
actionConfigList
ArrayList<ActionConfig> actionConfigList
The set of action configurations for this module, if any, listed in the order in which they are added.
-
actionConfigs
Map<String,
ActionConfig> actionConfigs The set of action configurations for this module, if any, keyed by the
path
property. -
actionFormBeanClass
String actionFormBeanClass
The default class name to be used when creating action form bean instances.
-
actionForwardClass
String actionForwardClass
The default class name to be used when creating action forward instances. -
actionMappingClass
String actionMappingClass
The default class name to be used when creating action mapping instances. -
controllerConfig
ControllerConfig controllerConfig
The controller configuration object for this module.
-
exceptions
HashMap<String,
ExceptionConfig> exceptions The set of exception handling configurations for this module, if any, keyed by the
type
property. -
formBeans
HashMap<String,
FormBeanConfig> formBeans The set of form bean configurations for this module, if any, keyed by the
name
property. -
forwards
HashMap<String,
ForwardConfig> forwards The set of global forward configurations for this module, if any, keyed by the
name
property. -
matcher
ActionConfigMatcher matcher
Matches action config paths against compiled wildcard patterns
-
messageResources
HashMap<String,
MessageResourcesConfig> messageResources The set of message resources configurations for this module, if any, keyed by the
key
property. -
plugIns
ArrayList<PlugInConfig> plugIns
The set of configured plug-in Actions for this module, if any, in the order they were declared and configured.
-
prefix
String prefix
The prefix of the context-relative portion of the request URI, used to select this configuration versus others supported by the controller servlet. A configuration with a prefix of a zero-length String is the default configuration for this web module.
-
-
-
Package org.apache.struts.dispatcher
-
Class org.apache.struts.dispatcher.AbstractDispatcher
class AbstractDispatcher extends Object implements Serializable- serialVersionUID:
- 8527912438873600103L
-
Serialized Fields
-
methodResolver
MethodResolver methodResolver
-
-
Class org.apache.struts.dispatcher.AbstractEventMappingDispatcher
class AbstractEventMappingDispatcher extends AbstractMappingDispatcher implements Serializable- serialVersionUID:
- -8559616664806617100L
-
Class org.apache.struts.dispatcher.AbstractMappingDispatcher
class AbstractMappingDispatcher extends AbstractDispatcher implements Serializable- serialVersionUID:
- 1882936058355907522L
-
Serialized Fields
-
defaultMappingParameter
String defaultMappingParameter
-
-
Class org.apache.struts.dispatcher.AbstractMethodResolver
class AbstractMethodResolver extends Object implements Serializable- serialVersionUID:
- -9045373032747695495L
-
Class org.apache.struts.dispatcher.AbstractParameterDispatcher
class AbstractParameterDispatcher extends AbstractDispatcher implements Serializable- serialVersionUID:
- -9048942314641198669L
-
-
Package org.apache.struts.dispatcher.servlet
-
Class org.apache.struts.dispatcher.servlet.ServletEventMappingDispatcher
class ServletEventMappingDispatcher extends AbstractEventMappingDispatcher implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.struts.dispatcher.servlet.ServletMappingDispatcher
class ServletMappingDispatcher extends AbstractMappingDispatcher implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.struts.dispatcher.servlet.ServletMethodResolver
class ServletMethodResolver extends AbstractMethodResolver implements Serializable- serialVersionUID:
- -4372320855532463910L
-
Class org.apache.struts.dispatcher.servlet.ServletParameterDispatcher
class ServletParameterDispatcher extends AbstractParameterDispatcher implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.struts.upload
-
Package org.apache.struts.util
-
Class org.apache.struts.util.ImageButtonBean
class ImageButtonBean extends Object implements Serializable- serialVersionUID:
- -2728467216883854129L
-
Class org.apache.struts.util.LabelValueBean
class LabelValueBean extends Object implements Serializable- serialVersionUID:
- -4583610486738719417L
-
Class org.apache.struts.util.MessageResources
class MessageResources extends Object implements Serializable- serialVersionUID:
- -7091558627339276086L
-
Serialized Fields
-
config
String config
The configuration parameter used to initialize this MessageResources. -
defaultLocale
Locale defaultLocale
The default Locale for our environment. -
escape
boolean escape
Indicates whether 'escape processing' should be performed on the error message string. -
factory
MessageResourcesFactory factory
TheMessageResourcesFactory
that created this instance. -
formats
HashMap<String,
MessageFormat> formats The set of previously created MessageFormat objects, keyed by the key computed inmessageKey()
. -
returnNull
boolean returnNull
Indicate is anull
is returned instead of an error message string when an unknown Locale or key is requested.
-
-
Class org.apache.struts.util.MessageResourcesFactory
class MessageResourcesFactory extends Object implements Serializable- serialVersionUID:
- 4038049321455270344L
-
Serialized Fields
-
config
MessageResourcesConfig config
Configuration information for Message Resources. -
returnNull
boolean returnNull
The "return null" property value to which newly created MessageResourcess should be initialized.
-
-
Exception Class org.apache.struts.util.ModuleException
class ModuleException extends Exception implements Serializable- serialVersionUID:
- 623125126450529319L
-
Serialized Fields
-
message
ActionMessage message
The ActionMessage associated with this exception.- Since:
- Struts 1.2
-
property
String property
-
-
Class org.apache.struts.util.PropertyMessageResources
class PropertyMessageResources extends MessageResources implements Serializable- serialVersionUID:
- -8425494681357052837L
-
Serialized Fields
-
locales
HashMap<String,
String> locales The set of locale keys for which we have already loaded messages, keyed by the value calculated inlocaleKey()
. -
messages
HashMap<String,
String> messages The cache of messages we have accumulated over time, keyed by the value calculated inmessageKey()
. -
mode
int mode
Compatibility mode that PropertyMessageResources is operating in.
-
-
Class org.apache.struts.util.PropertyMessageResourcesFactory
class PropertyMessageResourcesFactory extends MessageResourcesFactory implements Serializable- serialVersionUID:
- 5604114512308758549L
-
-
Package org.apache.struts.validator
-
Class org.apache.struts.validator.BeanValidatorForm
class BeanValidatorForm extends ValidatorForm implements Serializable- serialVersionUID:
- 2823785802796187210L
-
Serialized Fields
-
dynaBean
DynaBean dynaBean
TheDynaBean
that this ActionForm is backed by. -
pathValidation
boolean pathValidation
Indicates whether the ActionMapping's path should be used for the validation key. -
strutsConfigFormName
String strutsConfigFormName
The name used to identify the ActionForm in the struts-config.xml
-
-
Class org.apache.struts.validator.DynaValidatorForm
class DynaValidatorForm extends DynaActionForm implements Serializable- serialVersionUID:
- -3390223591247112687L
-
Serialized Fields
-
page
int page
Used to indicate the current page of a multi-page form. -
validatorResults
ValidatorResults validatorResults
The results returned from the validation performed by theValidator
.
-
-
Class org.apache.struts.validator.FieldChecks
class FieldChecks extends Object implements Serializable- serialVersionUID:
- 6466045187316462715L
-
Class org.apache.struts.validator.LazyValidatorForm
class LazyValidatorForm extends BeanValidatorForm implements Serializable- serialVersionUID:
- 6206516954531621997L
-
Class org.apache.struts.validator.ValidatorForm
class ValidatorForm extends ActionForm implements Serializable- serialVersionUID:
- 7373898264686375233L
-
Serialized Fields
-
page
int page
Used to indicate the current page of a multi-page form. -
validatorResults
ValidatorResults validatorResults
The results returned from the validation performed by theValidator
.
-
-