Serialized Form


Package org.apache.struts.taglib.bean

Class org.apache.struts.taglib.bean.CookieTag extends javax.servlet.jsp.tagext.TagSupport 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 extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

body

java.lang.String body
The body content of this tag (if any).


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 extends javax.servlet.jsp.tagext.TagSupport 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 extends javax.servlet.jsp.tagext.TagSupport 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?


useLocalEncoding

boolean useLocalEncoding

Class org.apache.struts.taglib.bean.MessageTag extends javax.servlet.jsp.tagext.TagSupport 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.


name

java.lang.String name
Name of the bean that contains the message key.


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.


localeKey

java.lang.String localeKey
The session scope key under which our Locale is stored.

Class org.apache.struts.taglib.bean.PageTag extends javax.servlet.jsp.tagext.TagSupport 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 extends javax.servlet.jsp.tagext.TagSupport 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 extends javax.servlet.jsp.tagext.TagSupport 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 module-relative URI of the resource whose contents are to be exposed.

Class org.apache.struts.taglib.bean.SizeTag extends javax.servlet.jsp.tagext.TagSupport 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 extends javax.servlet.jsp.tagext.TagSupport 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 extends javax.servlet.jsp.tagext.TagSupport 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.


formatStr

java.lang.String formatStr
The format string to be used as format to convert value to String.


formatKey

java.lang.String formatKey
The key to search format string in applciation resources


localeKey

java.lang.String localeKey
The session scope key under which our Locale is stored.


bundle

java.lang.String bundle
The servlet context attribute key for our resources.


Package org.apache.struts.taglib.html

Class org.apache.struts.taglib.html.BaseFieldTag extends BaseInputTag 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.


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 extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

accesskey

java.lang.String accesskey
Access key character.


tabindex

java.lang.String tabindex
Tab index value.


indexed

boolean indexed
Whether to created indexed names for fields

Since:
Struts 1.1

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.


doDisabled

boolean doDisabled
Indicates whether 'disabled' is a valid attribute


readonly

boolean readonly
Component is readonly.


doReadonly

boolean doReadonly

Indicates whether 'readonly' is a valid attribute.

According to the HTML 4.0 Specification <readonly> is valid for <input type="text">, <input type="password"> and <textarea"> elements. Therefore, except for those tags this value is set to false.


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.


errorKey

java.lang.String errorKey
The request attribute key for our error messages (if any).


errorStyle

java.lang.String errorStyle
Style attribute associated with component when errors exist.


errorStyleClass

java.lang.String errorStyleClass
Named Style class associated with component when errors exist.


errorStyleId

java.lang.String errorStyleId
Identifier associated with component when errors exist.


alt

java.lang.String alt
The alternate text of this element.


altKey

java.lang.String altKey
The message resources key of the alternate text.


bundle

java.lang.String bundle
The name of the message resources bundle for message lookups.


locale

java.lang.String locale
The name of the session attribute key for our locale.


title

java.lang.String title
The advisory title of this element.


lang

java.lang.String lang
The language code of this element.


dir

java.lang.String dir
The direction for weak/neutral text of this element.


titleKey

java.lang.String titleKey
The message resources key of the advisory title.


loopTagClass

java.lang.Class<T> loopTagClass

loopTagGetStatus

java.lang.reflect.Method loopTagGetStatus

loopTagStatusClass

java.lang.Class<T> loopTagStatusClass

loopTagStatusGetIndex

java.lang.reflect.Method loopTagStatusGetIndex

triedJstlInit

boolean triedJstlInit

triedJstlSuccess

boolean triedJstlSuccess

Class org.apache.struts.taglib.html.BaseInputTag extends BaseHandlerTag 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.


name

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

Class org.apache.struts.taglib.html.BaseTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

REF_SITE

java.lang.String REF_SITE

REF_PAGE

java.lang.String REF_PAGE

server

java.lang.String server
The server name to use instead of request.getServerName().


target

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


ref

java.lang.String ref
The reference to which the base will created.

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

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

Class org.apache.struts.taglib.html.CheckboxTag extends BaseHandlerTag 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 extends javax.servlet.jsp.tagext.TagSupport 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.


header

java.lang.String header
The message resource key for errors header.


footer

java.lang.String footer
The message resource key for errors footer.


prefix

java.lang.String prefix
The message resource key for errors prefix.


suffix

java.lang.String suffix
The message resource key for errors suffix.

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

Class org.apache.struts.taglib.html.FormTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

action

java.lang.String action
The action URL to which this form should be submitted, if any.


postbackAction

java.lang.String postbackAction
A postback action URL to which this form should be submitted, if any.


