Serialized Form
-
Package org.apache.struts.taglib.bean
-
Class org.apache.struts.taglib.bean.CookieTag
class CookieTag extends TagSupport implements Serializable- serialVersionUID:
- 8294387396934425648L
-
Serialized Fields
-
id
String id
The name of the scripting variable that will be exposed as a page scope attribute. -
multiple
String multiple
Return an array of Cookies ifmultiple
is non-null. -
name
String name
The name of the cookie whose value is to be exposed. -
value
String value
The default value to return if no cookie of the specified name is found.
-
-
Class org.apache.struts.taglib.bean.DefineTag
class DefineTag extends BodyTagSupport implements Serializable- serialVersionUID:
- -4615510039410385921L
-
Serialized Fields
-
body
String body
The body content of this tag (if any). -
id
String id
The name of the scripting variable that will be exposed as a page scope attribute. -
name
String name
The name of the bean owning the property to be exposed. -
property
String property
The name of the property to be retrieved. -
scope
String scope
The scope within which to search for the specified bean. -
toScope
String toScope
The scope within which the newly defined bean will be creatd. -
type
String type
The fully qualified Java class name of the value to be exposed. -
value
String value
The (String) value to which the defined bean will be set.
-
-
Class org.apache.struts.taglib.bean.HeaderTag
class HeaderTag extends TagSupport implements Serializable- serialVersionUID:
- -1858141385102293698L
-
Serialized Fields
-
id
String id
The name of the scripting variable that will be exposed as a page scope attribute. -
multiple
String multiple
Return an array of header values ifmultiple
is non-null. -
name
String name
The name of the header whose value is to be exposed. -
value
String value
The default value to return if no header of the specified name is found.
-
-
Class org.apache.struts.taglib.bean.IncludeTag
class IncludeTag extends TagSupport implements Serializable- serialVersionUID:
- 7506510616296363473L
-
Serialized Fields
-
anchor
String anchor
The anchor to be added to the end of the generated hyperlink. -
forward
String forward
The name of the globalActionForward
that contains a path to our requested resource. -
href
String href
The absolute URL to the resource to be included. -
id
String id
The name of the scripting variable that will be exposed as a page scope attribute. -
page
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
class MessageTag extends TagSupport implements Serializable- serialVersionUID:
- -7079614664108381469L
-
Serialized Fields
-
arg0
String arg0
The first optional argument. -
arg1
String arg1
The second optional argument. -
arg2
String arg2
The third optional argument. -
arg3
String arg3
The fourth optional argument. -
arg4
String arg4
The fifth optional argument. -
bundle
String bundle
The servlet context attribute key for our resources. -
key
String key
The message key of the message to be retrieved. -
localeKey
String localeKey
The session scope key under which our Locale is stored. -
name
String name
Name of the bean that contains the message key. -
property
String property
Name of the property to be accessed on the specified bean. -
scope
String scope
The scope to be searched to retrieve the specified bean.
-
-
Class org.apache.struts.taglib.bean.PageTag
class PageTag extends TagSupport implements Serializable- serialVersionUID:
- -2282932037238749018L
-
Class org.apache.struts.taglib.bean.ParameterTag
class ParameterTag extends TagSupport implements Serializable- serialVersionUID:
- -3980455390796879785L
-
Serialized Fields
-
id
String id
The name of the scripting variable that will be exposed as a page scope attribute. -
multiple
String multiple
Return an array of parameter values ifmultiple
is non-null. -
name
String name
The name of the parameter whose value is to be exposed. -
value
String value
The default value to return if no parameter of the specified name is found.
-
-
Class org.apache.struts.taglib.bean.ResourceTag
class ResourceTag extends TagSupport implements Serializable- serialVersionUID:
- -2393578665475166929L
-
Class org.apache.struts.taglib.bean.SizeTag
class SizeTag extends TagSupport implements Serializable- serialVersionUID:
- 5127140862877418975L
-
Serialized Fields
-
collection
Object collection
The actual collection to be counted. -
id
String id
The name of the scripting variable that will be exposed as a page scope attribute. -
name
String name
The name of the bean owning the property to be counted. -
property
String property
The name of the property to be retrieved. -
scope
String scope
The scope within which to search for the specified bean.
-
-
Class org.apache.struts.taglib.bean.StrutsTag
class StrutsTag extends TagSupport implements Serializable- serialVersionUID:
- 2390431092925036286L
-
Serialized Fields
-
formBean
String formBean
The name of theActionFormBean
object to be exposed. -
forward
String forward
The name of theActionForward
object to be exposed. -
id
String id
The name of the scripting variable that will be exposed as a page scope attribute. -
mapping
String mapping
The name of theActionMapping
object to be exposed.
-
-
Class org.apache.struts.taglib.bean.WriteTag
class WriteTag extends TagSupport implements Serializable- serialVersionUID:
- 9063011151700733307L
-
Serialized Fields
-
bundle
String bundle
The servlet context attribute key for our resources. -
filter
boolean filter
Filter the rendered output for characters that are sensitive in HTML? -
formatKey
String formatKey
The key to search format string in applciation resources -
formatStr
String formatStr
The format string to be used as format to convert value to String. -
ignore
boolean ignore
Should we ignore missing beans and simply output nothing? -
localeKey
String localeKey
The session scope key under which our Locale is stored. -
name
String name
Name of the bean that contains the data we will be rendering. -
property
String property
Name of the property to be accessed on the specified bean. -
scope
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
class BaseFieldTag extends BaseInputTag implements Serializable- serialVersionUID:
- 6316491607452965571L
-
Serialized Fields
-
accept
String accept
Comma-delimited list of content types that a server processing this form will handle correctly. This property is defined only for thefile
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 onpassword
). -
type
String type
The type of input field represented by this tag (text, password, or hidden).
-
-
Class org.apache.struts.taglib.html.BaseHandlerTag
class BaseHandlerTag extends BodyTagSupport implements Serializable- serialVersionUID:
- -981395499563339165L
-
Serialized Fields
-
accesskey
String accesskey
Access key character. -
alt
String alt
The alternate text of this element. -
altKey
String altKey
The message resources key of the alternate text. -
bundle
String bundle
The name of the message resources bundle for message lookups. -
dir
String dir
The direction for weak/neutral text of this element. -
disabled
boolean disabled
Component is disabled. -
doDisabled
boolean doDisabled
Indicates whether 'disabled' is a valid attribute -
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
. -
errorKey
String errorKey
The request attribute key for our error messages (if any). -
errorStyle
String errorStyle
Style attribute associated with component when errors exist. -
errorStyleClass
String errorStyleClass
Named Style class associated with component when errors exist. -
errorStyleId
String errorStyleId
Identifier associated with component when errors exist. -
indexed
boolean indexed
Whether to created indexed names for fields- Since:
- Struts 1.1
-
lang
String lang
The language code of this element. -
locale
String locale
The name of the session attribute key for our locale. -
loopTagClass
Class<?> loopTagClass
-
loopTagGetStatus
Method loopTagGetStatus
-
loopTagStatusClass
Class<?> loopTagStatusClass
-
loopTagStatusGetIndex
Method loopTagStatusGetIndex
-
onblur
String onblur
Component lost focus event. -
onchange
String onchange
Content changed after component lost focus event. -
onclick
String onclick
Mouse click event. -
ondblclick
String ondblclick
Mouse double click event. -
onfocus
String onfocus
Component has received focus event. -
onkeydown
String onkeydown
Key down in component event. -
onkeypress
String onkeypress
Key down and up together in component event. -
onkeyup
String onkeyup
Key released in component event. -
onmousedown
String onmousedown
Mouse pressed on component event. -
onmousemove
String onmousemove
Mouse moved over component event. -
onmouseout
String onmouseout
Mouse exit component event. -
onmouseover
String onmouseover
Mouse over component event. -
onmouseup
String onmouseup
Mouse released on component event. -
onselect
String onselect
Text selected in component event. -
readonly
boolean readonly
Component is readonly. -
style
String style
Style attribute associated with component. -
styleClass
String styleClass
Named Style class associated with component. -
styleId
String styleId
Identifier associated with component. -
tabindex
String tabindex
Tab index value. -
title
String title
The advisory title of this element. -
titleKey
String titleKey
The message resources key of the advisory title. -
triedJstlInit
boolean triedJstlInit
-
triedJstlSuccess
boolean triedJstlSuccess
-
-
Class org.apache.struts.taglib.html.BaseInputTag
class BaseInputTag extends BaseHandlerTag implements Serializable- serialVersionUID:
- -2006750476388177591L
-
Serialized Fields
-
autocomplete
String autocomplete
Autocomplete non standard attribute -
cols
String cols
The number of character columns for this field, or negative for no limit. -
maxlength
String maxlength
The maximum number of characters allowed, or negative for no limit. -
name
String name
The name of the bean containing our underlying property. -
property
String property
The name of the field (and associated property) being processed. -
rows
String rows
The number of rows for this field, or negative for no limit. -
value
String value
The value for this field, ornull
to retrieve the corresponding property from our associated bean.
-
-
Class org.apache.struts.taglib.html.BaseTag
class BaseTag extends TagSupport implements Serializable- serialVersionUID:
- 4758687983139578649L
-
Class org.apache.struts.taglib.html.ButtonTag
class ButtonTag extends SubmitTag implements Serializable- serialVersionUID:
- 7666493902857886285L
-
Class org.apache.struts.taglib.html.CancelTag
class CancelTag extends SubmitTag implements Serializable- serialVersionUID:
- -5445832099296944041L
-
Class org.apache.struts.taglib.html.CheckboxTag
class CheckboxTag extends BaseHandlerTag implements Serializable- serialVersionUID:
- -2300329410278177186L
-
Class org.apache.struts.taglib.html.ErrorsTag
class ErrorsTag extends TagSupport implements Serializable- serialVersionUID:
- -1001104694221127422L
-
Serialized Fields
-
bundle
String bundle
The servlet context attribute key for our resources. -
footer
String footer
The message resource key for errors footer. -
header
String header
The message resource key for errors header. -
locale
String locale
The session attribute key for our locale. -
name
String name
The request attribute key for our error messages (if any). -
prefix
String prefix
The message resource key for errors prefix. -
property
String property
The name of the property for which error messages should be returned, ornull
to return all errors. -
suffix
String suffix
The message resource key for errors suffix.
-
-
Class org.apache.struts.taglib.html.FileTag
class FileTag extends BaseFieldTag implements Serializable- serialVersionUID:
- 1740523851758372845L
-
Serialized Fields
-
multiple
boolean multiple
This property is used to set or return one or multiple files selected with the file upload button.- Since:
- 1.5.0
-
-
Class org.apache.struts.taglib.html.FormTag
class FormTag extends TagSupport implements Serializable- serialVersionUID:
- 8974150782496551522L
-
Serialized Fields
-
acceptCharset
String acceptCharset
The list of character encodings for input data that the server should accept. -
action
String action
The action URL to which this form should be submitted, if any. -
autocomplete
String autocomplete
Autocomplete non standard attribute -
beanName
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 associatedActionMapping
otherwise. -
beanScope
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 associatedActionMapping
otherwise. -
beanType
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 associatedActionMapping
otherwise. -
dir
String dir
The direction for weak/neutral text of this element. -
disabled
boolean disabled
Controls whether child controls should be 'disabled'. -
enctype
String enctype
The content encoding to be used on a POST submit. -
focus
String focus
The name of the field to receive focus, if any. -
focusIndex
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
-
lang
String lang
The language code of this element. -
mapping
ActionMapping mapping
The ActionMapping defining where we will be submitting this form -
method
String method
The request method used when submitting this form. -
moduleConfig
ModuleConfig moduleConfig
The module configuration for our module. -
onreset
String onreset
The onReset event script. -
onsubmit
String onsubmit
The onSubmit event script. -
postbackAction
String postbackAction
A postback action URL to which this form should be submitted, if any. -
readonly
boolean readonly
Controls whether child controls should be 'readonly'. -
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
ActionServlet servlet
The ActionServlet instance we are associated with (so that we can initialize theservlet
property on any form bean that we create). -
style
String style
The style attribute associated with this tag. -
styleClass
String styleClass
The style class associated with this tag. -
styleId
String styleId
The identifier associated with this tag. -
target
String target
The window target.
-
-
Class org.apache.struts.taglib.html.FrameTag
class FrameTag extends LinkTag implements Serializable- serialVersionUID:
- -3149862407102709639L
-
Serialized Fields
-
frameborder
String frameborder
The frameborder attribute that should be rendered (1, 0). -
frameName
String frameName
Thename
attribute that should be rendered for this frame. -
longdesc
String longdesc
URI of a long description of this frame (complements title). -
marginheight
Integer marginheight
The margin height in pixels, or zero for no setting. -
marginwidth
Integer marginwidth
The margin width in pixels, or null for no setting. -
noresize
boolean noresize
Should users be disallowed to resize the frame? -
scrolling
String scrolling
What type of scrolling should be supported (yes, no, auto)?
-
-
Class org.apache.struts.taglib.html.HiddenTag
class HiddenTag extends BaseFieldTag implements Serializable- serialVersionUID:
- 5086653576189221269L
-
Serialized Fields
-
write
boolean write
Should the value of this field also be rendered to the response?
-
-
Class org.apache.struts.taglib.html.HtmlTag
class HtmlTag extends TagSupport implements Serializable- serialVersionUID:
- -4739352136106954707L
-
Serialized Fields
-
lang
boolean lang
Are we rendering a lang attribute?- Since:
- Struts 1.2
-
xhtml
boolean xhtml
Are we rendering an xhtml page? -
xhtmlVersion
BigDecimal xhtmlVersion
What version of XHTML is being rendered?- Since:
- Struts 1.4
-
-
Class org.apache.struts.taglib.html.ImageTag
class ImageTag extends SubmitTag implements Serializable- serialVersionUID:
- 6895880639102424412L
-
Serialized Fields
-
align
String align
The alignment for this image. -
border
String border
The border size around the image. -
module
String module
The module prefix (beginning with a slash) which will be used to find the action for this link. -
page
String page
The module-relative URI of the image. -
pageKey
String pageKey
The message resources key of the module-relative URI of the image. -
src
String src
The URL of this image. -
srcKey
String srcKey
The message resources key for the URL of this image.
-
-
Class org.apache.struts.taglib.html.ImgTag
class ImgTag extends BaseHandlerTag implements Serializable- serialVersionUID:
- 1462449704516940123L
-
Serialized Fields
-
action
String action
The module-relative action (beginning with a slash) which will be used as the source for this image. -
align
String align
The property to specify where to align the image. -
border
String border
The border size around the image. -
height
String height
The image height. -
hspace
String hspace
The horizontal spacing around the image. -
imageName
String imageName
The image name for named images. -
ismap
String ismap
Server-side image map declaration. -
module
String module
The module prefix (beginning with a slash) which will be used to find the action for this link. -
name
String name
The JSP bean name for query parameters. -
page
String page
The module-relative path, starting with a slash character, of the image to be displayed by this rendered tag. -
pageKey
String pageKey
The message resources key under which we should look up thepage
attribute for this generated tag, if any. -
paramId
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
String paramName
The single-parameter JSP bean name. -
paramProperty
String paramProperty
The single-parameter JSP bean property. -
paramScope
String paramScope
The single-parameter JSP bean scope. -
property
String property
The JSP bean property name for query parameters. -
scope
String scope
The scope of the bean specified by the name property, if any. -
src
String src
The image source URI. -
srcKey
String srcKey
The message resources key under which we should look up thesrc
attribute for this generated tag, if any. -
useLocalEncoding
boolean useLocalEncoding
-
usemap
String usemap
Client-side image map declaration. -
vspace
String vspace
The vertical spacing around the image. -
width
String width
The image width.
-
-
Class org.apache.struts.taglib.html.JavascriptValidatorTag
class JavascriptValidatorTag extends BodyTagSupport implements Serializable- serialVersionUID:
- 1844396649370462479L
-
Serialized Fields
-
bundle
String bundle
The servlet context attribute key for our resources. -
cdata
String cdata
Hide JavaScript methods in a CDATA section for XHTML when "true". -
dynamicJavascript
String dynamicJavascript
The dynamic JavaScript objects will only be generated if this is set to "true". -
formName
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. -
htmlComment
String htmlComment
The JavaScript methods will enclosed with html comments if this is set to "true". -
jsFormName
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. -
methodName
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. -
page
int page
The current page number of a multi-part form. Only valid when the formName attribute is set. -
scriptLanguage
boolean scriptLanguage
Include language attribute in the <script> element. This property is ignored in XHTML mode.- Since:
- Struts 1.2
-
src
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. -
staticJavascript
String staticJavascript
The static JavaScript methods will only be printed if this is set to "true".
-
-
Class org.apache.struts.taglib.html.LabelTag
class LabelTag extends BaseInputTag implements Serializable- serialVersionUID:
- 4783688183017577922L
-
Class org.apache.struts.taglib.html.LinkTag
class LinkTag extends BaseHandlerTag implements Serializable- serialVersionUID:
- -2086640838393670862L
-
Serialized Fields
-
action
String action
The module-relative action (beginning with a slash) which will be called by this link -
anchor
String anchor
The anchor to be added to the end of the generated hyperlink. -
forward
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
String href
The hyperlink URI. -
indexId
String indexId
Name of parameter to generate to hold index number -
linkName
String linkName
The link name for named links. -
module
String module
The module prefix (beginning with a slash) which will be used to find the action for this link. -
name
String name
The JSP bean name for query parameters. -
page
String page
The module-relative page URL (beginning with a slash) to which this hyperlink will be rendered. -
parameters
HashMap<String,
Object> parameters Additional parameters included programmatically. -
paramId
String paramId
The single-parameter request parameter name to generate. -
paramName
String paramName
The single-parameter JSP bean name. -
paramProperty
String paramProperty
The single-parameter JSP bean property. -
paramScope
String paramScope
The single-parameter JSP bean scope. -
property
String property
The JSP bean property name for query parameters. -
scope
String scope
The scope of the bean specified by the name property, if any. -
target
String target
The window target. -
text
String text
The body content of this tag (if any). -
transaction
boolean transaction
Include transaction token (if any) in the hyperlink? -
useLocalEncoding
boolean useLocalEncoding
-
-
Class org.apache.struts.taglib.html.MessagesTag
class MessagesTag extends BodyTagSupport implements Serializable- serialVersionUID:
- -7665117721919199746L
-
Serialized Fields
-
bundle
String bundle
The servlet context attribute key for our resources. -
count
String count
The name of the page-scoped attribute to be populated with the message count of the specifie dproperty. -
filterArgs
boolean filterArgs
Filter the message replacement values for characters that are sensitive in HTML? Default isfalse
. -
footer
String footer
The message resource key for errors footer. -
header
String header
The message resource key for errors header. -
id
String id
The name of the scripting variable to be exposed. -
iterator
Iterator<ActionMessage> iterator
Iterator of the elements of this error collection, while we are actually running. -
locale
String locale
The session attribute key for our locale. -
message
String message
If this is set to 'true', then theGlobals.MESSAGE_KEY
will be used to retrieve the messages from scope. -
name
String name
The request attribute key for our error messages (if any). -
processed
boolean processed
Whether or not any error messages have been processed. -
property
String property
The name of the property for which error messages should be returned, ornull
to return all errors.
-
-
Class org.apache.struts.taglib.html.MultiboxTag
class MultiboxTag extends BaseHandlerTag implements Serializable- serialVersionUID:
- 6615409055421524733L
-
Serialized Fields
-
constant
String constant
The constant String value to be returned when this checkbox is selected and the form is submitted. -
name
String name
The name of the bean containing our underlying property. -
property
String property
The property name for this field. -
value
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
class OptionsCollectionTag extends TagSupport implements Serializable- serialVersionUID:
- 1914555968585129477L
-
Serialized Fields
-
filter
boolean filter
Should the label values be filtered for HTML sensitive characters? -
label
String label
The name of the bean property containing the label. -
name
String name
The name of the bean containing the values collection. -
property
String property
The name of the property to use to build the values collection. -
style
String style
The style associated with this tag. -
styleClass
String styleClass
The named style class associated with this tag. -
value
String value
The name of the bean property containing the value.
-
-
Class org.apache.struts.taglib.html.OptionsTag
class OptionsTag extends TagSupport implements Serializable- serialVersionUID:
- -585632142361843380L
-
Serialized Fields
-
collection
String collection
The name of the collection containing beans that have properties to provide both the values and the labels (identified by theproperty
andlabelProperty
attributes). -
filter
boolean filter
Should the label values be filtered for HTML sensitive characters? -
labelName
String labelName
The name of the bean containing the labels collection. -
labelProperty
String labelProperty
The bean property containing the labels collection. -
name
String name
The name of the bean containing the values collection. -
property
String property
The name of the property to use to build the values collection. -
style
String style
The style associated with this tag. -
styleClass
String styleClass
The named style class associated with this tag.
-
-
Class org.apache.struts.taglib.html.OptionTag
class OptionTag extends BodyTagSupport implements Serializable- serialVersionUID:
- -7578679181809130326L
-
Serialized Fields
-
bundle
String bundle
The name of the servlet context attribute containing our message resources. -
dir
String dir
The direction for weak/neutral text of this element. -
disabled
boolean disabled
Is this option disabled? -
filter
boolean filter
Should the label be filtered for HTML sensitive characters? -
key
String key
The key used to look up the text displayed to the user for this option, if any. -
lang
String lang
The language code of this element. -
locale
String locale
The name of the attribute containing the Locale to be used for looking up internationalized messages. -
style
String style
The style associated with this tag. -
styleClass
String styleClass
The named style class associated with this tag. -
styleId
String styleId
The identifier associated with this tag. -
text
String text
The message text to be displayed to the user for this tag (if any) -
title
String title
The advisory title of this element. -
titleKey
String titleKey
The message resources key of the advisory title. -
value
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
class ParamTag extends BodyTagSupport implements Serializable- serialVersionUID:
- -1366158296805914170L
-
Class org.apache.struts.taglib.html.PasswordTag
class PasswordTag extends BaseFieldTag implements Serializable- serialVersionUID:
- 3563367907738706027L
-
Class org.apache.struts.taglib.html.RadioTag
class RadioTag extends BaseHandlerTag implements Serializable- serialVersionUID:
- 1648444449466462193L
-
Serialized Fields
-
idName
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. -
name
String name
The name of the bean containing our underlying property. -
property
String property
The property name for this field. -
text
String text
The body content of this tag (if any). -
value
String value
The server value for this option.
-
-
Class org.apache.struts.taglib.html.ResetTag
class ResetTag extends SubmitTag implements Serializable- serialVersionUID:
- -5672130608101054935L
-
Class org.apache.struts.taglib.html.RewriteTag
class RewriteTag extends LinkTag implements Serializable- serialVersionUID:
- 631087586001555798L
-
Class org.apache.struts.taglib.html.SelectTag
class SelectTag extends BaseHandlerTag implements Serializable- serialVersionUID:
- -48324910116851733L
-
Serialized Fields
-
match
String[] match
The actual values we will match against, calculated in doStartTag(). -
multiple
String multiple
Should multiple selections be allowed. Any non-null value except for 'false' will trigger rendering this. -
name
String name
The name of the bean containing our underlying property. -
property
String property
The property name we are associated with. -
saveBody
String saveBody
The saved body content of this tag. -
size
String size
How many available options should be displayed when this element is rendered? -
value
String value
The value to compare with for marking an option selected.
-
-
Class org.apache.struts.taglib.html.SubmitTag
class SubmitTag extends BaseHandlerTag implements Serializable- serialVersionUID:
- 2450065490909394950L
-
Class org.apache.struts.taglib.html.TextareaTag
class TextareaTag extends BaseInputTag implements Serializable- serialVersionUID:
- -7022620739760157338L
-
Class org.apache.struts.taglib.html.TextTag
class TextTag extends BaseFieldTag implements Serializable- serialVersionUID:
- -1565559380893998552L
-
Class org.apache.struts.taglib.html.XhtmlTag
class XhtmlTag extends TagSupport implements Serializable- serialVersionUID:
- -1346016551741493372L
-
Serialized Fields
-
scope
String scope
The scope within which to store the markup format.
-
-
-
Package org.apache.struts.taglib.logic
-
Class org.apache.struts.taglib.logic.CompareTagBase
class CompareTagBase extends ConditionalTagBase implements Serializable- serialVersionUID:
- 9080377495065975604L
-
Serialized Fields
-
value
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
class ConditionalTagBase extends TagSupport implements Serializable- serialVersionUID:
- 3946322389227285250L
-
Serialized Fields
-
cookie
String cookie
The name of the cookie to be used as a variable. -
header
String header
The name of the HTTP request header to be used as a variable. -
name
String name
The name of the JSP bean to be used as a variable (ifproperty
is not specified), or whose property is to be accessed (ifproperty
is specified). -
parameter
String parameter
The name of the HTTP request parameter to be used as a variable. -
property
String property
The name of the bean property to be used as a variable. -
role
String role
The name of the security role to be checked for. -
scope
String scope
The scope to search for the bean named by the name property, or "any scope" if null. -
user
String user
The user principal name to be checked for.
-
-
Class org.apache.struts.taglib.logic.EmptyTag
class EmptyTag extends ConditionalTagBase implements Serializable- serialVersionUID:
- 8155134178220490301L
-
Class org.apache.struts.taglib.logic.EqualTag
class EqualTag extends CompareTagBase implements Serializable- serialVersionUID:
- 5006452606935514732L
-
Class org.apache.struts.taglib.logic.ForwardTag
class ForwardTag extends TagSupport implements Serializable- serialVersionUID:
- -6945897858520054480L
-
Serialized Fields
-
name
String name
The logical name of theActionForward
entry to be looked up.
-
-
Class org.apache.struts.taglib.logic.GreaterEqualTag
class GreaterEqualTag extends CompareTagBase implements Serializable- serialVersionUID:
- 3515554789988036259L
-
Class org.apache.struts.taglib.logic.GreaterThanTag
class GreaterThanTag extends CompareTagBase implements Serializable- serialVersionUID:
- -4489683470625407939L
-
Class org.apache.struts.taglib.logic.IterateTag
class IterateTag extends BodyTagSupport implements Serializable- serialVersionUID:
- -5999125654202702585L
-
Serialized Fields
-
collection
Object collection
The collection over which we will be iterating. -
id
String id
The name of the scripting variable to be exposed. -
indexId
String indexId
The name of the scripting variable to be exposed as the current index. -
iterator
Iterator<?> iterator
Iterator of the elements of this collection, while we are actually running. -
length
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
String name
The name of the collection or owning bean. -
offset
String offset
The starting offset (zero relative). -
offsetValue
int offsetValue
The actual offset value (calculated in the start tag). -
property
String property
The property name containing the collection. -
scope
String scope
The scope of the bean specified by the name property, if any. -
started
boolean started
Has this tag instance been started? -
type
String type
The Java class of each exposed element of the collection.
-
-
Class org.apache.struts.taglib.logic.LessEqualTag
class LessEqualTag extends CompareTagBase implements Serializable- serialVersionUID:
- 7599361948517956284L
-
Class org.apache.struts.taglib.logic.LessThanTag
class LessThanTag extends CompareTagBase implements Serializable- serialVersionUID:
- -3859579914673739949L
-
Class org.apache.struts.taglib.logic.MatchTag
class MatchTag extends ConditionalTagBase implements Serializable- serialVersionUID:
- -4209300919052098694L
-
Class org.apache.struts.taglib.logic.MessagesNotPresentTag
class MessagesNotPresentTag extends MessagesPresentTag implements Serializable- serialVersionUID:
- 5634897507730577292L
-
Class org.apache.struts.taglib.logic.MessagesPresentTag
class MessagesPresentTag extends ConditionalTagBase implements Serializable- serialVersionUID:
- 4848602425179872796L
-
Class org.apache.struts.taglib.logic.NotEmptyTag
class NotEmptyTag extends EmptyTag implements Serializable- serialVersionUID:
- 6185805637187223268L
-
Class org.apache.struts.taglib.logic.NotEqualTag
class NotEqualTag extends CompareTagBase implements Serializable- serialVersionUID:
- -3277118331286876543L
-
Class org.apache.struts.taglib.logic.NotMatchTag
class NotMatchTag extends MatchTag implements Serializable- serialVersionUID:
- 3642422424248062503L
-
Class org.apache.struts.taglib.logic.NotPresentTag
class NotPresentTag extends PresentTag implements Serializable- serialVersionUID:
- 8046936575721630181L
-
Class org.apache.struts.taglib.logic.PresentTag
class PresentTag extends ConditionalTagBase implements Serializable- serialVersionUID:
- 5444827720181318160L
-
Class org.apache.struts.taglib.logic.RedirectTag
class RedirectTag extends TagSupport implements Serializable- serialVersionUID:
- -633259759046315419L
-
Serialized Fields
-
action
String action
The module-relative action (beginning with a slash) which will be called by this link -
anchor
String anchor
The anchor to be added to the end of the generated hyperlink. -
forward
String forward
The logical forward name from which to retrieve the redirect URI. -
href
String href
The redirect URI. -
module
String module
The module prefix (beginning with a slash) which will be used to find the action for this link. -
name
String name
The JSP bean name for query parameters. -
page
String page
The module-relative page URL (beginning with a slash) to which this redirect will be rendered. -
paramId
String paramId
The single-parameter request parameter name to generate. -
paramName
String paramName
The single-parameter JSP bean name. -
paramProperty
String paramProperty
The single-parameter JSP bean property. -
paramScope
String paramScope
The single-parameter JSP bean scope. -
property
String property
The JSP bean property name for query parameters. -
scope
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
class NestedPropertyTag extends BodyTagSupport implements Serializable- serialVersionUID:
- 1282076933811483467L
-
Class org.apache.struts.taglib.nested.NestedReference
class NestedReference extends Object implements Serializable- serialVersionUID:
- 1662171681729573788L
-
Class org.apache.struts.taglib.nested.NestedRootTag
class NestedRootTag extends BodyTagSupport implements Serializable- serialVersionUID:
- 6034271254121373745L
-
Class org.apache.struts.taglib.nested.NestedWriteNestingTag
class NestedWriteNestingTag extends BodyTagSupport implements Serializable- serialVersionUID:
- -4687194240564186563L
-
-
Package org.apache.struts.taglib.nested.bean
-
Class org.apache.struts.taglib.nested.bean.NestedDefineTag
class NestedDefineTag extends DefineTag implements Serializable- serialVersionUID:
- 6890819812447929753L
-
Class org.apache.struts.taglib.nested.bean.NestedMessageTag
class NestedMessageTag extends MessageTag implements Serializable- serialVersionUID:
- -6442069120349626851L
-
Class org.apache.struts.taglib.nested.bean.NestedSizeTag
class NestedSizeTag extends SizeTag implements Serializable- serialVersionUID:
- 3823659484612721814L
-
Class org.apache.struts.taglib.nested.bean.NestedWriteTag
class NestedWriteTag extends WriteTag implements Serializable- serialVersionUID:
- 3740778140571147683L
-
-
Package org.apache.struts.taglib.nested.html
-
Class org.apache.struts.taglib.nested.html.NestedCheckboxTag
class NestedCheckboxTag extends CheckboxTag implements Serializable- serialVersionUID:
- 5220988463429712983L
-
Class org.apache.struts.taglib.nested.html.NestedErrorsTag
class NestedErrorsTag extends ErrorsTag implements Serializable- serialVersionUID:
- -1665648696492341440L
-
Class org.apache.struts.taglib.nested.html.NestedFileTag
class NestedFileTag extends FileTag implements Serializable- serialVersionUID:
- 4920804475439941709L
-
Class org.apache.struts.taglib.nested.html.NestedFormTag
class NestedFormTag extends FormTag implements Serializable- serialVersionUID:
- -6573069373335339702L
-
Class org.apache.struts.taglib.nested.html.NestedHiddenTag
class NestedHiddenTag extends HiddenTag implements Serializable- serialVersionUID:
- 8174361718155404833L
-
Class org.apache.struts.taglib.nested.html.NestedImageTag
class NestedImageTag extends ImageTag implements Serializable- serialVersionUID:
- 4814668203571129784L
-
Serialized Fields
-
originalProperty
String originalProperty
-
-
Class org.apache.struts.taglib.nested.html.NestedImgTag
class NestedImgTag extends ImgTag implements Serializable- serialVersionUID:
- 2517637026086564895L
-
Class org.apache.struts.taglib.nested.html.NestedLinkTag
class NestedLinkTag extends LinkTag implements Serializable- serialVersionUID:
- 911201643181986632L
-
Class org.apache.struts.taglib.nested.html.NestedMessagesTag
class NestedMessagesTag extends MessagesTag implements Serializable- serialVersionUID:
- 8047818146547521668L
-
Class org.apache.struts.taglib.nested.html.NestedMultiboxTag
class NestedMultiboxTag extends MultiboxTag implements Serializable- serialVersionUID:
- 7519874800744967796L
-
Class org.apache.struts.taglib.nested.html.NestedOptionsCollectionTag
class NestedOptionsCollectionTag extends OptionsCollectionTag implements Serializable- serialVersionUID:
- -982402435045422810L
-
Class org.apache.struts.taglib.nested.html.NestedOptionsTag
class NestedOptionsTag extends OptionsTag implements Serializable- serialVersionUID:
- 2476569342836360707L
-
Class org.apache.struts.taglib.nested.html.NestedPasswordTag
class NestedPasswordTag extends PasswordTag implements Serializable- serialVersionUID:
- 3687673468246480533L
-
Class org.apache.struts.taglib.nested.html.NestedRadioTag
class NestedRadioTag extends RadioTag implements Serializable- serialVersionUID:
- -8935413035299801612L
-
Class org.apache.struts.taglib.nested.html.NestedSelectTag
class NestedSelectTag extends SelectTag implements Serializable- serialVersionUID:
- 3571979764108993972L
-
Class org.apache.struts.taglib.nested.html.NestedSubmitTag
class NestedSubmitTag extends SubmitTag implements Serializable- serialVersionUID:
- -909359466167523639L
-
Serialized Fields
-
originalProperty
String originalProperty
-
-
Class org.apache.struts.taglib.nested.html.NestedTextareaTag
class NestedTextareaTag extends TextareaTag implements Serializable- serialVersionUID:
- 8507271848759268269L
-
Class org.apache.struts.taglib.nested.html.NestedTextTag
class NestedTextTag extends TextTag implements Serializable- serialVersionUID:
- -6792538504171567225L
-
-
Package org.apache.struts.taglib.nested.logic
-
Class org.apache.struts.taglib.nested.logic.NestedEmptyTag
class NestedEmptyTag extends EmptyTag implements Serializable- serialVersionUID:
- 4433896342248118064L
-
Class org.apache.struts.taglib.nested.logic.NestedEqualTag
class NestedEqualTag extends EqualTag implements Serializable- serialVersionUID:
- 8972635998885431312L
-
Class org.apache.struts.taglib.nested.logic.NestedGreaterEqualTag
class NestedGreaterEqualTag extends GreaterEqualTag implements Serializable- serialVersionUID:
- 314872298769433364L
-
Class org.apache.struts.taglib.nested.logic.NestedGreaterThanTag
class NestedGreaterThanTag extends GreaterThanTag implements Serializable- serialVersionUID:
- -763573792923292775L
-
Class org.apache.struts.taglib.nested.logic.NestedIterateTag
class NestedIterateTag extends IterateTag implements Serializable- serialVersionUID:
- -8879469068532412076L
-
Class org.apache.struts.taglib.nested.logic.NestedLessEqualTag
class NestedLessEqualTag extends LessEqualTag implements Serializable- serialVersionUID:
- -7912520669255890018L
-
Class org.apache.struts.taglib.nested.logic.NestedLessThanTag
class NestedLessThanTag extends LessThanTag implements Serializable- serialVersionUID:
- 1780169007325153713L
-
Class org.apache.struts.taglib.nested.logic.NestedMatchTag
class NestedMatchTag extends MatchTag implements Serializable- serialVersionUID:
- 5900386967547213126L
-
Class org.apache.struts.taglib.nested.logic.NestedMessagesNotPresentTag
class NestedMessagesNotPresentTag extends MessagesNotPresentTag implements Serializable- serialVersionUID:
- 6642878464224260057L
-
Class org.apache.struts.taglib.nested.logic.NestedMessagesPresentTag
class NestedMessagesPresentTag extends MessagesPresentTag implements Serializable- serialVersionUID:
- -2849800682501527193L
-
Class org.apache.struts.taglib.nested.logic.NestedNotEmptyTag
class NestedNotEmptyTag extends NotEmptyTag implements Serializable- serialVersionUID:
- 1024398067155521806L
-
Class org.apache.struts.taglib.nested.logic.NestedNotEqualTag
class NestedNotEqualTag extends NotEqualTag implements Serializable- serialVersionUID:
- -7060665845722038929L
-
Class org.apache.struts.taglib.nested.logic.NestedNotMatchTag
class NestedNotMatchTag extends NotMatchTag implements Serializable- serialVersionUID:
- -4020697022276277154L
-
Class org.apache.struts.taglib.nested.logic.NestedNotPresentTag
class NestedNotPresentTag extends NotPresentTag implements Serializable- serialVersionUID:
- -6664638236639201701L
-
Class org.apache.struts.taglib.nested.logic.NestedPresentTag
class NestedPresentTag extends PresentTag implements Serializable- serialVersionUID:
- -8563302040687207732L
-