java.lang.Object
org.milligan.eccles.Tag
org.milligan.eccles.ReportingTag
- public abstract class ReportingTag
- extends Tag
A tag that supports writing to the report file
|
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 |
ReportingTag
public ReportingTag()
isReportingTag
public boolean isReportingTag()
- Indicate this tag supports writing to the report
- Overrides:
isReportingTag in class Tag