moduleConfig

org.apache.struts.config.ModuleConfig moduleConfig
The module configuration for our module.


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.


focusIndex

java.lang.String focusIndex
The index in the focus field array to receive focus. This only applies if the field given in the focus attribute is actually an array of fields. This allows a specific field in a radio button array to receive focus while still allowing indexed field names like "myRadioButtonField[1]" to be passed in the focus attribute.

Since:
Struts 1.1

mapping

org.apache.struts.action.ActionMapping mapping
The ActionMapping defining where we will be submitting this form


method

java.lang.String method
The request method used when submitting this form.


onreset

java.lang.String onreset
The onReset event script.


onsubmit

java.lang.String onsubmit
The onSubmit event script.


scriptLanguage

boolean scriptLanguage
Include language attribute in the focus script's <script> element. This property is ignored in XHTML mode.

Since:
Struts 1.2

servlet

org.apache.struts.action.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.


beanName

java.lang.String beanName
The name of the form bean to (create and) use. This is either the same as the 'name' attribute, if that was specified, or is obtained from the associated ActionMapping otherwise.


beanScope

java.lang.String beanScope
The scope of the form bean to (create and) use. This is either the same as the 'scope' attribute, if that was specified, or is obtained from the associated ActionMapping otherwise.


beanType

java.lang.String beanType
The type of the form bean to (create and) use. This is either the same as the 'type' attribute, if that was specified, or is obtained from the associated ActionMapping otherwise.


acceptCharset

java.lang.String acceptCharset
The list of character encodings for input data that the server should accept.


disabled

boolean disabled
Controls whether child controls should be 'disabled'.


readonly

boolean readonly
Controls whether child controls should be 'readonly'.


lang

java.lang.String lang
The language code of this element.


dir

java.lang.String dir
The direction for weak/neutral text of this element.

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

Serialized Fields

frameborder

java.lang.String frameborder
The frameborder attribute that should be rendered (1, 0).


frameName

java.lang.String frameName
The name attribute that should be rendered for this frame.


longdesc

java.lang.String longdesc
URI of a long description of this frame (complements title).


marginheight

java.lang.Integer marginheight
The margin height in pixels, or zero for no setting.


marginwidth

java.lang.Integer marginwidth
The margin width in pixels, or null for no setting.


noresize

boolean noresize
Should users be disallowed to resize the frame?


scrolling

java.lang.String scrolling
What type of scrolling should be supported (yes, no, auto)?

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

Serialized Fields

write

boolean write
Should the value of this field also be rendered to the response?

Class org.apache.struts.taglib.html.HtmlTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

xhtml

boolean xhtml
Are we rendering an xhtml page?


lang

boolean lang
Are we rendering a lang attribute?

Since:
Struts 1.2

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

Serialized Fields

align

java.lang.String align
The alignment for this image.


border

java.lang.String border
The border size around the image.


page

java.lang.String page
The module-relative URI of the image.


pageKey

java.lang.String pageKey
The message resources key of the module-relative URI of the image.


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.


module

java.lang.String module
The module prefix (beginning with a slash) which will be used to find the action for this link.

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

Serialized Fields

align

java.lang.String align
The property to specify where to align the image.


border

java.lang.String border
The border size around the image.


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.


name

java.lang.String name
The JSP bean name for query parameters.


page

java.lang.String page
The module-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.


action

java.lang.String action
The module-relative action (beginning with a slash) which will be used as the source for this image.


module

java.lang.String module
The module prefix (beginning with a slash) which will be used to find the action for this link.


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.


useLocalEncoding

boolean useLocalEncoding

Class org.apache.struts.taglib.html.JavascriptValidatorTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

bundle

java.lang.String bundle
The servlet context attribute key for our resources.


formName

java.lang.String formName
The name of the form that corresponds with the action name in struts-config.xml. Specifying a form name places a <script> </script> around the javascript.


jsFormName

java.lang.String jsFormName
formName is used for both Javascript and non-javascript validations. For the javascript validations, there is the possibility that we will be rewriting the formName (if it is a ValidatorActionForm instead of just a ValidatorForm) so we need another variable to hold the formName just for javascript usage.


page

int page
The current page number of a multi-part form. Only valid when the formName attribute is set.


methodName

java.lang.String methodName
This will be used as is for the JavaScript validation method name if it has a value. This is the method name of the main JavaScript method that the form calls to perform validations.


scriptLanguage

boolean scriptLanguage
Include language attribute in the <script> element. This property is ignored in XHTML mode.

Since:
Struts 1.2

staticJavascript

java.lang.String staticJavascript
The static JavaScript methods will only be printed if this is set to "true".


