The following Jelly tag libraries are defined in this project.
jelly:fmt
This tag library is also available as an XML Schema
| Tag Name | Description |
|---|---|
| bundle | Support for tag handlers for <bundle>, the resource bundle loading tag in JSTL. |
| formatDate | Support for tag handlers for <formatDate>, the date and time formatting tag in JSTL. |
| message | Support for tag handlers for <message>, the lookup up localized message tag in JSTL. |
| param | Support for tag handlers for <param>, the parameter setting tag in JSTL. |
| setBundle | Support for tag handlers for <setLocale>, the bundle setting tag in JSTL. |
| setLocale | Support for tag handlers for <setLocale>, the locale setting tag in JSTL. |
| setTimeZone | Support for tag handlers for <setTimeZone>, the time zone setting tag in JSTL. |
| timeZone | Support for tag handlers for <timeZone>, the time zone loading tag in JSTL. |
bundle
Support for tag handlers for <bundle>, the resource bundle loading tag in JSTL.
| Attribute Name | Type | Description |
|---|---|---|
| basename | org.apache.commons.jelly.expression.Expression | Setter for property basename. |
| prefix | org.apache.commons.jelly.expression.Expression | Setter for property prefix. |
formatDate
Support for tag handlers for <formatDate>, the date and time formatting tag in JSTL.
| Attribute Name | Type | Description |
|---|---|---|
| dateStyle | org.apache.commons.jelly.expression.Expression | Setter for property dataStyle. |
| pattern | org.apache.commons.jelly.expression.Expression | Setter for property pattern. |
| scope | java.lang.String | Setter for property scope. |
| timeStyle | org.apache.commons.jelly.expression.Expression | Setter for property timeStyle. |
| timeZone | org.apache.commons.jelly.expression.Expression | Setter for property timeZone. |
| type | org.apache.commons.jelly.expression.Expression | Setter for property type. |
| value | org.apache.commons.jelly.expression.Expression | Setter for property value. |
| var | java.lang.String | Setter for property var. |
message
Support for tag handlers for <message>, the lookup up localized message tag in JSTL.
| Attribute Name | Type | Description |
|---|---|---|
| bundle | org.apache.commons.jelly.expression.Expression | Setter for property bundle. |
| key | org.apache.commons.jelly.expression.Expression | Setter for property key. |
| scope | java.lang.String | Setter for property scope. |
| var | java.lang.String | Setter for property var. |
param
Support for tag handlers for <param>, the parameter setting tag in JSTL.
| Attribute Name | Type | Description |
|---|---|---|
| value | org.apache.commons.jelly.expression.Expression | Setter for property value. |
setBundle
Support for tag handlers for <setLocale>, the bundle setting tag in JSTL.
| Attribute Name | Type | Description |
|---|---|---|
| basename | org.apache.commons.jelly.expression.Expression | |
| scope | java.lang.String | |
| var | java.lang.String |
setLocale
Support for tag handlers for <setLocale>, the locale setting tag in JSTL.
| Attribute Name | Type | Description |
|---|---|---|
| scope | java.lang.String | |
| value | org.apache.commons.jelly.expression.Expression | |
| variant | org.apache.commons.jelly.expression.Expression |
setTimeZone
Support for tag handlers for <setTimeZone>, the time zone setting tag in JSTL.
| Attribute Name | Type | Description |
|---|---|---|
| scope | java.lang.String | |
| value | org.apache.commons.jelly.expression.Expression | |
| var | java.lang.String |
timeZone
Support for tag handlers for <timeZone>, the time zone loading tag in JSTL.
| Attribute Name | Type | Description |
|---|---|---|
| value | org.apache.commons.jelly.expression.Expression | Setter for property value. |
