Serialized Form
- 
Package org.apache.struts- 
Class org.apache.struts.Globalsclass Globals extends Object implements Serializable- serialVersionUID:
- 5585920111597892090L
 
 
- 
- 
Package org.apache.struts.action- 
Class org.apache.struts.action.Actionclass Action extends Object implements Serializable- serialVersionUID:
- 7282855522164012543L
 
- 
Class org.apache.struts.action.ActionErrorsclass ActionErrors extends ActionMessages implements Serializable- serialVersionUID:
- -962678529916763747L
 
- 
Class org.apache.struts.action.ActionFormclass ActionForm extends Object implements Serializable- serialVersionUID:
- -7986260744524429895L
 
- 
Class org.apache.struts.action.ActionFormBeanclass ActionFormBean extends FormBeanConfig implements Serializable- serialVersionUID:
- -6870747200275478095L
 
- 
Class org.apache.struts.action.ActionForwardclass ActionForward extends ForwardConfig implements Serializable- serialVersionUID:
- 7849370054972965028L
 
- 
Class org.apache.struts.action.ActionMappingclass ActionMapping extends ActionConfig implements Serializable- serialVersionUID:
- 2801090844264312287L
 
- 
Class org.apache.struts.action.ActionMessageclass ActionMessage extends Object implements Serializable- serialVersionUID:
- 5038146636915080725L
 
- 
Class org.apache.struts.action.ActionMessagesclass ActionMessages extends Object implements Serializable- serialVersionUID:
- -4363118850236216381L
 - 
Serialized Fields- 
accessedboolean 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
 
- 
iCountint iCount The current number of the property/key being added. This is used to maintain the order messages are added. 
- 
messagesHashMap<String, ActionMessages.ActionMessageItem> messages The accumulated set of ActionMessageobjects (represented as an ArrayList) for each property, keyed by property name.
 
- 
 
- 
Class org.apache.struts.action.ActionMessages.ActionMessageItemclass ActionMessageItem extends Object implements Serializable- serialVersionUID:
- 6569527708054508739L
 - 
Serialized Fields- 
iOrderint iOrder The position in the list of messages. 
- 
listList<ActionMessage> list The list of ActionMessages.
- 
propertyString property The property associated with ActionMessage.
 
- 
 
- 
Class org.apache.struts.action.ActionRedirectclass ActionRedirect extends ActionForward implements Serializable- serialVersionUID:
- 8517719991325106538L
 
- 
Class org.apache.struts.action.ActionServletclass ActionServlet extends HttpServlet implements Serializable- serialVersionUID:
- 7124895651996600297L
 - 
Serialized Fields- 
chainConfigString chainConfig Comma-separated list of context or classloader-relative path(s) that contain the configuration for the default commons-chain catalog(s). 
- 
configString config Comma-separated list of context-relative path(s) to our configuration resource(s) for the default module. 
- 
configDigesterorg.apache.commons.digester.Digester configDigester The Digester used to produce ModuleConfig objects from a Struts configuration file. - Since:
- Struts 1.1
 
- 
convertNullboolean convertNull The flag to request backwards-compatible conversions for form bean properties of the Java wrapper class types. - Since:
- Struts 1.1
 
- 
internalMessageResources internal The resources object for our internal resources. 
- 
internalNameString internalName The Java base name of our internal resources. - Since:
- Struts 1.1
 
- 
registrationsString[] 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! 
- 
servletMappingString servletMapping The URL pattern to which we are mapped in our web application deployment descriptor. 
- 
servletNameString servletName The servlet name under which we are registered in our web application deployment descriptor. 
 
- 
 
- 
Class org.apache.struts.action.ActionServletWrapperclass ActionServletWrapper extends Object implements Serializable- serialVersionUID:
- 3775546877948572436L
 
- 
Class org.apache.struts.action.DynaActionFormclass DynaActionForm extends ActionForm implements Serializable- serialVersionUID:
- 1726775935544475430L
 - 
Serialized Fields- 
dynaClassDynaActionFormClass dynaClass The DynaActionFormClasswith which we are associated.
- 
dynaValuesHashMap<String, Object> dynaValues The set of property values for this DynaActionForm, keyed by property name.
 
- 
 
- 
Class org.apache.struts.action.DynaActionFormClassclass DynaActionFormClass extends Object implements Serializable- serialVersionUID:
- -2521119905360425245L
 - 
Serialized Fields- 
configFormBeanConfig config The form bean configuration information for this class. 
- 
nameString name The "dynamic class name" for this DynaClass.
- 
propertiesDynaProperty[] properties The set of dynamic properties that are part of this DynaClass. 
- 
propertiesMapHashMap<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 thepropertieslist.
 
- 
 
- 
Class org.apache.struts.action.ForwardingActionForwardclass ForwardingActionForward extends ActionForward implements Serializable- serialVersionUID:
- 1732442504072379197L
 
- 
Exception Class org.apache.struts.action.InvalidCancelExceptionclass InvalidCancelException extends Exception implements Serializable- serialVersionUID:
- -7157652180106284134L
 
- 
Class org.apache.struts.action.RedirectingActionForwardclass RedirectingActionForward extends ActionForward implements Serializable- serialVersionUID:
- -2232598730866637791L
 
- 
Class org.apache.struts.action.RequestActionMappingclass RequestActionMapping extends ActionMapping implements Serializable- serialVersionUID:
- -2442537211509475925L
 
- 
Class org.apache.struts.action.RequestProcessorclass RequestProcessor extends Object implements Serializable- serialVersionUID:
- -6430999735913386425L
 - 
Serialized Fields- 
actionsHashMap<String, Action> actions The set of Actioninstances that have been created and initialized, keyed by the fully qualified Java class name of theActionclass.
- 
moduleConfigModuleConfig moduleConfig The ModuleConfigurationwith which we are associated.
- 
servletActionServlet servlet The servlet with which we are associated. 
 
- 
 
- 
Class org.apache.struts.action.SessionActionMappingclass SessionActionMapping extends ActionMapping implements Serializable- serialVersionUID:
- 8077946671068938742L
 
 
- 
- 
Package org.apache.struts.chain- 
Class org.apache.struts.chain.ComposableRequestProcessorclass ComposableRequestProcessor extends RequestProcessor implements Serializable- serialVersionUID:
- -1205090974097129899L
 - 
Serialized Fields- 
actionContextClassClass<? extends ActionContext> actionContextClass ActionContext class as cached by createActionContextInstance method.
- 
catalogCatalog<ActionContext> catalog TheCatalogcontaining all of the available command chains for this module.
- 
catalogFactoryCatalogFactory<ActionContext> catalogFactory TheCatalogFactoryfrom which catalog containing the the base request-processingCommandwill be retrieved.
- 
commandCommand<ActionContext> command TheCommandto be executed for each request.
- 
servletActionContextConstructorConstructor<? extends ActionContext> servletActionContextConstructor ActionContext constructor as cached by createActionContextInstance method.
 
- 
 
 
- 
- 
Package org.apache.struts.chain.commands- 
Exception Class org.apache.struts.chain.commands.InvalidPathExceptionclass InvalidPathException extends Exception implements Serializable- serialVersionUID:
- 5505779860386626636L
 - 
Serialized Fields- 
pathString path Field for Path property.
 
- 
 
- 
Exception Class org.apache.struts.chain.commands.UnauthorizedActionExceptionclass UnauthorizedActionException extends Exception implements Serializable- serialVersionUID:
- -8100433181299584507L
 
 
- 
- 
Package org.apache.struts.config- 
Class org.apache.struts.config.ActionConfigclass ActionConfig extends BaseConfig implements Serializable- serialVersionUID:
- -7821814205678644815L
 - 
Serialized Fields- 
acceptPageInteger 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
 
- 
actionIdString actionId The internal identification of this action mapping. Identifications are not inheritable and must be unique within a module. - Since:
- Struts 1.3.6
 