dynamicJavascript

java.lang.String dynamicJavascript
The dynamic JavaScript objects will only be generated if this is set to "true".


src

java.lang.String src
The src attribute for html script element (used to include an external script resource). The src attribute is only recognized when the formName attribute is specified.


htmlComment

java.lang.String htmlComment
The JavaScript methods will enclosed with html comments if this is set to "true".


cdata

java.lang.String cdata
Hide JavaScript methods in a CDATA section for XHTML when "true".

Class org.apache.struts.taglib.html.LinkTag extends BaseHandlerTag 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.

Usage note: If a forward config is used in a hyperlink, and a module is specified, the path must lead to another action and not directly to a page. This is in keeping with rule that in a modular application all links must be to an action rather than a page.


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 module-relative page URL (beginning with a slash) to which this hyperlink will be rendered.


action

java.lang.String action
The module-relative action (beginning with a slash) which will be called by this link


module

java.lang.String module
The module prefix (beginning with a slash) which will be used to find the action for this link.


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?


parameters

java.util.Map<K,V> parameters
Additional parameters included programatically.


indexId

java.lang.String indexId
Name of parameter to generate to hold index number


useLocalEncoding

boolean useLocalEncoding

Class org.apache.struts.taglib.html.MessagesTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

iterator

java.util.Iterator<E> iterator
Iterator of the elements of this error collection, while we are actually running.


processed

boolean processed
Whether or not any error messages have been processed.


id

java.lang.String id
The name of the scripting variable to be exposed.


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.


header

java.lang.String header
The message resource key for errors header.


footer

java.lang.String footer
The message resource key for errors footer.


message

java.lang.String message
If this is set to 'true', then the Globals.MESSAGE_KEY will be used to retrieve the messages from scope.

Class org.apache.struts.taglib.html.MultiboxTag extends BaseHandlerTag 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.OptionsCollectionTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

filter

boolean filter
Should the label values be filtered for HTML sensitive characters?


label

java.lang.String label
The name of the bean property containing the label.


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.


style

java.lang.String style
The style associated with this tag.


styleClass

java.lang.String styleClass
The named style class associated with this tag.


value

java.lang.String value
The name of the bean property containing the value.

Class org.apache.struts.taglib.html.OptionsTag extends javax.servlet.jsp.tagext.TagSupport 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).


filter

boolean filter
Should the label values be filtered for HTML sensitive characters?


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.


style

java.lang.String style
The style associated with this tag.


styleClass

java.lang.String styleClass
The named style class associated with this tag.

Class org.apache.struts.taglib.html.OptionTag extends javax.servlet.jsp.tagext.BodyTagSupport 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?


filter

boolean filter
Should the label be filtered for HTML sensitive characters?


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.


style

java.lang.String style
The style associated with this tag.


styleClass

java.lang.String styleClass
The named style class associated with this tag.


styleId

java.lang.String styleId
The identifier associated with this tag.


lang

java.lang.String lang
The language code of this element.


dir

java.lang.String dir
The direction for weak/neutral text of this element.


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.ParamTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

name

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


value

java.lang.String value
The value of the query parameter or body content of this tag (if any).

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

Class org.apache.struts.taglib.html.RadioTag extends BaseHandlerTag 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.


idName

java.lang.String idName
Name of the bean (in some scope) that will return the value of the radio tag.

If an iterator is used to render a series of radio tags, this field may be used to specify the name of the bean exposed by the iterator. In this case, the value attribute is used as the name of a property on the idName bean that returns the value of the radio tag in this iteration.

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

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

Class org.apache.struts.taglib.html.SelectTag extends BaseHandlerTag 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 extends BaseHandlerTag 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 extends BaseInputTag implements Serializable

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

Class org.apache.struts.taglib.html.XhtmlTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable


Package org.apache.struts.taglib.logic

Class org.apache.struts.taglib.logic.CompareTagBase extends ConditionalTagBase 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 extends javax.servlet.jsp.tagext.TagSupport 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.EmptyTag extends ConditionalTagBase implements Serializable

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

Class org.apache.struts.taglib.logic.ForwardTag extends javax.servlet.jsp.tagext.TagSupport 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 extends CompareTagBase implements Serializable

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

Class org.apache.struts.taglib.logic.IterateTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

iterator

java.util.Iterator<E> 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 extends CompareTagBase implements Serializable

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

Class org.apache.struts.taglib.logic.MatchTag extends ConditionalTagBase 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.MessagesNotPresentTag extends MessagesPresentTag implements Serializable

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

Serialized Fields

message

