Class TagFileXml
java.lang.Object
org.apache.tomcat.util.descriptor.tld.TagFileXml
Bare-bone model of a tag file loaded from a TLD.
 This does not contain the tag-specific attributes that requiring parsing
 the actual tag file to derive.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetInfo()getName()getPath()voidsetDisplayName(String displayName) voidvoidsetLargeIcon(String largeIcon) voidvoidvoidsetSmallIcon(String smallIcon) 
- 
Constructor Details- 
TagFileXmlpublic TagFileXml()
 
- 
- 
Method Details- 
getName
- 
setName
- 
getPath
- 
setPath
- 
getDisplayName
- 
setDisplayName
- 
getSmallIcon
- 
setSmallIcon
- 
getLargeIcon
- 
setLargeIcon
- 
getInfo
- 
setInfo
 
-