Tag Documentation

[tag libraries] [tags]

The following document contains a summary of all theJellytag libraries.

Tag Libraries

[tag libraries] [tags]

LibraryDescription
jelly:fmt

jelly:fmt

Tag NameDescription
bundleSupport for tag handlers for <bundle>, the resource bundle loadingtag in JSTL. decide how to implement setResponseLocale
formatDateSupport for tag handlers for <formatDate>, the date and time formattingtag in JSTL. i18n exception message
messageSupport for tag handlers for <message>, the lookup uplocalized message tag in JSTL. decide how to implement setResponseLocale
paramSupport for tag handlers for <param>, the parameter settingtag in JSTL. handle body content trimming
setBundleSupport for tag handlers for <setLocale>, the bundle settingtag in JSTL.
setLocaleSupport for tag handlers for <setLocale>, the locale settingtag in JSTL. decide how to implement setResponseLocale
setTimeZoneSupport for tag handlers for <setTimeZone>, the time zone settingtag in JSTL.
timeZoneSupport for tag handlers for <timeZone>, the time zone loadingtag in JSTL. decide how to implement setResponseLocale

Tags

[tag libraries] [tags]

fmt:bundle

Support for tag handlers for <bundle>, the resource bundle loadingtag in JSTL. decide how to implement setResponseLocale

Attribute NameTypeDescription
basenameorg.apache.commons.jelly.expression.ExpressionSetter for property basename.
escapeTextboolean
prefixorg.apache.commons.jelly.expression.ExpressionSetter for property prefix.
trimboolean

fmt:formatDate

Support for tag handlers for <formatDate>, the date and time formattingtag in JSTL. i18n exception message

Attribute NameTypeDescription
dateStyleorg.apache.commons.jelly.expression.ExpressionSetter for property dataStyle.
escapeTextboolean
patternorg.apache.commons.jelly.expression.ExpressionSetter for property pattern.
scopejava.lang.StringSetter for property scope.
timeStyleorg.apache.commons.jelly.expression.ExpressionSetter for property timeStyle.
timeZoneorg.apache.commons.jelly.expression.ExpressionSetter for property timeZone.
trimboolean
typeorg.apache.commons.jelly.expression.ExpressionSetter for property type.
valueorg.apache.commons.jelly.expression.ExpressionSetter for property value.
varjava.lang.StringSetter for property var.

fmt:message

Support for tag handlers for <message>, the lookup uplocalized message tag in JSTL. decide how to implement setResponseLocale

Attribute NameTypeDescription
bundleorg.apache.commons.jelly.expression.ExpressionSetter for property bundle.
escapeTextboolean
keyorg.apache.commons.jelly.expression.ExpressionSetter for property key.
scopejava.lang.StringSetter for property scope.
trimboolean
varjava.lang.StringSetter for property var.

fmt:param

Support for tag handlers for <param>, the parameter settingtag in JSTL. handle body content trimming

Attribute NameTypeDescription
escapeTextboolean
trimboolean
valueorg.apache.commons.jelly.expression.ExpressionSetter for property value.

fmt:setBundle

Support for tag handlers for <setLocale>, the bundle settingtag in JSTL.

Attribute NameTypeDescription
basenameorg.apache.commons.jelly.expression.Expression
escapeTextboolean
scopejava.lang.String
trimboolean
varjava.lang.String

fmt:setLocale

Support for tag handlers for <setLocale>, the locale settingtag in JSTL. decide how to implement setResponseLocale

Attribute NameTypeDescription
escapeTextboolean
scopejava.lang.String
trimboolean
valueorg.apache.commons.jelly.expression.Expression
variantorg.apache.commons.jelly.expression.Expression

fmt:setTimeZone

Support for tag handlers for <setTimeZone>, the time zone settingtag in JSTL.

Attribute NameTypeDescription
escapeTextboolean
scopejava.lang.String
trimboolean
valueorg.apache.commons.jelly.expression.Expression
varjava.lang.String

fmt:timeZone

Support for tag handlers for <timeZone>, the time zone loadingtag in JSTL. decide how to implement setResponseLocale

Attribute NameTypeDescription
escapeTextboolean
trimboolean
valueorg.apache.commons.jelly.expression.ExpressionSetter for property value.