D E F G I L O S T W

D

DebugTag - Class in org.apache.commons.jelly.tags.log
A tag which generates DEBUG level logging statement using the given category name.
DebugTag() - Constructor for class org.apache.commons.jelly.tags.log.DebugTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.log.DebugTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.log.ErrorTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.log.FatalTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.log.InfoTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.log.TraceTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.log.WarnTag
 

E

encode - Variable in class org.apache.commons.jelly.tags.log.LogTagSupport
 
ErrorTag - Class in org.apache.commons.jelly.tags.log
A tag which generates ERROR level logging statement using the given category name.
ErrorTag() - Constructor for class org.apache.commons.jelly.tags.log.ErrorTag
 

F

FatalTag - Class in org.apache.commons.jelly.tags.log
A tag which generates FATAL level logging statement using the given category name.
FatalTag() - Constructor for class org.apache.commons.jelly.tags.log.FatalTag
 

G

getLog() - Method in class org.apache.commons.jelly.tags.log.LogTagSupport
 

I

InfoTag - Class in org.apache.commons.jelly.tags.log
A tag which generates INFO level logging statement using the given category name.
InfoTag() - Constructor for class org.apache.commons.jelly.tags.log.InfoTag
 
isEncode() - Method in class org.apache.commons.jelly.tags.log.LogTagSupport
Returns whether the body of this tag will be XML encoded or not.

L

log - Variable in class org.apache.commons.jelly.tags.log.LogTagSupport
 
LogTagLibrary - Class in org.apache.commons.jelly.tags.log
Describes the Taglib.
LogTagLibrary() - Constructor for class org.apache.commons.jelly.tags.log.LogTagLibrary
 
LogTagSupport - Class in org.apache.commons.jelly.tags.log
An abstract base class for any logging tag..
LogTagSupport() - Constructor for class org.apache.commons.jelly.tags.log.LogTagSupport
 

O

org.apache.commons.jelly.tags.log - package org.apache.commons.jelly.tags.log
Custom tags for generating textual logging information using commons-logging which will use either log4j, logkit or JDK1.4 logging depending on the classpath and configuration.

S

setEncode(boolean) - Method in class org.apache.commons.jelly.tags.log.LogTagSupport
Sets whether the body of the tag should be encoded as text (so that < and > are encoded as &lt; and &gt;) or leave the text as XML which is the default.
setLog(Log) - Method in class org.apache.commons.jelly.tags.log.LogTagSupport
Sets the Log instance to use for logging.
setName(String) - Method in class org.apache.commons.jelly.tags.log.LogTagSupport
Sets the name of the logger to use

T

TraceTag - Class in org.apache.commons.jelly.tags.log
A tag which generates TRACE level logging statement using the given category name.
TraceTag() - Constructor for class org.apache.commons.jelly.tags.log.TraceTag
 

W

WarnTag - Class in org.apache.commons.jelly.tags.log
A tag which generates WARN level logging statement using the given category name.
WarnTag() - Constructor for class org.apache.commons.jelly.tags.log.WarnTag
 

D E F G I L O S T W