Tag Documentation

[ tag libraries ] [ tags ]

The following document contains a summary of all the Jelly tag libraries.

Tag Libraries

[ tag libraries ] [ tags ]

LibraryDescription
jelly:log

Custom tags for generating textual logging information using commons-logging which will use either log4j, logkit or JDK1.4 loggingdepending on the classpath and configuration.

jelly:log

Custom tags for generating textual logging information using commons-logging which will use either log4j, logkit or JDK1.4 loggingdepending on the classpath and configuration.

Tag NameDescription
debug A tag which generates DEBUG level logging statement usingthe given category name.
error A tag which generates ERROR level logging statement usingthe given category name.
fatal A tag which generates FATAL level logging statement usingthe given category name.
info A tag which generates INFO level logging statement usingthe given category name.
trace A tag which generates TRACE level logging statement usingthe given category name.
warn A tag which generates WARN level logging statement usingthe given category name.

Tags

[ tag libraries ] [ tags ]

log:debug

A tag which generates DEBUG level logging statement usingthe given category name.

Attribute NameTypeDescription
encodebooleanSets whether the body of the tag should be encoded as text (so that <and >areencoded as &lt; and &gt;) or leave the text as XML which is the default.
escapeTextboolean
logorg.apache.commons.logging.LogSets the Log instance to use for logging.
namejava.lang.StringSets the name of the logger to use
trimboolean

log:error

A tag which generates ERROR level logging statement usingthe given category name.

Attribute NameTypeDescription
encodebooleanSets whether the body of the tag should be encoded as text (so that <and >areencoded as &lt; and &gt;) or leave the text as XML which is the default.
escapeTextboolean
logorg.apache.commons.logging.LogSets the Log instance to use for logging.
namejava.lang.StringSets the name of the logger to use
trimboolean

log:fatal

A tag which generates FATAL level logging statement usingthe given category name.

Attribute NameTypeDescription
encodebooleanSets whether the body of the tag should be encoded as text (so that <and >areencoded as &lt; and &gt;) or leave the text as XML which is the default.
escapeTextboolean
logorg.apache.commons.logging.LogSets the Log instance to use for logging.
namejava.lang.StringSets the name of the logger to use
trimboolean

log:info

A tag which generates INFO level logging statement usingthe given category name.

Attribute NameTypeDescription
encodebooleanSets whether the body of the tag should be encoded as text (so that <and >areencoded as &lt; and &gt;) or leave the text as XML which is the default.
escapeTextboolean
logorg.apache.commons.logging.LogSets the Log instance to use for logging.
namejava.lang.StringSets the name of the logger to use
trimboolean

log:trace

A tag which generates TRACE level logging statement usingthe given category name.

Attribute NameTypeDescription
encodebooleanSets whether the body of the tag should be encoded as text (so that <and >areencoded as &lt; and &gt;) or leave the text as XML which is the default.
escapeTextboolean
logorg.apache.commons.logging.LogSets the Log instance to use for logging.
namejava.lang.StringSets the name of the logger to use
trimboolean

log:warn

A tag which generates WARN level logging statement usingthe given category name.

Attribute NameTypeDescription
encodebooleanSets whether the body of the tag should be encoded as text (so that <and >areencoded as &lt; and &gt;) or leave the text as XML which is the default.
escapeTextboolean
logorg.apache.commons.logging.LogSets the Log instance to use for logging.
namejava.lang.StringSets the name of the logger to use
trimboolean