|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.commons.latka.jelly.ReportMessageTag
Report message tag
Field Summary | |
protected java.lang.String |
_message
|
Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
ReportMessageTag()
|
Method Summary | |
void |
doTag(org.apache.commons.jelly.XMLOutput xmlOutput)
Send a report message to the listener |
void |
setMessage(java.lang.String message)
Message to write to the log |
Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String _message
Constructor Detail |
public ReportMessageTag()
Method Detail |
public void doTag(org.apache.commons.jelly.XMLOutput xmlOutput)
xmlOutput
- a place to write output
java.lang.Exception
- when any error occurspublic void setMessage(java.lang.String message)
message
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |