Serialized Form


Package org.apache.struts.action

Class org.apache.struts.action.ActionError implements Serializable

Serialized Fields

key

java.lang.String key
The message key for this error message.

values

java.lang.Object[] values
The replacement values for this error mesasge.

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

Serialized Fields

errors

java.util.HashMap errors
The accumulated set of ActionError objects (represented as an ArrayList) for each property, keyed by property name.

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

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

Serialized Fields

name

java.lang.String name
The bean name of this action form bean.

type

java.lang.String type
The Java class name of this action form bean.

Class org.apache.struts.action.ActionFormBeans implements Serializable

Serialized Fields

formBeans

FastHashMap formBeans
The collection of ActionFormBean instances, keyed by name.

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

Serialized Fields

name

java.lang.String name
The logical name of this forward.

path

java.lang.String path
The context-relative (for a forward) or relative or absolute (for a redirect) URI path to be forwarded to.

redirect

boolean redirect
Should this be a redirect instead of a forward?

Class org.apache.struts.action.ActionForwards implements Serializable

Serialized Fields

forwards

FastHashMap forwards
The collection of ActionForward instances, keyed by logical name.

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

Serialized Fields

attribute

java.lang.String attribute
The name of the request-scope or session-scope attribute under which our form bean, if any, will be created.

forward

java.lang.String forward
The context relative path of the servlet or JSP resource (to be called via RequestDispatcher.forward()) that will process this request, rather than instantiating and calling the Action class that is specified by the type attribute.

forwards

ActionForwards forwards
The set of ActionForward objects associated with this mapping.

include

java.lang.String include
The context relative path of the servlet or JSP resource (to be called via RequestDispatcher.include()) that will process this request, rather than instantiating and calling the Action class that is specified by the type attribute.

input

java.lang.String input
The context-relative path of the input form to which control should be returned if a validation error is encountered.

instance

Action instance
The initialized Action instance for this mapping.

mappings

ActionMappings mappings
The ActionMappings collection of which we are a part.

multipartClass

java.lang.String multipartClass
The fully qualified class name of the MultipartRequestHandler implementation class used to process multipart request data for this mapping

name

java.lang.String name
The name of the form bean, if any, associated with this action.

parameter

java.lang.String parameter
General purpose configuration parameter for this mapping.

path

java.lang.String path
The context-relative path of the submitted request, starting with a "/" character, and without the filename extension (if any), that is mapped to this action.

prefix

java.lang.String prefix
The parameter name prefix used to select parameters for this action.

scope

java.lang.String scope
The identifier of the scope ("request" or "session") under which the form bean associated with this mapping, if any, should be created.

suffix

java.lang.String suffix
The parameter name suffix used to select parameters for this action.

type

java.lang.String type
The fully qualified Java class name of the Action implementation class to be used to process requests for this mapping.

unknown

boolean unknown
Should this action be the default for this application?

validate

boolean validate
Should the validate() method of our form bean be called?

Class org.apache.struts.action.ActionMappingBase implements Serializable

Class org.apache.struts.action.ActionMappings implements Serializable

Serialized Fields

mappings

FastHashMap mappings
The collection of ActionMapping instances, keyed by request path.

unknown

ActionMapping unknown
The ActionMapping that should handle unknown request paths, if any.

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

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

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

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

Class org.apache.struts.action.ValidatingActionForm implements Serializable


Package org.apache.struts.taglib.template.util

Class org.apache.struts.taglib.template.util.Content implements Serializable

Serialized Fields

content

java.lang.String content
Templates regard this as content to be either included or printed directly.
This is a blank final that is set at construction.

direct

java.lang.String direct
Represents a boolean; if true, content is included, otherwise content is printed.
This is a blank final that is set at construction.
This is a string instead of a boolean as a convenience for the tags, whose corresponding attribute is a string.

Class org.apache.struts.taglib.template.util.ContentMap implements Serializable

Serialized Fields

map

java.util.HashMap map
The map.


Package org.apache.struts.upload

Class org.apache.struts.upload.ContentLengthExceededException implements Serializable

Serialized Fields

message

java.lang.String message

Class org.apache.struts.upload.MaxLengthExceededException implements Serializable

Serialized Fields

message

java.lang.String message


Package org.apache.struts.util

Class org.apache.struts.util.ArrayStack implements Serializable

Serialized Fields

list

java.util.ArrayList list
The underlying collection class.

Class org.apache.struts.util.FastArrayList implements Serializable

Serialized Fields

list

java.util.ArrayList list
Deprecated. 
The underlying list we are managing.

fast

boolean fast
Deprecated. 
Are we operating in "fast" mode?

Class org.apache.struts.util.FastHashMap implements Serializable

Serialized Fields

map

java.util.HashMap map
Deprecated. 
The underlying map we are managing.

fast

boolean fast
Deprecated. 
Are we operating in "fast" mode?

Class org.apache.struts.util.FastTreeMap implements Serializable

Serialized Fields

map

java.util.TreeMap map
Deprecated. 
The underlying map we are managing.

fast

boolean fast
Deprecated. 
Are we operating in "fast" mode?

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

Serialized Fields

config

java.lang.String config
The configuration parameter used to initialize this MessageResources.

defaultLocale

java.util.Locale defaultLocale
The default Locale for our environment.

factory

MessageResourcesFactory factory
The MessageResourcesFactory that created this instance.

formats

java.util.HashMap formats
The set of previously created MessageFormat objects, keyed by the key computed in messageKey().

returnNull

boolean returnNull
Should we return null instead of an error message string if an unknown Locale or key is requested?

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

Serialized Fields

returnNull

boolean returnNull
The "return null" property value to which newly created MessageResourcess should be initialized.

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

Serialized Fields

locales

java.util.HashMap locales
The set of locale keys for which we have already loaded messages, keyed by the value calculated in localeKey().

messages

java.util.HashMap messages
The cache of messages we have accumulated over time, keyed by the value calculated in messageKey().

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



Copyright © 2000-2002 - Apache Software Foundation