- 
attributeString 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.
- 
cancellableboolean 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. 
- 
cancellableSetboolean cancellableSet Indicates whether the "cancellable " property has been set or not.
- 
catalogString catalog The name of a commons-chaincatalog in whichcommandshould be sought. If acommandis defined and this property is undefined, the "default" catalog will be used. This is likely to be infrequently used after a future release ofcommons-chainsupports a one-string expression of a catalog/chain combination.- Since:
- Struts 1.3.0
 
- 
commandString command The name of a commons-chaincommand which should be executed as part of the processing of this action.- Since:
- Struts 1.3.0
 
- 
dispatcherString dispatcher The name of theDispatcherimplementation that will dispatch to the end point of this action.- Since:
- Struts 1.4
 
- 
exceptionsHashMap<String, ExceptionConfig> exceptions The set of exception handling configurations for this action, if any, keyed by the typeproperty.
- 
extensionProcessedboolean extensionProcessed Have the inheritance values for this class been applied? 
- 
forwardString forward Context-relative path of the web application resource that will process this request via RequestDispatcher.forward(), instead of instantiating and calling the Actionclass specified by "type". Exactly one offorward,include, ortypemust be specified.
- 
forwardsHashMap<String, ForwardConfig> forwards The set of local forward configurations for this action, if any, keyed by the nameproperty.
- 
includeString include Context-relative path of the web application resource that will process this request via RequestDispatcher.include(), instead of instantiating and calling the Actionclass specified by "type". Exactly one offorward,include, ortypemust be specified.
- 
inheritString inherit The path of the ActionConfig that this object should inherit properties from. 
- 
inputString 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. 
- 
moduleConfigModuleConfig moduleConfig The module configuration with which we are associated. 
- 
multipartClassString multipartClass Fully qualified Java class name of the MultipartRequestHandlerimplementation class used to process multi-part request data for this Action.
- 
nameString name Name of the form bean, if any, associated with this Action. 
- 
parameterString 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. 
- 
pathString path Context-relative path of the submitted request, starting with a slash ("/") character, and omitting any filename extension if extension mapping is being used. 
- 
populateString populate Identifies conditions for automatic form population with values from HTTP request. 
- 
populateNamesString[] populateNames 
- 
prefixString prefix Prefix used to match request parameter names to form bean property names, if any. 
- 
resetString reset Identifies conditions for automatic form reset. 
- 
resetNamesString[] resetNames 
- 
roleNamesString[] roleNames The set of security role names used to authorize access to this Action, as an array for faster access. 
- 
rolesString roles Comma-delimited list of security role names allowed to request this Action. 
- 
scopeString scope Identifier of the scope ("request" or "session") within which our form bean is accessed, if any. 
- 
singletonboolean singleton Should this action be instantiated once per module (singleton) or once per request (prototype)? 
- 
suffixString suffix Suffix used to match request parameter names to form bean property names, if any. 
- 
typeString type Fully qualified Java class name of the Actionclass to be used to process requests for this mapping if theforwardandincludeproperties are not set. Exactly one offorward,include, ortypemust be specified.
- 
unknownboolean unknown Indicates Action be configured as the default one for this module, when true. 
- 
validateboolean validate Should the validate()method of the form bean associated with this action be called?
- 
validateSetboolean validateSet Indicates whether the "validate" property has been set or not.
 
- 
 
- 
Class org.apache.struts.config.ActionConfigMatcherclass ActionConfigMatcher extends Object implements Serializable- serialVersionUID:
- -7803926870173575845L
 - 
Serialized Fields- 
compiledPathsArrayList<org.apache.struts.config.ActionConfigMatcher.Mapping> compiledPaths The compiled paths and their associated ActionConfig's 
 
- 
 
- 
Class org.apache.struts.config.BaseConfigclass BaseConfig extends Object implements Serializable- serialVersionUID:
- 7059240587081363820L
 - 
