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.ActionServlet implements Serializable

Serialized Fields

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

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

Class org.apache.struts.taglib.BaseAttributeTag implements Serializable

Serialized Fields

name

java.lang.String name
The name of the attribute being tested.

scope

java.lang.String scope
The scope of the attribute being tested.

Class org.apache.struts.taglib.BaseFieldTag implements Serializable

Serialized Fields

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).

Class org.apache.struts.taglib.BaseHandlerTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.BaseInputTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.BaseTag implements Serializable

Class org.apache.struts.taglib.ButtonTag implements Serializable

Serialized Fields

property

java.lang.String property
The property name of the generated button.

value

java.lang.String value
The value of the button label.

Class org.apache.struts.taglib.CancelTag implements Serializable

Serialized Fields

property

java.lang.String property
The property name of the generated button.

value

java.lang.String value
The value of the button label.

Class org.apache.struts.taglib.CheckboxTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.EncodeRedirectURLTag implements Serializable

Serialized Fields

url

java.lang.String url
The URL to be encoded.

Class org.apache.struts.taglib.EncodeURLTag implements Serializable

Serialized Fields

url

java.lang.String url
The URL to be encoded.

Class org.apache.struts.taglib.EnumerateTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.ErrorsTag implements Serializable

Serialized Fields

name

java.lang.String name
Name of the request scope attribute containing our error messages, if any.

Class org.apache.struts.taglib.FileTag implements Serializable

Class org.apache.struts.taglib.FormTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.ForwardTag implements Serializable

Serialized Fields

name

java.lang.String name
The logical name of the global ActionForward we will look up

Class org.apache.struts.taglib.GetPropertyTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.HiddenTag implements Serializable

Class org.apache.struts.taglib.HtmlPropertyTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.IfAttributeExistsTag implements Serializable

Class org.apache.struts.taglib.IfAttributeMissingTag implements Serializable

Class org.apache.struts.taglib.IfParameterEqualsTag implements Serializable

Serialized Fields

name

java.lang.String name
The name of the parameter being compared.

value

java.lang.String value
The value to compare this parameter to.

Class org.apache.struts.taglib.IfParameterNotEqualsTag implements Serializable

Serialized Fields

name

java.lang.String name
The name of the parameter being compared.

value

java.lang.String value
The value to compare this parameter to.

Class org.apache.struts.taglib.IfParameterNotNullTag implements Serializable

Serialized Fields

name

java.lang.String name
The name of the parameter being compared.

Class org.apache.struts.taglib.IfParameterNullTag implements Serializable

Serialized Fields

name

java.lang.String name
The name of the parameter being compared.

Class org.apache.struts.taglib.IfPropertyEqualsTag implements Serializable

Serialized Fields

property

java.lang.String property
The name of the property to get.

value

java.lang.String value
The value to compare to.

Class org.apache.struts.taglib.IfPropertyNotEqualsTag implements Serializable

Serialized Fields

property

java.lang.String property
The name of the property to get.

value

java.lang.String value
The value to compare to.

Class org.apache.struts.taglib.IncludeTag implements Serializable

Serialized Fields

name

java.lang.String name
The logical name of the global ActionForward we will look up

Class org.apache.struts.taglib.IterateTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.Link1Tag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.LinkTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.MessageTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.MultiboxTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.Options1Tag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.OptionsTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.OptionTag implements Serializable

Serialized Fields

value

java.lang.String value
The server value for this option.

Class org.apache.struts.taglib.ParameterTag implements Serializable

Serialized Fields

name

java.lang.String name
The name of the desired parameter.

Class org.apache.struts.taglib.PasswordTag implements Serializable

Class org.apache.struts.taglib.PropertyTag implements Serializable

Serialized Fields

name

java.lang.String name
The name of the bean containing our underlying property.

Class org.apache.struts.taglib.RadioTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.RedirectTag implements Serializable

Serialized Fields

href

java.lang.String href
The hyperlink URI.

Class org.apache.struts.taglib.ResetTag implements Serializable

Serialized Fields

name

java.lang.String name
The name of the generated input field.

