Tag Documentation

[tag libraries] [tags]

The following document contains a summary of all theJellytag 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
debugA tag which generates DEBUG level logging statement usingthe given category name.
errorA tag which generates ERROR level logging statement usingthe given category name.
fatalA tag which generates FATAL level logging statement usingthe given category name.
infoA tag which generates INFO level logging statement usingthe given category name.
traceA tag which generates TRACE level logging statement usingthe given category name.
warnA 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