org.apache.commons.latka.jelly
Class ReportMessageTag

java.lang.Object
  extended by org.apache.commons.jelly.TagSupport
      extended by org.apache.commons.latka.jelly.ReportMessageTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class ReportMessageTag
extends org.apache.commons.jelly.TagSupport

Report message tag

Author:
Morgan Delagrange

Field Summary
protected  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(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

_message

protected String _message
Constructor Detail

ReportMessageTag

public ReportMessageTag()
Method Detail

doTag

public void doTag(org.apache.commons.jelly.XMLOutput xmlOutput)
Send a report message to the listener

Parameters:
xmlOutput - a place to write output
Throws:
Exception - when any error occurs

setMessage

public void setMessage(String message)
Message to write to the log

Parameters:
message -


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.