直列化された形式
|
パッケージ org.apache.struts.action |
key
java.lang.String key
- このエラーメッセージのメッセージキーです。
values
java.lang.Object[] values
- このエラーメッセージの置換用の値です。
errors
java.util.HashMap errors
- プロパティ名をキーとして、
それぞれのプロパティに関して蓄積された
ActionErrorオブジェクトの集合(ArrayListとして蓄積)です。
name
java.lang.String name
- このアクションフォームBeanのBean名です。
type
java.lang.String type
- このアクションフォームBeanのJavaクラス名です。
formBeans
FastHashMap formBeans
- 名前をキーとする、ActionFormBeanのインスタンスのコレクションです。
name
java.lang.String name
- このフォワードの論理名です。
path
java.lang.String path
- フォワード先のコンテキスト相対URI、もしくは、リダイレクト先の相対または絶対URIです。
redirect
boolean redirect
- このインスタンスがフォワードではなくリダイレクトである場合
trueです。
forwards
FastHashMap forwards
- 論理名をキーとするActionForwardインスタンスのコレクションです。
attribute
java.lang.String attribute
- 生成されたアクションフォームBeanが存在する場合に、それが保持されているリクエストまたはセッションの属性名です。
forward
java.lang.String forward
RequestDispatcher.forward()によって呼び出され、リクエストを処理するサーブレットやJSPリソースのコンテキスト相対パスです。
このプロパティが設定されている場合、typeプロパティで指定したアクションクラスの生成や呼び出しは実行されません。
forwards
ActionForwards forwards
- このマッピングに関連付けられているActionForwardオブジェクトの集合です。
include
java.lang.String include
RequestDispatcher.include()によって呼び出され、リクエストを処理するサーブレットやJSPリソースのコンテキスト相対パスです。
このプロパティが設定されている場合、typeプロパティで指定したアクションクラスの生成や呼び出しは実行されません。
input
java.lang.String input
- 入力パラメータの検証エラーが発生した場合に制御を戻す入力フォームのコンテキスト相対パスです。
instance
Action instance
- このマッピングのために初期化された
Actionクラスのインスタンスです。
mappings
ActionMappings mappings
- このマッピングオブジェクトをその一部とする
ActionMappingsコレクションです。
multipartClass
java.lang.String multipartClass
- このマッピングへのマルチパートリクエストを処理するために使用される、
MultipartRequestHandler実装クラスの完全修飾名です。
name
java.lang.String name
- このアクションに関連付けられているアクションフォームBeanの名前です。
parameter
java.lang.String parameter
- このマッピングのために汎用的に使用できるパラメータです。
path
java.lang.String path
- このアクションへマップされる、コンテキスト相対リクエストパスです。パスは"/"で始まり、もし拡張子があっても、それは含みません。
prefix
java.lang.String prefix
- このアクションのためのパラメータを選択するのに使用するパラメータ名のプレフィックスです。
scope
java.lang.String scope
- このマッピングに関連付けられているアクションフォームBeanを保持しているスコープの識別子です。
suffix
java.lang.String suffix
- このアクションのためのパラメータを選択するのに使用するパラメータ名のサフィックスです。
type
java.lang.String type
- このマッピングに向けられたリクエストを処理するのに使用される、
Action実装クラスの完全修飾名です。
unknown
boolean unknown
- このマッピングがアプリケーションのデフォルトに設定される場合は
trueです。
validate
boolean validate
- アクションフォームBeanのvalidate()メソッドが呼ばれる場合は
trueです。
mappings
FastHashMap mappings
- リクエストパスをキーとするActionMappingインスタンスのコレクションです。
unknown
ActionMapping unknown
- 未知のリクエストパスを処理するActionMappingです。
actions
FastHashMap actions
- 生成・初期化されたActionインスタンスを、
その完全修飾クラス名をキーにして格納した集合です。
application
MessageResources application
- このアプリケーションに関する(メッセージ)リソースです。(存在する場合のみ)
config
java.lang.String config
- 設定ファイル(struts-config.xml)のコンテキストからの相対パスです。
[/WEB-INF/struts-config.xml]
content
java.lang.String content
- 各レスポンスに設定されるコンテントタイプとキャラクタエンコーディングのデフォルト値です。
(forwarded-toリソースによってオーバーライドされるかもしれません)
[text/html]
dataSources
FastHashMap dataSources
- このアプリケーション用に設定されたJDBCデータソースです(もしあれば)。
サーブレットコンテキストに保存される際の属性名をキーとします。
debug
int debug
- このサーブレットのデバッグレベルです。[0]
defaultLocale
java.util.Locale defaultLocale
- このサーバのデフォルトロケールです。
factoryClass
java.lang.String factoryClass
- アプリケーションメッセージのリソースバンドルのための
MessageResourcesFactoryクラスの名前です。[null]
formBeanClass
java.lang.String formBeanClass
- ActionFormBeanの実装クラス名です。[org.apache.struts.action.ActionFormBean]
formBeans
ActionFormBeans formBeans
- 当コントローラのActionFormBean全てを集めたものです。
forwardClass
java.lang.String forwardClass
- ActionForwardの実装クラス名です。[org.apache.struts.action.ActionForward]
forwards
ActionForwards forwards
- 当コントローラのActionForward全てを集めたものです。
internal
MessageResources internal
- 内部的に使用するメッセージリソースです。
internalName
java.lang.String internalName
- 内部的に使用するリソースの基本クラス名です。[org.apache.struts.action.ActionResources]
locale
boolean locale
- まだ存在しない場合、リクエストのHTTPヘッダに基づいて
java.util.Localeを生成すべきかどうかを指定します。[true]
mappingClass
java.lang.String mappingClass
- ActionMappingの実装クラス名です。[org.apache.struts.action.ActionMapping]
mappings
ActionMappings mappings
- このWebアプリケーションのためのマッピング全てを、
パスをキーにして集めたものです。
nocache
boolean nocache
- レスポンスにno-cachingヘッダを含めるかどうかを指定します。[false]
registrations
java.lang.String[] registrations
- 使用すべき設定ファイルのDTDのバージョンを表すための、
公開された識別子と対応するリソース名の対からなる集合です。
このリストの数は、必ず偶数であること!
servletMapping
java.lang.String servletMapping
- Webアプリケーションの配置記述子(デプロイメント デスクリプタ)で設定されたURLパターンです。
servletName
java.lang.String servletName
- Webアプリケーションの配置記述子(デプロイメント デスクリプタ)
で登録されているサーブレット名です。[null]
validate
boolean validate
- 設定ファイルの新しいフォーマットを使うかどうかを指定します。[true]
validating
boolean validating
- 設定ファイルを読む際に、
検証用XMLパーサを使うかどうかを指定します。[true]
bufferSize
int bufferSize
- クライアントからのファイルアップロードで使用するバッファのバイト数です。[4096]
maxFileSize
java.lang.String maxFileSize
- クライアントからのアップロードで許可する最大サイズです。
Kはキロバイト、Mはメガバイト、Gはギガバイトを表します。
記号がない場合はバイトとみなします。[250M]
multipartClass
java.lang.String multipartClass
- リクエストでのマルチパートフォームを扱うためのMultipartRequestHandlerクラスの名前です。
この変数はグローバルなデフォルト値で、
ハンドラはマッピングエントリを個々に設定することもできます。
[org.apache.struts.upload.DiskMultipartRequestHandler]
tempDir
java.lang.String tempDir
- DiskMultipartRequestHandlerが、
マルチパート実装のために一時ファイルを保存するディレクトリです。[null]
|
パッケージ org.apache.struts.taglib |
name
java.lang.String name
- The name of the attribute being tested.
scope
java.lang.String scope
- The scope of the attribute being tested.
accept
java.lang.String accept
- Comma-delimited list of content types that a server processing this form
will handle correctly. This property is defined only for the
file tag, but is implemented here because it affects the
rendered HTML of the corresponding <input> tag.
name
java.lang.String name
- The name of the bean containing our underlying property.
type
java.lang.String type
- The type of input field represented by this tag (text, password, or
hidden).
accessKey
java.lang.String accessKey
- Access key character.
tabIndex
java.lang.String tabIndex
- Tab index value.
onClick
java.lang.String onClick
- Mouse click event.
onDblClick
java.lang.String onDblClick
- Mouse double click event.
onMouseOver
java.lang.String onMouseOver
- Mouse over component event.
onMouseOut
java.lang.String onMouseOut
- Mouse exit component event.
onMouseMove
java.lang.String onMouseMove
- Mouse moved over component event.
onMouseDown
java.lang.String onMouseDown
- Mouse pressed on component event.
onMouseUp
java.lang.String onMouseUp
- Mouse released on component event.
onKeyDown
java.lang.String onKeyDown
- Key down in component event.
onKeyUp
java.lang.String onKeyUp
- Key released in component event.
onKeyPress
java.lang.String onKeyPress
- Key down and up together in component event.
onSelect
java.lang.String onSelect
- Text selected in component event.
onChange
java.lang.String onChange
- Content changed after component lost focus event.
onBlur
java.lang.String onBlur
- Component lost focus event.
onFocus
java.lang.String onFocus
- Component has received focus event.
style
java.lang.String style
- Style attribute associated with component.
styleClass
java.lang.String styleClass
- Named Style class associated with component.
styleId
java.lang.String styleId
- Identifier associated with component.
cols
java.lang.String cols
- The number of character columns for this field, or negative
for no limit.
maxlength
java.lang.String maxlength
- The maximum number of characters allowed, or negative for no limit.
property
java.lang.String property
- The name of the field (and associated property) being processed.
rows
java.lang.String rows
- The number of rows for this field, or negative for no limit.
value
java.lang.String value
- The value for this field, or
null to retrieve the
corresponding property from our associated bean.
property
java.lang.String property
- The property name of the generated button.
value
java.lang.String value
- The value of the button label.
property
java.lang.String property
- The property name of the generated button.
value
java.lang.String value
- The value of the button label.
name
java.lang.String name
- The name of the bean containing our underlying property.
property
java.lang.String property
- The property name for this field.
value
java.lang.String value
- The server value for this option.
url
java.lang.String url
- The URL to be encoded.
url
java.lang.String url
- The URL to be encoded.
collection
java.lang.Object collection
- The collection over which we will be iterating.
enumeration
java.util.Enumeration enumeration
- Enumeration of the elements of this collection.
id
java.lang.String id
- The name of the scripting variable to be exposed.
length
java.lang.String length
- The length value or attribute name (<=0 means no limit).
lengthCount
int lengthCount
- The number of elements we have already rendered.
lengthValue
int lengthValue
- The actual length value (calculated in the start tag).
name
java.lang.String name
- The name of the collection or owning bean.
offset
java.lang.String offset
- The starting offset (zero relative).
offsetValue
int offsetValue
- The actual offset value (calculated in the start tag).
property
java.lang.String property
- The property name containing the collection.
name
java.lang.String name
- Name of the request scope attribute containing our error messages,
if any.
action
java.lang.String action
- The action URL to which this form should be submitted, if any.
enctype
java.lang.String enctype
- The content encoding to be used on a POST submit.
focus
java.lang.String focus
- The name of the field to receive focus, if any.
method
java.lang.String method
- The request method used when submitting this form.
name
java.lang.String name
- The attribute key under which our associated bean is stored.
onReset
java.lang.String onReset
- The onReset event script.
onSubmit
java.lang.String onSubmit
- The onSubmit event script.
scope
java.lang.String scope
- The scope (request or session) under which our associated bean
is stored.
style
java.lang.String style
- The style attribute associated with this tag.
styleClass
java.lang.String styleClass
- The style class associated with this tag.
styleId
java.lang.String styleId
- The identifier associated with this tag.
target
java.lang.String target
- The window target.
type
java.lang.String type
- The Java class name of the bean to be created, if necessary.
name
java.lang.String name
- The logical name of the global ActionForward we will look up
id
java.lang.String id
- The name of the scripting variable to be exposed.
name
java.lang.String name
- The name of the bean owning the property.
property
java.lang.String property
- The property name to be exposed.
name
java.lang.String name
- The name of the object instance from which the property is obtained.
property
java.lang.String property
- The name of the property to get.
name
java.lang.String name
- The name of the parameter being compared.
value
java.lang.String value
- The value to compare this parameter to.
name
java.lang.String name
- The name of the parameter being compared.
value
java.lang.String value
- The value to compare this parameter to.
name
java.lang.String name
- The name of the parameter being compared.
name
java.lang.String name
- The name of the parameter being compared.
property
java.lang.String property
- The name of the property to get.
value
java.lang.String value
- The value to compare to.
property
java.lang.String property
- The name of the property to get.
value
java.lang.String value
- The value to compare to.
name
java.lang.String name
- The logical name of the global ActionForward we will look up
collection
java.lang.Object collection
- The collection over which we will be iterating.
id
java.lang.String id
- The name of the scripting variable to be exposed.
iterator
java.util.Iterator iterator
- Iterator of the elements of this collection.
length
java.lang.String length
- The length value or attribute name (<=0 means no limit).
lengthCount
int lengthCount
- The number of elements we have already rendered.
lengthValue
int lengthValue
- The actual length value (calculated in the start tag).
name
java.lang.String name
- The name of the collection or owning bean.
offset
java.lang.String offset
- The starting offset (zero relative).
offsetValue
int offsetValue
- The actual offset value (calculated in the start tag).
property
java.lang.String property
- The property name containing the collection.
forward
java.lang.String forward
- The logical forward name from which to retrieve the hyperlink URI.
href
java.lang.String href
- The hyperlink URI.
name
java.lang.String name
- The JSP bean name for query parameters.
property
java.lang.String property
- The JSP bean property name for query parameters.
target
java.lang.String target
- The window target.
forward
java.lang.String forward
- The logical forward name from which to retrieve the hyperlink URI.
href
java.lang.String href
- The hyperlink URI.
name
java.lang.String name
- The JSP bean name for query parameters.
property
java.lang.String property
- The JSP bean property name for query parameters.
target
java.lang.String target
- The window target.
arg0
java.lang.String arg0
- The first optional argument.
arg1
java.lang.String arg1
- The second optional argument.
arg2
java.lang.String arg2
- The third optional argument.
arg3
java.lang.String arg3
- The fourth optional argument.
arg4
java.lang.String arg4
- The fifth optional argument.
bundle
java.lang.String bundle
- The servlet context attribute key for our resources.
key
java.lang.String key
- The message key of the message to be retrieved.
localeKey
java.lang.String localeKey
- The session scope key under which our Locale is stored.
name
java.lang.String name
- The name of the bean containing our underlying property.
property
java.lang.String property
- The property name for this field.
value
java.lang.String value
- The value which will mark this checkbox as "checked" if present
in the array returned by our property getter.
labelName
java.lang.String labelName
- The name of the bean containing the labels collection.
labelProperty
java.lang.String labelProperty
- The bean property containing the labels collection.
name
java.lang.String name
- The name of the bean containing the values collection.
property
java.lang.String property
- The name of the property to use to build the values collection.
labelName
java.lang.String labelName
- The name of the bean containing the labels collection.
labelProperty
java.lang.String labelProperty
- The bean property containing the labels collection.
name
java.lang.String name
- The name of the bean containing the values collection.
property
java.lang.String property
- The name of the property to use to build the values collection.
value
java.lang.String value
- The server value for this option.
name
java.lang.String name
- The name of the desired parameter.
name
java.lang.String name
- The name of the bean containing our underlying property.
name
java.lang.String name
- The name of the bean containing our underlying property.
property
java.lang.String property
- The property name for this field.
value
java.lang.String value
- The server value for this option.
href
java.lang.String href
- The hyperlink URI.
name
java.lang.String name
- The name of the generated input field.
value
java.lang.String value
- The value of the button label.
match
java.lang.String match
- The actual value we will match against, calculated in doStartTag().
multiple
java.lang.String multiple
- Should multiple selections be allowed? Any non-null value will
trigger rendering this.
name
java.lang.String name
- The name of the bean containing our underlying property.
property
java.lang.String property
- The property name we are associated with.
size
java.lang.String size
- How many available options should be displayed when this element
is rendered?
value
java.lang.String value
- The value to compare with for marking an option selected.
property
java.lang.String property
- The name of the generated input field.
value
java.lang.String value
- The value of the button label.
name
java.lang.String name
- The name of the bean containing our underlying property.
|
パッケージ org.apache.struts.taglib.bean |
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
multiple
java.lang.String multiple
- Return an array of Cookies if
multiple is non-null.
name
java.lang.String name
- The name of the cookie whose value is to be exposed.
value
java.lang.String value
- The default value to return if no cookie of the specified name is found.
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
name
java.lang.String name
- The name of the bean owning the property to be exposed.
property
java.lang.String property
- The name of the property to be retrieved.
scope
java.lang.String scope
- The scope within which to search for the specified bean.
toScope
java.lang.String toScope
- The scope within which the newly defined bean will be creatd.
type
java.lang.String type
- The fully qualified Java class name of the value to be exposed.
value
java.lang.String value
- The (String) value to which the defined bean will be set.
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
multiple
java.lang.String multiple
- Return an array of header values if
multiple is non-null.
name
java.lang.String name
- The name of the header whose value is to be exposed.
value
java.lang.String value
- The default value to return if no header of the specified name is found.
anchor
java.lang.String anchor
- The anchor to be added to the end of the generated hyperlink.
forward
java.lang.String forward
- The name of the global
ActionForward that contains a
path to our requested resource.
href
java.lang.String href
- The absolute URL to the resource to be included.
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
page
java.lang.String page
- The context-relative URI of the page or servlet to be included.
transaction
boolean transaction
- Include transaction token (if any) in the hyperlink?
arg0
java.lang.String arg0
- The first optional argument.
arg1
java.lang.String arg1
- The second optional argument.
arg2
java.lang.String arg2
- The third optional argument.
arg3
java.lang.String arg3
- The fourth optional argument.
arg4
java.lang.String arg4
- The fifth optional argument.
bundle
java.lang.String bundle
- The servlet context attribute key for our resources.
key
java.lang.String key
- The message key of the message to be retrieved.
localeKey
java.lang.String localeKey
- The session scope key under which our Locale is stored.
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
property
java.lang.String property
- The name of the page context property to be retrieved.
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
multiple
java.lang.String multiple
- Return an array of parameter values if
multiple is
non-null.
name
java.lang.String name
- The name of the parameter whose value is to be exposed.
value
java.lang.String value
- The default value to return if no parameter of the specified name is
found.
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
input
java.lang.String input
- Return an InputStream to the specified resource if this is non-null.
name
java.lang.String name
- The name of the resource whose contents are to be exposed.
collection
java.lang.Object collection
- The actual collection to be counted.
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
name
java.lang.String name
- The name of the bean owning the property to be counted.
property
java.lang.String property
- The name of the property to be retrieved.
scope
java.lang.String scope
- The scope within which to search for the specified bean.
id
java.lang.String id
- The name of the scripting variable that will be exposed as a page
scope attribute.
formBean
java.lang.String formBean
- The name of the
ActionFormBean object to be exposed.
forward
java.lang.String forward
- The name of the
ActionForward object to be exposed.
mapping
java.lang.String mapping
- The name of the
ActionMapping object to be exposed.
filter
boolean filter
- Filter the rendered output for characters that are sensitive in HTML?
ignore
boolean ignore
- Should we ignore missing beans and simply output nothing?
name
java.lang.String name
- Name of the bean that contains the data we will be rendering.
property
java.lang.String property
- Name of the property to be accessed on the specified bean.
scope
java.lang.String scope
- The scope to be searched to retrieve the specified bean.
|
パッケージ org.apache.struts.taglib.html |
accept
java.lang.String accept
- Comma-delimited list of content types that a server processing this form
will handle correctly. This property is defined only for the
file tag, but is implemented here because it affects the
rendered HTML of the corresponding <input> tag.
name
java.lang.String name
- The name of the bean containing our underlying property.
redisplay
boolean redisplay
- The "redisplay contents" flag (used only on
password).
type
java.lang.String type
- The type of input field represented by this tag (text, password, or
hidden).
accesskey
java.lang.String accesskey
- Access key character.
tabindex
java.lang.String tabindex
- Tab index value.
onclick
java.lang.String onclick
- Mouse click event.
ondblclick
java.lang.String ondblclick
- Mouse double click event.
onmouseover
java.lang.String onmouseover
- Mouse over component event.
onmouseout
java.lang.String onmouseout
- Mouse exit component event.
onmousemove
java.lang.String onmousemove
- Mouse moved over component event.
onmousedown
java.lang.String onmousedown
- Mouse pressed on component event.
onmouseup
java.lang.String onmouseup
- Mouse released on component event.
onkeydown
java.lang.String onkeydown
- Key down in component event.
onkeyup
java.lang.String onkeyup
- Key released in component event.
onkeypress
java.lang.String onkeypress
- Key down and up together in component event.
onselect
java.lang.String onselect
- Text selected in component event.
onchange
java.lang.String onchange
- Content changed after component lost focus event.
onblur
java.lang.String onblur
- Component lost focus event.
onfocus
java.lang.String onfocus
- Component has received focus event.
disabled
boolean disabled
- Component is disabled.
readonly
boolean readonly
- Component is readonly.
style
java.lang.String style
- Style attribute associated with component.
styleClass
java.lang.String styleClass
- Named Style class associated with component.
styleId
java.lang.String styleId
- Identifier associated with component.
title
java.lang.String title
- The advisory title of this element.
cols
java.lang.String cols
- The number of character columns for this field, or negative
for no limit.
maxlength
java.lang.String maxlength
- The maximum number of characters allowed, or negative for no limit.
property
java.lang.String property
- The name of the field (and associated property) being processed.
rows
java.lang.String rows
- The number of rows for this field, or negative for no limit.
value
java.lang.String value
- The value for this field, or
null to retrieve the
corresponding property from our associated bean.
target
java.lang.String target
- The target window for this base reference.
property
java.lang.String property
- The property name of the generated button.
text
java.lang.String text
- The body content of this tag (if any).
value
java.lang.String value
- The value of the button label.
property
java.lang.String property
- The property name of the generated button.
text
java.lang.String text
- The body content of this tag (if any).
value
java.lang.String value
- The value of the button label.
name
java.lang.String name
- The name of the bean containing our underlying property.
property
java.lang.String property
- The property name for this field.
text
java.lang.String text
- The body content of this tag (if any).
value
java.lang.String value
- The server value for this option.
bundle
java.lang.String bundle
- The servlet context attribute key for our resources.
locale
java.lang.String locale
- The session attribute key for our locale.
name
java.lang.String name
- The request attribute key for our error messages (if any).
property
java.lang.String property
- The name of the property for which error messages should be returned,
or
null to return all errors.
action
java.lang.String action
- The action URL to which this form should be submitted, if any.
enctype
java.lang.String enctype
- The content encoding to be used on a POST submit.
focus
java.lang.String focus
- The name of the field to receive focus, if any.
method
java.lang.String method
- The request method used when submitting this form.
name
java.lang.String name
- The attribute key under which our associated bean is stored.
onreset
java.lang.String onreset
- The onReset event script.
onsubmit
java.lang.String onsubmit
- The onSubmit event script.
scope
java.lang.String scope
- The scope (request or session) under which our associated bean
is stored.
servlet
ActionServlet servlet
- The ActionServlet instance we are associated with (so that we can
initialize the
servlet property on any form bean that
we create).
style
java.lang.String style
- The style attribute associated with this tag.
styleClass
java.lang.String styleClass
- The style class associated with this tag.
styleId
java.lang.String styleId
- The identifier associated with this tag.
target
java.lang.String target
- The window target.
type
java.lang.String type
- The Java class name of the bean to be created, if necessary.
locale
boolean locale
- Should we set the current Locale for this user if needed?
xhtml
boolean xhtml
- Are we rendering an xhtml page?
align
java.lang.String align
- The alignment for this image.
alt
java.lang.String alt
- The alternate text for this image.
altKey
java.lang.String altKey
- The message resources key for the alternate text for this image.
border
java.lang.String border
- The border size around the image.
bundle
java.lang.String bundle
- The servlet context attribute key for our resources.
locale
java.lang.String locale
- The session attribute key for our locale.
page
java.lang.String page
- The context-relative URI of the image.
pageKey
java.lang.String pageKey
- The message resources key of the context-relative URI of the image.
property
java.lang.String property
- The name attribute for the image button.
src
java.lang.String src
- The URL of this image.
srcKey
java.lang.String srcKey
- The message resources key for the URL of this image.
align
java.lang.String align
- The property to specify where to align the image.
alt
java.lang.String alt
- The alternate text to display for the image. This is used for
text based browsers and/or as a "tool-tip" for the image.
altKey
java.lang.String altKey
- The message lookup key used to look up internationalized messages.
border
java.lang.String border
- The border size around the image.
bundle
java.lang.String bundle
- The name of the servlet context attribute containing our message
resources.
height
java.lang.String height
- The image height.
hspace
java.lang.String hspace
- The horizontal spacing around the image.
imageName
java.lang.String imageName
- The image name for named images.
ismap
java.lang.String ismap
- Server-side image map declaration.
locale
java.lang.String locale
- The name of the attribute containing the Locale to be used for
looking up internationalized messages.
lowsrc
java.lang.String lowsrc
- The low resolution image source URI.
name
java.lang.String name
- The JSP bean name for query parameters.
page
java.lang.String page
- The context-relative path, starting with a slash character, of the
image to be displayed by this rendered tag.
pageKey
java.lang.String pageKey
- The message resources key under which we should look up the
page attribute for this generated tag, if any.
paramId
java.lang.String paramId
- In situations where an image is dynamically generated (such as to create
a chart graph), this specifies the single-parameter request parameter
name to generate.
paramName
java.lang.String paramName
- The single-parameter JSP bean name.
paramProperty
java.lang.String paramProperty
- The single-parameter JSP bean property.
paramScope
java.lang.String paramScope
- The single-parameter JSP bean scope.
property
java.lang.String property
- The JSP bean property name for query parameters.
scope
java.lang.String scope
- The scope of the bean specified by the name property, if any.
src
java.lang.String src
- The image source URI.
srcKey
java.lang.String srcKey
- The message resources key under which we should look up the
src attribute for this generated tag, if any.
usemap
java.lang.String usemap
- Client-side image map declaration.
vspace
java.lang.String vspace
- The vertical spacing around the image.
width
java.lang.String width
- The image width.
text
java.lang.String text
- The body content of this tag (if any).
anchor
java.lang.String anchor
- The anchor to be added to the end of the generated hyperlink.
forward
java.lang.String forward
- The logical forward name from which to retrieve the hyperlink URI.
href
java.lang.String href
- The hyperlink URI.
linkName
java.lang.String linkName
- The link name for named links.
name
java.lang.String name
- The JSP bean name for query parameters.
page
java.lang.String page
- The context-relative page URL (beginning with a slash) to which
this hyperlink will be rendered.
paramId
java.lang.String paramId
- The single-parameter request parameter name to generate.
paramName
java.lang.String paramName
- The single-parameter JSP bean name.
paramProperty
java.lang.String paramProperty
- The single-parameter JSP bean property.
paramScope
java.lang.String paramScope
- The single-parameter JSP bean scope.
property
java.lang.String property
- The JSP bean property name for query parameters.
scope
java.lang.String scope
- The scope of the bean specified by the name property, if any.
target
java.lang.String target
- The window target.
transaction
boolean transaction
- Include transaction token (if any) in the hyperlink?
constant
java.lang.String constant
- The constant String value to be returned when this checkbox is
selected and the form is submitted.
name
java.lang.String name
- The name of the bean containing our underlying property.
property
java.lang.String property
- The property name for this field.
value
java.lang.String value
- The value which will mark this checkbox as "checked" if present
in the array returned by our property getter.
collection
java.lang.String collection
- The name of the collection containing beans that have properties to
provide both the values and the labels (identified by the
property and labelProperty attributes).
labelName
java.lang.String labelName
- The name of the bean containing the labels collection.
labelProperty
java.lang.String labelProperty
- The bean property containing the labels collection.
name
java.lang.String name
- The name of the bean containing the values collection.
property
java.lang.String property
- The name of the property to use to build the values collection.
style
java.lang.String style
- The style associated with this tag.
styleClass
java.lang.String styleClass
- The named style class associated with this tag.
text
java.lang.String text
- The message text to be displayed to the user for this tag (if any)
bundle
java.lang.String bundle
- The name of the servlet context attribute containing our message
resources.
disabled
boolean disabled
- Is this option disabled?
key
java.lang.String key
- The key used to look up the text displayed to the user for this
option, if any.
locale
java.lang.String locale
- The name of the attribute containing the Locale to be used for
looking up internationalized messages.
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 server value for this option, also used to match against the
current property value to determine whether this option should be
marked as selected.
name
java.lang.String name
- The name of the bean containing our underlying property.
property
java.lang.String property
- The property name for this field.
text
java.lang.String text
- The body content of this tag (if any).
value
java.lang.String value
- The server value for this option.
name
java.lang.String name
- The name of the generated input field.
text
java.lang.String text
- The body content of this tag (if any).
value
java.lang.String value
- The value of the button label.
match
java.lang.String[] match
- The actual values we will match against, calculated in doStartTag().
multiple
java.lang.String multiple
- Should multiple selections be allowed? Any non-null value will
trigger rendering this.
name
java.lang.String name
- The name of the bean containing our underlying property.
property
java.lang.String property
- The property name we are associated with.
saveBody
java.lang.String saveBody
- The saved body content of this tag.
size
java.lang.String size
- How many available options should be displayed when this element
is rendered?
value
java.lang.String value
- The value to compare with for marking an option selected.
property
java.lang.String property
- The name of the generated input field.
text
java.lang.String