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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetInfo()
getName()
getPath()
void
setDisplayName
(String displayName) void
void
setLargeIcon
(String largeIcon) void
void
void
setSmallIcon
(String smallIcon)
-
Constructor Details
-
TagFileXml
public TagFileXml()
-
-
Method Details
-
getName
-
setName
-
getPath
-
setPath
-
getDisplayName
-
setDisplayName
-
getSmallIcon
-
setSmallIcon
-
getLargeIcon
-
setLargeIcon
-
getInfo
-
setInfo
-