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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetInfo()
getName()
boolean
void
setBodyContent
(String bodyContent) void
setDisplayName
(String displayName) void
setDynamicAttributes
(boolean dynamicAttributes) void
void
setLargeIcon
(String largeIcon) void
void
setSmallIcon
(String smallIcon) void
setTagClass
(String tagClass) void
setTeiClass
(String teiClass)
-
Constructor Details
-
TagXml
public TagXml()
-
-
Method Details
-
getName
-
setName
-
getTagClass
-
setTagClass
-
getTeiClass
-
setTeiClass
-
getBodyContent
-
setBodyContent
-
getDisplayName
-
setDisplayName
-
getSmallIcon
-
setSmallIcon
-
getLargeIcon
-
setLargeIcon
-
getInfo
-
setInfo
-
hasDynamicAttributes
public boolean hasDynamicAttributes() -
setDynamicAttributes
public void setDynamicAttributes(boolean dynamicAttributes) -
getAttributes
-
getVariables
-