Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.milligan.eccles
Class ReportingTag  view ReportingTag download ReportingTag.java

java.lang.Object
  extended byorg.milligan.eccles.Tag
      extended byorg.milligan.eccles.ReportingTag

public abstract class ReportingTag
extends Tag

A tag that supports writing to the report file


Field Summary
 
Fields inherited from class org.milligan.eccles.Tag
CONTINUE_PROCESSING, defaultProperties, EXCEPTION_PROPERTY, log, PROCESS_CHILDREN, SIMPLE_BREAK, SKIP_CHILDREN, UNDERLYING_EXCEPTION_PROPERTY
 
Constructor Summary
ReportingTag()
           
 
Method Summary
 boolean isReportingTag()
          Indicate this tag supports writing to the report
 
Methods inherited from class org.milligan.eccles.Tag
addChildTag, doAfterChildren, doEndTag, doFinishChildren, doInitChildren, doStartTag, getChildren, getId, getName, getParent, getPropertiesForDisplay, getPropertiesString, getTagName, getTagPropertiesForDisplay, hasChildren, isEmpty, populateElement, populateElementPropertiesFromTag, setChildren, setId, setName, validate, validateHasNoChildren, validateNotEmptyProperties, validateNotEmptyProperties, validateNotEmptyProperties, validateNotEmptyProperty, validateProperties, validateProperties, validateProperties, validateProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportingTag

public ReportingTag()
Method Detail

isReportingTag

public boolean isReportingTag()
Indicate this tag supports writing to the report

Overrides:
isReportingTag in class Tag