Serialized Fields- 
configuredboolean configured Indicates if configuration of this component been completed. TODO change protected to private and use methods provided by extenders?
- 
propertiesProperties properties A map of arbitrary properties configured for this component.- Since:
- Struts 1.3
 
 
- 
 
- 
Class org.apache.struts.config.ControllerConfigclass ControllerConfig extends BaseConfig implements Serializable- serialVersionUID:
- 7704474362520651283L
 - 
Serialized Fields- 
bufferSizeint bufferSize The input buffer size for file uploads.
- 
catalogString catalog The chain catalog name for this module.
- 
commandString command The chain command to execute for each request.
- 
contentTypeString contentType The content type and character encoding to be set on each response.
- 
fileCountMaxlong fileCountMax The maximum permitted number of files that may be uploaded in a single request. A value of -1 indicates no maximum.
- 
forwardPatternString forwardPattern The replacement pattern used to determine a context-relative URL from aForwardConfigelement. 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 the- pathproperty of a- ForwardConfiginstance.
- $$- 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$Pis utilized, which is backwards compatible with the hard coded functionality in prior versions.
- 
inputForwardboolean inputForward Should theinputproperty ofActionConfiginstances associated with this module be treated as the name of a correspondingForwardConfig. Afalsevalue treats them as a module-relative path (consistent with the hard coded behavior of earlier versions of Struts.- Since:
- Struts 1.1
 
- 
localeboolean locale Should we store a Locale object in the user's session if needed?
- 
maxFileSizeString maxFileSize The maximum file size to process for file uploads.
- 
maxSizeString maxSize The maximum size to process a complete request for file uploads.
- 
maxStringLenString maxStringLen The maximum length of a string parameter in a multipart request.
- 
memFileSizeString memFileSize The maximum file size to retain in memory.
- 
multipartClassString multipartClass The fully qualified Java class name of the MultipartRequestHandler class to be used.
- 
nocacheboolean nocache Should we set no-cache HTTP headers on each response?
- 
pagePatternString pagePattern The replacement pattern used to determine a context-relative URL from thepageattribute 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 the- pageattribute 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$Pis utilized, which is backwards compatible with the hard coded functionality in prior versions.
- 
processorClassString processorClass The fully qualified class name of the RequestProcessor implementation class to be used for this module.
- 
tempDirString tempDir The temporary working directory to use for file uploads.
 
- 
 
- 
Class org.apache.struts.config.ExceptionConfigclass ExceptionConfig extends BaseConfig implements Serializable- serialVersionUID:
- -6269406361939618377L
 - 
Serialized Fields- 
bundleString 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.
- 
extensionProcessedboolean extensionProcessed Have the inheritance values for this class been applied?
- 
handlerString handler The fully qualified Java class name of the exception handler class which should be instantiated to handle this exception.
- 
inheritString inherit The type of the ExceptionConfig that this object should inherit properties from.
- 
keyString key The message resources key specifying the error message associated with this exception.
- 
pathString path The module-relative path of the resource to forward to if this exception occurs during anAction.
- 
scopeString scope The scope in which we should expose the ActionMessage for this exception handler.
- 
typeString type The fully qualified Java class name of the exception that is to be handled by this handler.
 
- 
 
- 
Class org.apache.struts.config.FormBeanConfigclass FormBeanConfig extends BaseConfig implements Serializable- serialVersionUID:
- -2606605006051449892L
 - 
Serialized Fields- 
dynamicboolean dynamic Is the form bean class an instance of DynaActionForm with dynamic properties?
- 
extensionProcessedboolean extensionProcessed Have the inheritance values for this class been applied?
- 
formPropertiesHashMap<String, FormPropertyConfig> formProperties The set of FormProperty elements defining dynamic form properties for this form bean, keyed by property name.
- 
inheritString inherit The name of the FormBeanConfig that this config inherits configuration information from.
- 
lockString lock The lockable object we can synchronize on when creating DynaActionFormClass. 
- 
nameString name The unique identifier of this form bean, which is used to reference this bean inActionMappinginstances as well as for the name of the request or session attribute under which the corresponding form bean instance is created or accessed.
- 
restrictedboolean restricted Is this DynaClass currently restricted (for DynaBeans with a MutableDynaClass).
- 
typeString type The fully qualified Java class name of the implementation class to be used or generated.
 
- 
 
- 
Class org.apache.struts.config.FormPropertyConfigclass FormPropertyConfig extends BaseConfig implements Serializable- serialVersionUID:
- 8436264202472421426L
 - 
Serialized Fields- 
initialString initial String representation of the initial value for this property.
- 
nameString name The JavaBean property name of the property described by this element.
- 
resetString reset The conditions under which the property described by this element should be reset to its initialvalue when the form'sresetmethod 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
 
- 
sizeint size The size of the array to be created if this property is an array type and there is no specified initialvalue. This value must be non-negative.- Since:
- Struts 1.1
 
- 
typeString 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.ForwardConfigclass ForwardConfig extends BaseConfig implements Serializable- serialVersionUID:
- -3983809829201419914L
 - 
Serialized Fields- 
catalogString catalog The name of a commons-chaincatalog in whichcommandshould 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 thecommandproperty.
- 
commandString command The name of a commons-chaincommand which should be looked up and executed before Struts dispatches control to the view represented by this config.
- 
extensionProcessedboolean extensionProcessed Have the inheritance values for this class been applied?
- 
inheritString inherit The name of the ForwardConfig that this object should inherit properties from.
- 
moduleString module The prefix of the module to which this ForwardConfigentry 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. 
- 
nameString name The unique identifier of this forward, which is used to reference it inActionclasses.
- 
pathString path The URL to which this ForwardConfigentry points, which must start with a slash ("/") character. It is interpreted according to the following rules:- If contextRelativeproperty 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 contextRelativeproperty is false, the path is considered to be the module-relative portion of the URL. It will be used as the replacement for the$Pmarker in theforwardPatternproperty defined on theControllerConfigelement for our current module. For the defaultforwardPatternvalue of$C$M$P, the resulting server-relative URL will be the concatenation of the context path, the module prefix, and thepathfrom thisForwardConfig.
 
- If 
- 
redirectboolean redirect Should a redirect be used to transfer control to the specified path?
 
- 
 
- 
Class org.apache.struts.config.MessageResourcesConfigclass MessageResourcesConfig extends BaseConfig implements Serializable- serialVersionUID:
- -8689874577436806101L
 - 
Serialized Fields- 
escapeboolean escape Indicates whether 'escape processing' should be performed on the error message string.
- 
factoryString factory Fully qualified Java class name of the MessageResourcesFactory class we should use.
- 
keyString key The servlet context attributes key under which this MessageResources instance is stored.
- 
nullValueboolean nullValue Should we returnnullfor unknown message keys?
- 
parameterString parameter Parameter that is passed to thecreateResources()method of our MessageResourcesFactory implementation.
 
- 
 
- 
Class org.apache.struts.config.PlugInConfigclass PlugInConfig extends Object implements Serializable- serialVersionUID:
- -7818510438622269230L
 - 
Serialized Fields- 
classNameString className The fully qualified Java class name of thePlugInimplementation class being configured.
- 
configuredboolean configured Has this component been completely configured?
- 
propertiesHashMap<String, Object> properties AMapof the name-value pairs that will be used to configure the property values of aPlugIninstance.
 
- 
 
 
- 
- 
Package org.apache.struts.config.impl- 
Class org.apache.struts.config.impl.DefaultModuleConfigFactoryclass DefaultModuleConfigFactory extends ModuleConfigFactory implements Serializable- serialVersionUID:
- 1227835615838585786L
 
- 
Class org.apache.struts.config.impl.ModuleConfigImplclass ModuleConfigImpl extends BaseConfig implements Serializable- serialVersionUID:
- -5742785805411686899L
 - 
Serialized Fields- 
actionConfigIdsHashMap<String, ActionConfig> actionConfigIds The set of action configuration for this module, if any, keyed by the actionIdproperty.
- 
actionConfigListArrayList<ActionConfig> actionConfigList The set of action configurations for this module, if any, listed in the order in which they are added. 
- 
actionConfigsMap<String, ActionConfig> actionConfigs The set of action configurations for this module, if any, keyed by the pathproperty.
- 
actionFormBeanClassString actionFormBeanClass The default class name to be used when creating action form bean instances. 
- 
actionForwardClassString actionForwardClass The default class name to be used when creating action forward instances.
- 
actionMappingClassString actionMappingClass The default class name to be used when creating action mapping instances.
- 
controllerConfigControllerConfig controllerConfig The controller configuration object for this module. 
- 
exceptionsHashMap<String, ExceptionConfig> exceptions The set of exception handling configurations for this module, if any, keyed by the typeproperty.
- 
formBeansHashMap<String, FormBeanConfig> formBeans The set of form bean configurations for this module, if any, keyed by the nameproperty.
- 
forwardsHashMap<String, ForwardConfig> forwards The set of global forward configurations for this module, if any, keyed by the nameproperty.
- 
matcherActionConfigMatcher matcher Matches action config paths against compiled wildcard patterns 
- 
messageResourcesHashMap<String, MessageResourcesConfig> messageResources The set of message resources configurations for this module, if any, keyed by the keyproperty.
- 
plugInsArrayList<PlugInConfig> plugIns The set of configured plug-in Actions for this module, if any, in the order they were declared and configured. 
- 
prefixString 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.AbstractDispatcherclass AbstractDispatcher extends Object implements Serializable- serialVersionUID:
- 8527912438873600103L
 - 
Serialized Fields- 
methodResolverMethodResolver methodResolver 
 
- 
 
- 
Class org.apache.struts.dispatcher.AbstractEventMappingDispatcherclass AbstractEventMappingDispatcher extends AbstractMappingDispatcher implements Serializable- serialVersionUID:
- -8559616664806617100L
 
- 
Class org.apache.struts.dispatcher.AbstractMappingDispatcherclass AbstractMappingDispatcher extends AbstractDispatcher implements Serializable- serialVersionUID:
- 1882936058355907522L
 - 
Serialized Fields- 
defaultMappingParameterString defaultMappingParameter 
 
- 
 
- 
Class org.apache.struts.dispatcher.AbstractMethodResolverclass AbstractMethodResolver extends Object implements Serializable- serialVersionUID:
- -9045373032747695495L
 
- 
Class org.apache.struts.dispatcher.AbstractParameterDispatcherclass AbstractParameterDispatcher extends AbstractDispatcher implements Serializable- serialVersionUID:
- -9048942314641198669L
 
 
- 
- 
Package org.apache.struts.dispatcher.servlet- 
Class org.apache.struts.dispatcher.servlet.ServletEventMappingDispatcherclass ServletEventMappingDispatcher extends AbstractEventMappingDispatcher implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.struts.dispatcher.servlet.ServletMappingDispatcherclass ServletMappingDispatcher extends AbstractMappingDispatcher implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.struts.dispatcher.servlet.ServletMethodResolverclass ServletMethodResolver extends AbstractMethodResolver implements Serializable- serialVersionUID:
- -4372320855532463910L
 
- 
Class org.apache.struts.dispatcher.servlet.ServletParameterDispatcherclass ServletParameterDispatcher extends AbstractParameterDispatcher implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.struts.upload
- 
Package org.apache.struts.util- 
Class org.apache.struts.util.ImageButtonBeanclass ImageButtonBean extends Object implements Serializable- serialVersionUID:
- -2728467216883854129L
 
- 
Class org.apache.struts.util.LabelValueBeanclass LabelValueBean extends Object implements Serializable- serialVersionUID:
- -4583610486738719417L
 
- 
Class org.apache.struts.util.MessageResourcesclass MessageResources extends Object implements Serializable- serialVersionUID:
- -7091558627339276086L
 - 
Serialized Fields- 
configString config The configuration parameter used to initialize this MessageResources.
- 
defaultLocaleLocale defaultLocale The default Locale for our environment.
- 
escapeboolean escape Indicates whether 'escape processing' should be performed on the error message string.
- 
factoryMessageResourcesFactory factory TheMessageResourcesFactorythat created this instance.
- 
formatsHashMap<String, MessageFormat> formats The set of previously created MessageFormat objects, keyed by the key computed inmessageKey().
- 
returnNullboolean returnNull Indicate is anullis returned instead of an error message string when an unknown Locale or key is requested.
 
- 
 
- 
Class org.apache.struts.util.MessageResourcesFactoryclass MessageResourcesFactory extends Object implements Serializable- serialVersionUID:
- 4038049321455270344L
 - 
Serialized Fields- 
configMessageResourcesConfig config Configuration information for Message Resources.
- 
returnNullboolean returnNull The "return null" property value to which newly created MessageResourcess should be initialized.
 
- 
 
- 
Exception Class org.apache.struts.util.ModuleExceptionclass ModuleException extends Exception implements Serializable- serialVersionUID:
- 623125126450529319L
 - 
Serialized Fields- 
messageActionMessage message The ActionMessage associated with this exception.- Since:
- Struts 1.2
 
- 
propertyString property 
 
- 
 
- 
Class org.apache.struts.util.PropertyMessageResourcesclass PropertyMessageResources extends MessageResources implements Serializable- serialVersionUID:
- -8425494681357052837L
 - 
Serialized Fields- 
localesHashMap<String, String> locales The set of locale keys for which we have already loaded messages, keyed by the value calculated inlocaleKey().
- 
messagesHashMap<String, String> messages The cache of messages we have accumulated over time, keyed by the value calculated inmessageKey().
- 
modeint mode Compatibility mode that PropertyMessageResources is operating in.
 
- 
 
- 
Class org.apache.struts.util.PropertyMessageResourcesFactoryclass PropertyMessageResourcesFactory extends MessageResourcesFactory implements Serializable- serialVersionUID:
- 5604114512308758549L
 
 
- 
- 
Package org.apache.struts.validator- 
Class org.apache.struts.validator.BeanValidatorFormclass BeanValidatorForm extends ValidatorForm implements Serializable- serialVersionUID:
- 2823785802796187210L
 - 
Serialized Fields- 
dynaBeanDynaBean dynaBean TheDynaBeanthat this ActionForm is backed by.
- 
pathValidationboolean pathValidation Indicates whether the ActionMapping's path should be used for the validation key.
- 
strutsConfigFormNameString strutsConfigFormName The name used to identify the ActionForm in the struts-config.xml
 
- 
 
- 
Class org.apache.struts.validator.DynaValidatorFormclass DynaValidatorForm extends DynaActionForm implements Serializable- serialVersionUID:
- -3390223591247112687L
 - 
Serialized Fields- 
pageint page Used to indicate the current page of a multi-page form.
- 
validatorResultsValidatorResults validatorResults The results returned from the validation performed by theValidator.
 
- 
 
- 
Class org.apache.struts.validator.FieldChecksclass FieldChecks extends Object implements Serializable- serialVersionUID:
- 6466045187316462715L
 
- 
Class org.apache.struts.validator.LazyValidatorFormclass LazyValidatorForm extends BeanValidatorForm implements Serializable- serialVersionUID:
- 6206516954531621997L
 
- 
Class org.apache.struts.validator.ValidatorFormclass ValidatorForm extends ActionForm implements Serializable- serialVersionUID:
- 7373898264686375233L
 - 
Serialized Fields- 
pageint page Used to indicate the current page of a multi-page form.
- 
validatorResultsValidatorResults validatorResults The results returned from the validation performed by theValidator.
 
- 
 
 
-