Class TaglibXml
java.lang.Object
org.apache.tomcat.util.descriptor.tld.TaglibXml
Common representation of a Tag Library Descriptor (TLD) XML file.
 
This stores the raw result of parsing an TLD XML file, flattening different version of the descriptors to a common format. This is different to a TagLibraryInfo instance that would be passed to a tag validator in that it does not contain the uri and prefix values used by a JSP to reference this tag library.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddFunction(String name, String klass, String signature) voidaddListener(String listener) voidvoidaddTagFile(TagFileXml tag) getInfo()getTags()getUri()voidvoidsetJspVersion(String jspVersion) voidsetShortName(String shortName) voidsetTlibVersion(String tlibVersion) voidvoidsetValidator(ValidatorXml validator) 
- 
Constructor Details- 
TaglibXmlpublic TaglibXml()
 
- 
- 
Method Details- 
getTlibVersion
- 
setTlibVersion
- 
getJspVersion
- 
setJspVersion
- 
getShortName
- 
setShortName
- 
getUri
- 
setUri
- 
getInfo
- 
setInfo
- 
getValidator
- 
setValidator
- 
addTag
- 
getTags
- 
addTagFile
- 
getTagFiles
- 
addListener
- 
getListeners
- 
addFunction
- 
getFunctions
 
-