Serialized Form
Package org.apache.struts.action |
key
java.lang.String key
- The message key for this error message.
values
java.lang.Object[] values
- The replacement values for this error mesasge.
errors
java.util.HashMap errors
- The accumulated set of
ActionError
objects (represented
as an ArrayList) for each property, keyed by property name.
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.
formBeans
FastHashMap formBeans
- The collection of ActionFormBean instances, keyed by name.
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?
forwards
FastHashMap forwards
- The collection of ActionForward instances, keyed by logical name.
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?
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.
Package org.apache.struts.taglib.template.util |
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.
map
java.util.HashMap map
- The map.
Package org.apache.struts.upload |
message
java.lang.String message
message
java.lang.String message
Package org.apache.struts.util |
list
java.util.ArrayList list
- The underlying collection class.
list
java.util.ArrayList list
- Deprecated.
- The underlying list we are managing.
fast
boolean fast
- Deprecated.
- Are we operating in "fast" mode?
map
java.util.HashMap map
- Deprecated.
- The underlying map we are managing.
fast
boolean fast
- Deprecated.
- Are we operating in "fast" mode?
map
java.util.TreeMap map
- Deprecated.
- The underlying map we are managing.
fast
boolean fast
- Deprecated.
- Are we operating in "fast" mode?
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?
returnNull
boolean returnNull
- The "return null" property value to which newly created
MessageResourcess should be initialized.
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()
.
Copyright © 2000-2002 - Apache Software Foundation