Class TagXml
java.lang.Object
org.apache.tomcat.util.descriptor.tld.TagXml
Model of a tag define in a tag library descriptor.
 This represents the information as parsed from the XML but differs from
 TagInfo in that is does not provide a link back to the tag library that
 defined it.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetInfo()getName()booleanvoidsetBodyContent(String bodyContent) voidsetDisplayName(String displayName) voidsetDynamicAttributes(boolean dynamicAttributes) voidvoidsetLargeIcon(String largeIcon) voidvoidsetSmallIcon(String smallIcon) voidsetTagClass(String tagClass) voidsetTeiClass(String teiClass) 
- 
Constructor Details- 
TagXmlpublic TagXml()
 
- 
- 
Method Details- 
getName
- 
setName
- 
getTagClass
- 
setTagClass
- 
getTeiClass
- 
setTeiClass
- 
getBodyContent
- 
setBodyContent
- 
getDisplayName
- 
setDisplayName
- 
getSmallIcon
- 
setSmallIcon
- 
getLargeIcon
- 
setLargeIcon
- 
getInfo
- 
setInfo
- 
hasDynamicAttributespublic boolean hasDynamicAttributes()
- 
setDynamicAttributespublic void setDynamicAttributes(boolean dynamicAttributes) 
- 
getAttributes
- 
getVariables
 
-