java.lang.String message
If this is set to 'true', then the Globals.MESSAGE_KEY will be used to retrieve the messages from scope.

Class org.apache.struts.taglib.logic.NotEmptyTag extends EmptyTag implements Serializable

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

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

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

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

Class org.apache.struts.taglib.logic.RedirectTag extends javax.servlet.jsp.tagext.TagSupport 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 module-relative page URL (beginning with a slash) to which this redirect will be rendered.


action

java.lang.String action
The module-relative action (beginning with a slash) which will be called by this link


module

java.lang.String module
The module prefix (beginning with a slash) which will be used to find the action for this link.


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?


useLocalEncoding

boolean useLocalEncoding
Use character encoding from ServletResponse#getCharacterEncoding to get bytes of the url string for urlencoding?


Package org.apache.struts.taglib.nested

Class org.apache.struts.taglib.nested.NestedPropertyTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

property

java.lang.String property

originalNest

java.lang.String originalNest

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.NestedReference extends java.lang.Object implements Serializable

Serialized Fields

beanName

java.lang.String beanName

property

java.lang.String property

Class org.apache.struts.taglib.nested.NestedRootTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

name

java.lang.String name

originalName

java.lang.String originalName

originalNesting

java.lang.String originalNesting

originalNestingName

java.lang.String originalNestingName

Class org.apache.struts.taglib.nested.NestedWriteNestingTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

filter

boolean filter

property

java.lang.String property

id

java.lang.String id

originalProperty

java.lang.String originalProperty

Package org.apache.struts.taglib.nested.bean

Class org.apache.struts.taglib.nested.bean.NestedDefineTag extends DefineTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.bean.NestedMessageTag extends MessageTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.bean.NestedSizeTag extends SizeTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.bean.NestedWriteTag extends WriteTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Package org.apache.struts.taglib.nested.html

Class org.apache.struts.taglib.nested.html.NestedCheckboxTag extends CheckboxTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.html.NestedErrorsTag extends ErrorsTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.html.NestedFileTag extends FileTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.html.NestedFormTag extends FormTag implements Serializable

Serialized Fields

name

java.lang.String name
The name


originalNesting

java.lang.String originalNesting

originalNestingName

java.lang.String originalNestingName

Class org.apache.struts.taglib.nested.html.NestedHiddenTag extends HiddenTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.html.NestedImageTag extends ImageTag implements Serializable

Serialized Fields

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.html.NestedImgTag extends ImgTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.html.NestedLinkTag extends LinkTag implements Serializable

Serialized Fields

origName

java.lang.String origName

origProperty

java.lang.String origProperty

origParamProperty

java.lang.String origParamProperty

Class org.apache.struts.taglib.nested.html.NestedMessagesTag extends MessagesTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.html.NestedMultiboxTag extends MultiboxTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.html.NestedOptionsCollectionTag extends OptionsCollectionTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.html.NestedOptionsTag extends OptionsTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

originalLabelProperty

java.lang.String originalLabelProperty

Class org.apache.struts.taglib.nested.html.NestedPasswordTag extends PasswordTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.html.NestedRadioTag extends RadioTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.html.NestedSelectTag extends SelectTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.html.NestedSubmitTag extends SubmitTag implements Serializable

Serialized Fields

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.html.NestedTextareaTag extends TextareaTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.html.NestedTextTag extends TextTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Package org.apache.struts.taglib.nested.logic

Class org.apache.struts.taglib.nested.logic.NestedEmptyTag extends EmptyTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.logic.NestedEqualTag extends EqualTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.logic.NestedGreaterEqualTag extends GreaterEqualTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.logic.NestedGreaterThanTag extends GreaterThanTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.logic.NestedIterateTag extends IterateTag implements Serializable

Serialized Fields

nesting

java.lang.String nesting

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

originalNesting

java.lang.String originalNesting

originalNestingName

java.lang.String originalNestingName

Class org.apache.struts.taglib.nested.logic.NestedLessEqualTag extends LessEqualTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.logic.NestedLessThanTag extends LessThanTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.logic.NestedMatchTag extends MatchTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.logic.NestedMessagesNotPresentTag extends MessagesNotPresentTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.logic.NestedMessagesPresentTag extends MessagesPresentTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.logic.NestedNotEmptyTag extends NotEmptyTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.logic.NestedNotEqualTag extends NotEqualTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.logic.NestedNotMatchTag extends NotMatchTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.logic.NestedNotPresentTag extends NotPresentTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty

Class org.apache.struts.taglib.nested.logic.NestedPresentTag extends PresentTag implements Serializable

Serialized Fields

originalName

java.lang.String originalName

originalProperty

java.lang.String originalProperty



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.