public class TldTaglib extends Object
Java class for tldTaglibType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tldTaglibType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="tlib-version" type="{http://java.sun.com/xml/ns/javaee}dewey-versionType"/>
<element name="short-name" type="{http://java.sun.com/xml/ns/javaee}tld-canonical-nameType"/>
<element name="uri" type="{http://java.sun.com/xml/ns/javaee}xsdAnyURIType" minOccurs="0"/>
<element name="validator" type="{http://java.sun.com/xml/ns/javaee}validatorType" minOccurs="0"/>
<element name="listener" type="{http://java.sun.com/xml/ns/javaee}listenerType" maxOccurs="unbounded" minOccurs="0"/>
<element name="tag" type="{http://java.sun.com/xml/ns/javaee}tagType" maxOccurs="unbounded" minOccurs="0"/>
<element name="tag-file" type="{http://java.sun.com/xml/ns/javaee}tagFileType" maxOccurs="unbounded" minOccurs="0"/>
<element name="function" type="{http://java.sun.com/xml/ns/javaee}functionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="taglib-extension" type="{http://java.sun.com/xml/ns/javaee}tld-extensionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" use="required" type="{http://java.sun.com/xml/ns/javaee}dewey-versionType" fixed="2.1" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TextMap |
description |
protected TextMap |
displayName |
protected List<Function> |
function |
protected LocalCollection<Icon> |
icon |
protected String |
id |
protected String |
jspVersion |
protected List<Listener> |
listener |
protected String |
shortName |
protected List<Tag> |
tag |
protected List<TagFile> |
tagFile |
protected List<TldExtension> |
taglibExtension |
protected String |
tlibVersion |
protected String |
uri |
protected Validator |
validator |
protected String |
version |
| Constructor and Description |
|---|
TldTaglib() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Text[] |
getDescriptions() |
String |
getDisplayName() |
Text[] |
getDisplayNames() |
List<Function> |
getFunction() |
Icon |
getIcon() |
Map<String,Icon> |
getIconMap() |
Collection<Icon> |
getIcons() |
String |
getId() |
String |
getJspVersion() |
List<Listener> |
getListener() |
String |
getShortName() |
List<Tag> |
getTag() |
List<TagFile> |
getTagFile() |
List<TldExtension> |
getTaglibExtension() |
String |
getTlibVersion() |
String |
getUri() |
Validator |
getValidator() |
String |
getVersion() |
void |
setDescriptions(Text[] text) |
void |
setDisplayNames(Text[] text) |
void |
setId(String value) |
void |
setJspVersion(String jspVersion) |
void |
setShortName(String value) |
void |
setTlibVersion(String value) |
void |
setUri(String value) |
void |
setValidator(Validator value) |
void |
setVersion(String value) |
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected String tlibVersion
protected String jspVersion
protected String shortName
protected String uri
protected Validator validator
protected List<TldExtension> taglibExtension
protected String id
protected String version
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public String getDisplayName()
public Collection<Icon> getIcons()
public Icon getIcon()
public String getTlibVersion()
public void setTlibVersion(String value)
public String getJspVersion()
public void setJspVersion(String jspVersion)
public String getShortName()
public void setShortName(String value)
public String getUri()
public void setUri(String value)
public Validator getValidator()
public void setValidator(Validator value)
public List<TldExtension> getTaglibExtension()
public String getId()
public void setId(String value)
public String getVersion()
public void setVersion(String value)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.