org.apache.commons.jelly.tags.log
public abstract class LogTagSupport extends TagSupport
body, context, parent
Constructor and Description |
---|
LogTagSupport() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.logging.Log |
getLog() |
boolean |
isEncode()
Returns whether the body of this tag will be XML encoded or not.
|
void |
setEncode(boolean encode)
Sets whether the body of the tag should be encoded as text (so that < and > are
encoded as < and >) or leave the text as XML which is the default.
|
void |
setLog(org.apache.commons.logging.Log log)
Sets the Log instance to use for logging.
|
void |
setName(java.lang.String name)
Sets the name of the logger to use
|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public org.apache.commons.logging.Log getLog()
public void setName(java.lang.String name)
public void setLog(org.apache.commons.logging.Log log)
public boolean isEncode()
public void setEncode(boolean encode)
Copyright © 2014. All Rights Reserved.