D E F G I L O S T W

D

DebugTag - class org.apache.commons.jelly.tags.log.DebugTag.
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

ErrorTag - class org.apache.commons.jelly.tags.log.ErrorTag.
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 org.apache.commons.jelly.tags.log.FatalTag.
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 org.apache.commons.jelly.tags.log.InfoTag.
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

LogTagLibrary - class org.apache.commons.jelly.tags.log.LogTagLibrary.
Describes the Taglib.
LogTagLibrary() - Constructor for class org.apache.commons.jelly.tags.log.LogTagLibrary
 
LogTagSupport - class org.apache.commons.jelly.tags.log.LogTagSupport.
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 org.apache.commons.jelly.tags.log.TraceTag.
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 org.apache.commons.jelly.tags.log.WarnTag.
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

Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.