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.
actions
FastHashMap actions
- The set of Action instances that have been created and initialized,
keyed by the fully qualified Java class name.
application
MessageResources application
- The resources object for our application resources (if any).
config
java.lang.String config
- The context-relative path to our configuration resource.
content
java.lang.String content
- The default content type and character encoding to be set on each
response (may be overridden by forwarded-to resources).
dataSources
FastHashMap dataSources
- The JDBC data sources that has been configured for this application,
if any, keyed by the servlet context attribute under which they are
stored.
debug
int debug
- The debugging detail level for this servlet.
defaultLocale
java.util.Locale defaultLocale
- The default Locale for this server.
factoryClass
java.lang.String factoryClass
- The Java class name of the
MessageResourcesFactory
class for the application message resources bundle.
formBeanClass
java.lang.String formBeanClass
- The Java class name of the ActionFormBean implementation class to use.
formBeans
ActionFormBeans formBeans
- The global ActionFormBean collection for this controller.
forwardClass
java.lang.String forwardClass
- The Java class name of the ActionForward implementation class to use.
forwards
ActionForwards forwards
- The global ActionForward collection for this controller.
internal
MessageResources internal
- The resources object for our internal resources.
internalName
java.lang.String internalName
- The Java base name of our internal resources.
locale
boolean locale
- Should we create a
java.util.Locale
for this user,
based on the HTTP headers of the request, if one is not present?
mappingClass
java.lang.String mappingClass
- The Java class name of our ActionMapping implementation class.
mappings
ActionMappings mappings
- The configured mappings for this web application, keyed by path.
nocache
boolean nocache
- Include the no-caching headers in our response?
registrations
java.lang.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
java.lang.String servletMapping
- The URL pattern to which we are mapped in our web application
deployment descriptor.
servletName
java.lang.String servletName
- The servlet name under which we are registered in our web application
deployment descriptor.
validate
boolean validate
- Are we using the new configuration file format?
validating
boolean validating
- Should we use a validating XML parser to read the configuration file?
bufferSize
int bufferSize
- The size in bytes of the buffer used to read files from a client upload
maxFileSize
java.lang.String maxFileSize
- The maximum size allowed for a client upload. A suffix of "K"
represents Kilobytes, a suffix of "M" represents "Megabytes",
a suffix of "G" represents Gigabytes, and no suffix is taken
as bytes.
multipartClass
java.lang.String multipartClass
- The MultipartRequestHandler class name used for handling
multipart form requests. This is the global default value,
the handler can also be set in individual mapping entries
tempDir
java.lang.String tempDir
- The directory used to store temporary files for the DiskMultipartRequestHandler
multipart implementation
Package org.apache.struts.taglib |
name
java.lang.String name
- The name of the attribute being tested.
scope
java.lang.String scope
- The scope of the attribute being tested.
accept
java.lang.String accept
- Comma-delimited list of content types that a server processing this form
will handle correctly. This property is defined only for the
file
tag, but is implemented here because it affects the
rendered HTML of the corresponding <input> tag.
name
java.lang.String name
- The name of the bean containing our underlying property.
type
java.lang.String type
- The type of input field represented by this tag (text, password, or
hidden).
accessKey
java.lang.String accessKey
- Access key character.
tabIndex
java.lang.String tabIndex
- Tab index value.
onClick
java.lang.String onClick
- Mouse click event.
onDblClick
java.lang.String onDblClick
- Mouse double click event.
onMouseOver
java.lang.String onMouseOver
- Mouse over component event.
onMouseOut
java.lang.String onMouseOut
- Mouse exit component event.
onMouseMove
java.lang.String onMouseMove
- Mouse moved over component event.
onMouseDown
java.lang.String onMouseDown
- Mouse pressed on component event.
onMouseUp
java.lang.String onMouseUp
- Mouse released on component event.
onKeyDown
java.lang.String onKeyDown
- Key down in component event.
onKeyUp
java.lang.String onKeyUp
- Key released in component event.
onKeyPress
java.lang.String onKeyPress
- Key down and up together in component event.
onSelect
java.lang.String onSelect
- Text selected in component event.
onChange
java.lang.String onChange
- Content changed after component lost focus event.
onBlur
java.lang.String onBlur
- Component lost focus event.
onFocus
java.lang.String onFocus
- Component has received focus event.
style
java.lang.String style
- Style attribute associated with component.
styleClass
java.lang.String styleClass
- Named Style class associated with component.
styleId
java.lang.String styleId
- Identifier associated with component.
cols
java.lang.String cols
- The number of character columns for this field, or negative
for no limit.
maxlength
java.lang.String maxlength
- The maximum number of characters allowed, or negative for no limit.
property
java.lang.String property
- The name of the field (and associated property) being processed.
rows
java.lang.String rows
- The number of rows for this field, or negative for no limit.
value
java.lang.String value
- The value for this field, or
null
to retrieve the
corresponding property from our associated bean.
property
java.lang.String property
- The property name of the generated button.
value
java.lang.String value
- The value of the button label.
property
java.lang.String property
- The property name of the generated button.
value
java.lang.String value
- The value of the button label.
name
java.lang.String name
- The name of the bean containing our underlying property.
property
java.lang.String property
- The property name for this field.
value
java.lang.String value
- The server value for this option.
url
java.lang.String url
- The URL to be encoded.
url
java.lang.String url
- The URL to be encoded.
collection
java.lang.Object collection
- The collection over which we will be iterating.
enumeration
java.util.Enumeration enumeration
- Enumeration of the elements of this collection.
id
java.lang.String id
- The name of the scripting variable to be exposed.
length
java.lang.String length
- The length value or attribute name (<=0 means no limit).
lengthCount
int lengthCount
- The number of elements we have already rendered.
lengthValue
int lengthValue
- The actual length value (calculated in the start tag).
name
java.lang.String name
- The name of the collection or owning bean.
offset
java.lang.String offset
- The starting offset (zero relative).
offsetValue
int offsetValue
- The actual offset value (calculated in the start tag).
property
java.lang.String property
- The property name containing the collection.
name
java.lang.String name
- Name of the request scope attribute containing our error messages,
if any.
action
java.lang.String action
- The action URL to which this form should be submitted, if any.
enctype
java.lang.String enctype
- The content encoding to be used on a POST submit.
focus
java.lang.String focus
- The name of the field to receive focus, if any.
method
java.lang.String method
- The request method used when submitting this form.
name
java.lang.String name
- The attribute key under which our associated bean is stored.
onReset
java.lang.String onReset
- The onReset event script.
onSubmit
java.lang.String onSubmit
- The onSubmit event script.
scope
java.lang.String scope
- The scope (request or session) under which our associated bean
is stored.
style
java.lang.String style
- The style attribute associated with this tag.
styleClass
java.lang.String styleClass
- The style class associated with this tag.
styleId
java.lang.String styleId
- The identifier associated with this tag.
target
java.lang.String target
- The window target.
type
java.lang.String type
- The Java class name of the bean to be created, if necessary.
name
java.lang.String name
- The logical name of the global ActionForward we will look up
id
java.lang.String id
- The name of the scripting variable to be exposed.
name
java.lang.String name
- The name of the bean owning the property.
property
java.lang.String property
- The property name to be exposed.
name
java.lang.String name
- The name of the object instance from which the property is obtained.
property
java.lang.String property
- The name of the property to get.
name
java.lang.String name
- The name of the parameter being compared.
value
java.lang.String value
- The value to compare this parameter to.
name
java.lang.String name
- The name of the parameter being compared.
value
java.lang.String value
- The value to compare this parameter to.
name
java.lang.String name
- The name of the parameter being compared.
name
java.lang.String name
- The name of the parameter being compared.
property
java.lang.String property
- The name of the property to get.
value
java.lang.String value
- The value to compare to.
property
java.lang.String property
- The name of the property to get.
value
java.lang.String value
- The value to compare to.
name
java.lang.String name
- The logical name of the global ActionForward we will look up
collection
java.lang.Object collection
- The collection over which we will be iterating.
id
java.lang.String id
- The name of the scripting variable to be exposed.
iterator
java.util.Iterator iterator
- Iterator of the elements of this collection.
length
java.lang.String length
- The length value or attribute name (<=0 means no limit).
lengthCount
int lengthCount
- The number of elements we have already rendered.
lengthValue
int lengthValue
- The actual length value (calculated in the start tag).
name
java.lang.String name
- The name of the collection or owning bean.
offset
java.lang.String offset
- The starting offset (zero relative).
offsetValue
int offsetValue
- The actual offset value (calculated in the start tag).
property
java.lang.String property
- The property name containing the collection.
forward
java.lang.String forward
- The logical forward name from which to retrieve the hyperlink URI.
href
java.lang.String href
- The hyperlink URI.
name
java.lang.String name
- The JSP bean name for query parameters.
property
java.lang.String property
- The JSP bean property name for query parameters.
target
java.lang.String target
- The window target.
forward
java.lang.String forward
- The logical forward name from which to retrieve the hyperlink URI.
href
java.lang.String href
- The hyperlink URI.
name
java.lang.String name
- The JSP bean name for query parameters.
property
java.lang.String property
- The JSP bean property name for query parameters.
target
java.lang.String target
- The window target.
arg0
java.lang.String arg0
- The first optional argument.
arg1
java.lang.String arg1
- The second optional argument.
arg2
java.lang.String arg2
- The third optional argument.
arg3
java.lang.String arg3
- The fourth optional argument.
arg4
java.lang.String arg4
- The fifth optional argument.
bundle
java.lang.String bundle
- The servlet context attribute key for our resources.
key
java.lang.String key
- The message key of the message to be retrieved.
localeKey
java.lang.String localeKey
- The session scope key under which our Locale is stored.
name
java.lang.String name
- The name of the bean containing our underlying property.
property
java.lang.String property
- The property name for this field.
value
java.lang.String value
- The value which will mark this checkbox as "checked" if present
in the array returned by our property getter.
labelName
java.lang.String labelName
- The name of the bean containing the labels collection.
labelProperty
java.lang.String labelProperty
- The bean property containing the labels collection.
name
java.lang.String name
- The name of the bean containing the values collection.
property
java.lang.String property
- The name of the property to use to build the values collection.
labelName
java.lang.String labelName
- The name of the bean containing the labels collection.
labelProperty
java.lang.String labelProperty
- The bean property containing the labels collection.
name
java.lang.String name
- The name of the bean containing the values collection.
property
java.lang.String property
- The name of the property to use to build the values collection.
value
java.lang.String value
- The server value for this option.
name
java.lang.String name
- The name of the desired parameter.
name
java.lang.String name
- The name of the bean containing our underlying property.
name
java.lang.String name
- The name of the bean containing our underlying property.
property
java.lang.String property
- The property name for this field.
value
java.lang.String value
- The server value for this option.
href
java.lang.String href
- The hyperlink URI.
name
java.lang.String name
- The name of the generated input field.
value
java.lang.String value
- The value of the button label.
match
java.lang.String match
- The actual value we will match against, calculated in doStartTag().
multiple
java.lang.String multiple
- Should multiple selections be allowed? Any non-null value will
trigger rendering this.
name
java.lang.String name
- The name of the bean containing our underlying property.
property
java.lang.String property
- The property name we are associated with.
size
java.lang.String size
- How many available options should be displayed when this element
is rendered?
value
java.lang.String value
- The value to compare with for marking an option selected.
property
java.lang.String property
- The name of the generated input field.
value
java.lang.String value
- The value of the button label.
name
java.lang.String name
- The name of the bean containing our underlying property.
Package org.apache.struts.taglib.bean |
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
multiple
java.lang.String multiple
- Return an array of Cookies if
multiple
is non-null.
name
java.lang.String name
- The name of the cookie whose value is to be exposed.
value
java.lang.String value
- The default value to return if no cookie of the specified name is found.
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
name
java.lang.String name
- The name of the bean owning the property to be exposed.
property
java.lang.String property
- The name of the property to be retrieved.
scope
java.lang.String scope
- The scope within which to search for the specified bean.
toScope
java.lang.String toScope
- The scope within which the newly defined bean will be creatd.
type
java.lang.String type
- The fully qualified Java class name of the value to be exposed.
value
java.lang.String value
- The (String) value to which the defined bean will be set.
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
multiple
java.lang.String multiple
- Return an array of header values if
multiple
is non-null.
name
java.lang.String name
- The name of the header whose value is to be exposed.
value
java.lang.String value
- The default value to return if no header of the specified name is found.
anchor
java.lang.String anchor
- The anchor to be added to the end of the generated hyperlink.
forward
java.lang.String forward
- The name of the global
ActionForward
that contains a
path to our requested resource.
href
java.lang.String href
- The absolute URL to the resource to be included.
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
page
java.lang.String page
- The context-relative URI of the page or servlet to be included.
transaction
boolean transaction
- Include transaction token (if any) in the hyperlink?
arg0
java.lang.String arg0
- The first optional argument.
arg1
java.lang.String arg1
- The second optional argument.
arg2
java.lang.String arg2
- The third optional argument.
arg3
java.lang.String arg3
- The fourth optional argument.
arg4
java.lang.String arg4
- The fifth optional argument.
bundle
java.lang.String bundle
- The servlet context attribute key for our resources.
key
java.lang.String key
- The message key of the message to be retrieved.
localeKey
java.lang.String localeKey
- The session scope key under which our Locale is stored.
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
property
java.lang.String property
- The name of the page context property to be retrieved.
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
multiple
java.lang.String multiple
- Return an array of parameter values if
multiple
is
non-null.
name
java.lang.String name
- The name of the parameter whose value is to be exposed.
value
java.lang.String value
- The default value to return if no parameter of the specified name is
found.
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
input
java.lang.String input
- Return an InputStream to the specified resource if this is non-null.
name
java.lang.String name
- The name of the resource whose contents are to be exposed.
collection
java.lang.Object collection
- The actual collection to be counted.
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
name
java.lang.String name
- The name of the bean owning the property to be counted.
property
java.lang.String property
- The name of the property to be retrieved.
scope
java.lang.String scope
- The scope within which to search for the specified bean.
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
formBean
java.lang.String formBean
- The name of the
ActionFormBean
object to be exposed.
forward
java.lang.String forward
- The name of the
ActionForward
object to be exposed.
mapping
java.lang.String mapping
- The name of the
ActionMapping
object to be exposed.
filter
boolean filter
- Filter the rendered output for characters that are sensitive in HTML?
ignore
boolean ignore
- Should we ignore missing beans and simply output nothing?
name
java.lang.String name
- Name of the bean that contains the data we will be rendering.
property
java.lang.String property
- Name of the property to be accessed on the specified bean.
scope
java.lang.String scope
- The scope to be searched to retrieve the specified bean.
Package org.apache.struts.taglib.html |
accept
java.lang.String accept
- Comma-delimited list of content types that a server processing this form
will handle correctly. This property is defined only for the
file
tag, but is implemented here because it affects the
rendered HTML of the corresponding <input> tag.
name
java.lang.String name
- The name of the bean containing our underlying property.
redisplay
boolean redisplay
- The "redisplay contents" flag (used only on
password
).
type
java.lang.String type
- The type of input field represented by this tag (text, password, or
hidden).
accesskey
java.lang.String accesskey
- Access key character.
tabindex
java.lang.String tabindex
- Tab index value.
onclick
java.lang.String onclick
- Mouse click event.
ondblclick
java.lang.String ondblclick
- Mouse double click event.
onmouseover
java.lang.String onmouseover
- Mouse over component event.
onmouseout
java.lang.String onmouseout
- Mouse exit component event.
onmousemove
java.lang.String onmousemove
- Mouse moved over component event.
onmousedown
java.lang.String onmousedown
- Mouse pressed on component event.
onmouseup
java.lang.String onmouseup
- Mouse released on component event.
onkeydown
java.lang.String onkeydown
- Key down in component event.
onkeyup
java.lang.String onkeyup
- Key released in component event.
onkeypress
java.lang.String onkeypress
- Key down and up together in component event.
onselect
java.lang.String onselect
- Text selected in component event.
onchange
java.lang.String onchange
- Content changed after component lost focus event.
onblur
java.lang.String onblur
- Component lost focus event.
onfocus
java.lang.String onfocus
- Component has received focus event.
disabled
boolean disabled
- Component is disabled.
readonly
boolean readonly
- Component is readonly.
style
java.lang.String style
- Style attribute associated with component.
styleClass
java.lang.String styleClass
- Named Style class associated with component.
styleId
java.lang.String styleId
- Identifier associated with component.
title
java.lang.String title
- The advisory title of this element.
cols
java.lang.String cols
- The number of character columns for this field, or negative
for no limit.
maxlength
java.lang.String maxlength
- The maximum number of characters allowed, or negative for no limit.
property
java.lang.String property
- The name of the field (and associated property) being processed.
rows
java.lang.String rows
- The number of rows for this field, or negative for no limit.
value
java.lang.String value
- The value for this field, or
null
to retrieve the
corresponding property from our associated bean.
target
java.lang.String target
- The target window for this base reference.
property
java.lang.String property
- The property name of the generated button.
text
java.lang.String text
- The body content of this tag (if any).
value
java.lang.String value
- The value of the button label.
property
java.lang.String property
- The property name of the generated button.
text
java.lang.String text
- The body content of this tag (if any).
value
java.lang.String value
- The value of the button label.
name
java.lang.String name
- The name of the bean containing our underlying property.
property
java.lang.String property
- The property name for this field.
text
java.lang.String text
- The body content of this tag (if any).
value
java.lang.String value
- The server value for this option.
bundle
java.lang.String bundle
- The servlet context attribute key for our resources.
locale
java.lang.String locale
- The session attribute key for our locale.
name
java.lang.String name
- The request attribute key for our error messages (if any).
property
java.lang.String property
- The name of the property for which error messages should be returned,
or
null
to return all errors.
action
java.lang.String action
- The action URL to which this form should be submitted, if any.
enctype
java.lang.String enctype
- The content encoding to be used on a POST submit.
focus
java.lang.String focus
- The name of the field to receive focus, if any.
method
java.lang.String method
- The request method used when submitting this form.
name
java.lang.String name
- The attribute key under which our associated bean is stored.
onreset
java.lang.String onreset
- The onReset event script.
onsubmit
java.lang.String onsubmit
- The onSubmit event script.
scope
java.lang.String scope
- The scope (request or session) under which our associated bean
is stored.
servlet
ActionServlet servlet
- The ActionServlet instance we are associated with (so that we can
initialize the
servlet
property on any form bean that
we create).
style
java.lang.String style
- The style attribute associated with this tag.
styleClass
java.lang.String styleClass
- The style class associated with this tag.
styleId
java.lang.String styleId
- The identifier associated with this tag.
target
java.lang.String target
- The window target.
type
java.lang.String type
- The Java class name of the bean to be created, if necessary.
locale
boolean locale
- Should we set the current Locale for this user if needed?
xhtml
boolean xhtml
- Are we rendering an xhtml page?
alt
java.lang.String alt
- The alternate text for this image.
altKey
java.lang.String altKey
- The message resources key for the alternate text for this image.
border
java.lang.String border
- The border size around the image.
bundle
java.lang.String bundle
- The servlet context attribute key for our resources.
locale
java.lang.String locale
- The session attribute key for our locale.
page
java.lang.String page
- The context-relative URI of the image.
pageKey
java.lang.String pageKey
- The message resources key of the context-relative URI of the image.
property
java.lang.String property
- The name attribute for the image button.
src
java.lang.String src
- The URL of this image.
srcKey
java.lang.String srcKey
- The message resources key for the URL of this image.
align
java.lang.String align
- The property to specify where to align the image.
alt
java.lang.String alt
- The alternate text to display for the image. This is used for
text based browsers and/or as a "tool-tip" for the image.
altKey
java.lang.String altKey
- The message lookup key used to look up internationalized messages.
border
java.lang.String border
- The border size around the image.
bundle
java.lang.String bundle
- The name of the servlet context attribute containing our message
resources.
height
java.lang.String height
- The image height.
hspace
java.lang.String hspace
- The horizontal spacing around the image.
imageName
java.lang.String imageName
- The image name for named images.
ismap
java.lang.String ismap
- Server-side image map declaration.
locale
java.lang.String locale
- The name of the attribute containing the Locale to be used for
looking up internationalized messages.
lowsrc
java.lang.String lowsrc
- The low resolution image source URI.
name
java.lang.String name
- The JSP bean name for query parameters.
page
java.lang.String page
- The context-relative path, starting with a slash character, of the
image to be displayed by this rendered tag.
pageKey
java.lang.String pageKey
- The message resources key under which we should look up the
page
attribute for this generated tag, if any.
paramId
java.lang.String paramId
- In situations where an image is dynamically generated (such as to create
a chart graph), this specifies the single-parameter request parameter
name to generate.
paramName
java.lang.String paramName
- The single-parameter JSP bean name.
paramProperty
java.lang.String paramProperty
- The single-parameter JSP bean property.
paramScope
java.lang.String paramScope
- The single-parameter JSP bean scope.
property
java.lang.String property
- The JSP bean property name for query parameters.
scope
java.lang.String scope
- The scope of the bean specified by the name property, if any.
src
java.lang.String src
- The image source URI.
srcKey
java.lang.String srcKey
- The message resources key under which we should look up the
src
attribute for this generated tag, if any.
usemap
java.lang.String usemap
- Client-side image map declaration.
vspace
java.lang.String vspace
- The vertical spacing around the image.
width
java.lang.String width
- The image width.
text
java.lang.String text
- The body content of this tag (if any).
anchor
java.lang.String anchor
- The anchor to be added to the end of the generated hyperlink.
forward
java.lang.String forward
- The logical forward name from which to retrieve the hyperlink URI.
href
java.lang.String href
- The hyperlink URI.
linkName
java.lang.String linkName
- The link name for named links.
name
java.lang.String name
- The JSP bean name for query parameters.
page
java.lang.String page
- The context-relative page URL (beginning with a slash) to which
this hyperlink will be rendered.
paramId
java.lang.String paramId
- The single-parameter request parameter name to generate.
paramName
java.lang.String paramName
- The single-parameter JSP bean name.
paramProperty
java.lang.String paramProperty
- The single-parameter JSP bean property.
paramScope
java.lang.String paramScope
- The single-parameter JSP bean scope.
property
java.lang.String property
- The JSP bean property name for query parameters.
scope
java.lang.String scope
- The scope of the bean specified by the name property, if any.
target
java.lang.String target
- The window target.
transaction
boolean transaction
- Include transaction token (if any) in the hyperlink?
constant
java.lang.String constant
- The constant String value to be returned when this checkbox is
selected and the form is submitted.
name
java.lang.String name
- The name of the bean containing our underlying property.
property
java.lang.String property
- The property name for this field.
value
java.lang.String value
- The value which will mark this checkbox as "checked" if present
in the array returned by our property getter.
collection
java.lang.String collection
- The name of the collection containing beans that have properties to
provide both the values and the labels (identified by the
property
and labelProperty
attributes).
labelName
java.lang.String labelName
- The name of the bean containing the labels collection.
labelProperty
java.lang.String labelProperty
- The bean property containing the labels collection.
name
java.lang.String name
- The name of the bean containing the values collection.
property
java.lang.String property
- The name of the property to use to build the values collection.
text
java.lang.String text
- The message text to be displayed to the user for this tag (if any)
bundle
java.lang.String bundle
- The name of the servlet context attribute containing our message
resources.
disabled
boolean disabled
- Is this option disabled?
key
java.lang.String key
- The key used to look up the text displayed to the user for this
option, if any.
locale
java.lang.String locale
- The name of the attribute containing the Locale to be used for
looking up internationalized messages.
value
java.lang.String value
- The server value for this option, also used to match against the
current property value to determine whether this option should be
marked as selected.
name
java.lang.String name
- The name of the bean containing our underlying property.
property
java.lang.String property
- The property name for this field.
text
java.lang.String text
- The body content of this tag (if any).
value
java.lang.String value
- The server value for this option.
name
java.lang.String name
- The name of the generated input field.
text
java.lang.String text
- The body content of this tag (if any).
value
java.lang.String value
- The value of the button label.
match
java.lang.String[] match
- The actual values we will match against, calculated in doStartTag().
multiple
java.lang.String multiple
- Should multiple selections be allowed? Any non-null value will
trigger rendering this.
name
java.lang.String name
- The name of the bean containing our underlying property.
property
java.lang.String property
- The property name we are associated with.
saveBody
java.lang.String saveBody
- The saved body content of this tag.
size
java.lang.String size
- How many available options should be displayed when this element
is rendered?
value
java.lang.String value
- The value to compare with for marking an option selected.
property
java.lang.String property
- The name of the generated input field.
text
java.lang.String text
- The body content of this tag (if any).
value
java.lang.String value
- The value of the button label.
name
java.lang.String name
- The name of the bean containing our underlying property.
Package org.apache.struts.taglib.logic |
value
java.lang.String value
- The value to which the variable specified by other attributes of this
tag will be compared.
cookie
java.lang.String cookie
- The name of the cookie to be used as a variable.
header
java.lang.String header
- The name of the HTTP request header to be used as a variable.
name
java.lang.String name
- The name of the JSP bean to be used as a variable (if
property
is not specified), or whose property is to be
accessed (if property
is specified).
parameter
java.lang.String parameter
- The name of the HTTP request parameter to be used as a variable.
property
java.lang.String property
- The name of the bean property to be used as a variable.
role
java.lang.String role
- The name of the security role to be checked for.
scope
java.lang.String scope
- The scope to search for the bean named by the name property, or
"any scope" if null.
user
java.lang.String user
- The user principal name to be checked for.
name
java.lang.String name
- The logical name of the
ActionForward
entry to be
looked up.
iterator
java.util.Iterator iterator
- Iterator of the elements of this collection, while we are actually
running.
lengthCount
int lengthCount
- The number of elements we have already rendered.
lengthValue
int lengthValue
- The actual length value (calculated in the start tag).
offsetValue
int offsetValue
- The actual offset value (calculated in the start tag).
started
boolean started
- Has this tag instance been started?
collection
java.lang.Object collection
- The collection over which we will be iterating.
id
java.lang.String id
- The name of the scripting variable to be exposed.
indexId
java.lang.String indexId
- The name of the scripting variable to be exposed as the current index.
length
java.lang.String length
- The length value or attribute name (<=0 means no limit).
name
java.lang.String name
- The name of the collection or owning bean.
offset
java.lang.String offset
- The starting offset (zero relative).
property
java.lang.String property
- The property name containing the collection.
scope
java.lang.String scope
- The scope of the bean specified by the name property, if any.
type
java.lang.String type
- The Java class of each exposed element of the collection.
location
java.lang.String location
- The location where the match must exist (
start
or
end
), or null
for anywhere.
value
java.lang.String value
- The value to which the variable specified by other attributes of this
tag will be matched.
anchor
java.lang.String anchor
- The anchor to be added to the end of the generated hyperlink.
forward
java.lang.String forward
- The logical forward name from which to retrieve the redirect URI.
href
java.lang.String href
- The redirect URI.
name
java.lang.String name
- The JSP bean name for query parameters.
page
java.lang.String page
- The context-relative page URL (beginning with a slash) to which
this redirect will be rendered.
paramId
java.lang.String paramId
- The single-parameter request parameter name to generate.
paramName
java.lang.String paramName
- The single-parameter JSP bean name.
paramProperty
java.lang.String paramProperty
- The single-parameter JSP bean property.
paramScope
java.lang.String paramScope
- The single-parameter JSP bean scope.
property
java.lang.String property
- The JSP bean property name for query parameters.
scope
java.lang.String scope
- The scope of the bean specified by the name property, if any.
transaction
boolean transaction
- Include our transaction control token?
Package org.apache.struts.taglib.template |
flush
boolean flush
- Should we flush before including this text?
name
java.lang.String name
- The name of the content that this tag includes (or prints).
role
java.lang.String role
- The role that the user must be in to retrieve content.
map
ContentMap map
- Each insert tag has a map of content.
template
java.lang.String template
- The URI of the template.
name
java.lang.String name
- The content's name.
role
java.lang.String role
- The role that the user must be in to store content.
content
java.lang.String content
- The content's URI (or text).
direct
java.lang.String direct
- Determines whether content is included (false) or printed (true).
Content is included (false) by default.
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-2001 - Apache Software Foundation