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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the display name.getInfo()Returns the description info.Returns the large icon path.getName()Returns the tag name.getPath()Returns the tag file path.Returns the small icon path.voidsetDisplayName(String displayName) Sets the display name.voidSets the description info.voidsetLargeIcon(String largeIcon) Sets the large icon path.voidSets the tag name.voidSets the tag file path.voidsetSmallIcon(String smallIcon) Sets the small icon path.
-
Constructor Details
-
TagFileXml
public TagFileXml()Constructs a new TagFileXml.
-
-
Method Details
-
getName
-
setName
-
getPath
-
setPath
-
getDisplayName
-
setDisplayName
Sets the display name.- Parameters:
displayName- the display name
-
getSmallIcon
-
setSmallIcon
Sets the small icon path.- Parameters:
smallIcon- the small icon path
-
getLargeIcon
-
setLargeIcon
Sets the large icon path.- Parameters:
largeIcon- the large icon path
-
getInfo
-
setInfo
-