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
Returns the tag name.- Returns:
- the tag name
-
setName
Sets the tag name.- Parameters:
name- the tag name
-
getPath
Returns the tag file path.- Returns:
- the path
-
setPath
Sets the tag file path.- Parameters:
path- the path
-
getDisplayName
Returns the display name.- Returns:
- the display name
-
setDisplayName
Sets the display name.- Parameters:
displayName- the display name
-
getSmallIcon
Returns the small icon path.- Returns:
- the small icon path
-
setSmallIcon
Sets the small icon path.- Parameters:
smallIcon- the small icon path
-
getLargeIcon
Returns the large icon path.- Returns:
- the large icon path
-
setLargeIcon
Sets the large icon path.- Parameters:
largeIcon- the large icon path
-
getInfo
Returns the description info.- Returns:
- the info
-
setInfo
Sets the description info.- Parameters:
info- the info
-