value

java.lang.String value
The value of the button label.

Class org.apache.struts.taglib.SelectTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.SubmitTag implements Serializable

Serialized Fields

property

java.lang.String property
The name of the generated input field.

value

java.lang.String value
The value of the button label.

Class org.apache.struts.taglib.TextareaTag implements Serializable

Serialized Fields

name

java.lang.String name
The name of the bean containing our underlying property.

Class org.apache.struts.taglib.TextTag implements Serializable


Package org.apache.struts.taglib.bean

Class org.apache.struts.taglib.bean.CookieTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.bean.DefineTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.bean.HeaderTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.bean.IncludeTag implements Serializable

Serialized Fields

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?

Class org.apache.struts.taglib.bean.MessageTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.bean.PageTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.bean.ParameterTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.bean.ResourceTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.bean.SizeTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.bean.StrutsTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.bean.WriteTag implements Serializable

Serialized Fields

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

Class org.apache.struts.taglib.html.BaseFieldTag implements Serializable

Serialized Fields

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).

Class org.apache.struts.taglib.html.BaseHandlerTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.html.BaseInputTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.html.BaseTag implements Serializable

Serialized Fields

target

java.lang.String target
The target window for this base reference.

Class org.apache.struts.taglib.html.ButtonTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.html.CancelTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.html.CheckboxTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.html.ErrorsTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.html.FileTag implements Serializable

Class org.apache.struts.taglib.html.FormTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.html.HiddenTag implements Serializable

Class org.apache.struts.taglib.html.HtmlTag implements Serializable

Serialized Fields

locale

boolean locale
Should we set the current Locale for this user if needed?

xhtml

boolean xhtml
Are we rendering an xhtml page?

Class org.apache.struts.taglib.html.ImageTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.html.ImgTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.html.LinkTag implements Serializable

Serialized Fields

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?

Class org.apache.struts.taglib.html.MultiboxTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.html.OptionsTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.html.OptionTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.html.PasswordTag implements Serializable

Class org.apache.struts.taglib.html.RadioTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.html.ResetTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.html.RewriteTag implements Serializable

Class org.apache.struts.taglib.html.SelectTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.html.SubmitTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.html.TextareaTag implements Serializable

Serialized Fields

name

java.lang.String name
The name of the bean containing our underlying property.

Class org.apache.struts.taglib.html.TextTag implements Serializable


Package org.apache.struts.taglib.logic

Class org.apache.struts.taglib.logic.CompareTagBase implements Serializable

Serialized Fields

value

java.lang.String value
The value to which the variable specified by other attributes of this tag will be compared.

Class org.apache.struts.taglib.logic.ConditionalTagBase implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.logic.EqualTag implements Serializable

Class org.apache.struts.taglib.logic.ForwardTag implements Serializable

Serialized Fields

name

java.lang.String name
The logical name of the ActionForward entry to be looked up.

Class org.apache.struts.taglib.logic.GreaterEqualTag implements Serializable

Class org.apache.struts.taglib.logic.GreaterThanTag implements Serializable

Class org.apache.struts.taglib.logic.IterateTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.logic.LessEqualTag implements Serializable

Class org.apache.struts.taglib.logic.LessThanTag implements Serializable

Class org.apache.struts.taglib.logic.MatchTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.logic.NotEqualTag implements Serializable

Class org.apache.struts.taglib.logic.NotMatchTag implements Serializable

Class org.apache.struts.taglib.logic.NotPresentTag implements Serializable

Class org.apache.struts.taglib.logic.PresentTag implements Serializable

Class org.apache.struts.taglib.logic.RedirectTag implements Serializable

Serialized Fields

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

Class org.apache.struts.taglib.template.GetTag implements Serializable

Serialized Fields

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.

Class org.apache.struts.taglib.template.InsertTag implements Serializable

Serialized Fields

map

ContentMap map
Each insert tag has a map of content.

template

java.lang.String template
The URI of the template.

Class org.apache.struts.taglib.template.PutTag implements Serializable

Serialized Fields

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

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-2001 - Apache Software Foundation