Package org.apache.openejb.jee
Class TldTaglib
- java.lang.Object
-
- org.apache.openejb.jee.TldTaglib
-
public class TldTaglib extends Object
web-jsptaglibrary_2_1.xsdJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected TextMapdescriptionprotected TextMapdisplayNameprotected List<Function>functionprotected LocalCollection<Icon>iconprotected Stringidprotected StringjspVersionprotected List<Listener>listenerprotected StringshortNameprotected List<Tag>tagprotected List<TagFile>tagFileprotected List<TldExtension>taglibExtensionprotected StringtlibVersionprotected Stringuriprotected Validatorvalidatorprotected Stringversion
-
Constructor Summary
Constructors Constructor Description TldTaglib()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Text[]getDescriptions()StringgetDisplayName()Text[]getDisplayNames()List<Function>getFunction()IcongetIcon()Map<String,Icon>getIconMap()Collection<Icon>getIcons()StringgetId()StringgetJspVersion()List<Listener>getListener()StringgetShortName()List<Tag>getTag()List<TagFile>getTagFile()List<TldExtension>getTaglibExtension()StringgetTlibVersion()StringgetUri()ValidatorgetValidator()StringgetVersion()voidsetDescriptions(Text[] text)voidsetDisplayNames(Text[] text)voidsetId(String value)voidsetJspVersion(String jspVersion)voidsetShortName(String value)voidsetTlibVersion(String value)voidsetUri(String value)voidsetValidator(Validator value)voidsetVersion(String value)
-
-
-
Field Detail
-
description
protected TextMap description
-
displayName
protected TextMap displayName
-
icon
protected LocalCollection<Icon> icon
-
tlibVersion
protected String tlibVersion
-
jspVersion
protected String jspVersion
-
shortName
protected String shortName
-
uri
protected String uri
-
validator
protected Validator validator
-
taglibExtension
protected List<TldExtension> taglibExtension
-
id
protected String id
-
version
protected String version
-
-
Method Detail
-
getDescriptions
public Text[] getDescriptions()
-
setDescriptions
public void setDescriptions(Text[] text)
-
getDescription
public String getDescription()
-
getDisplayNames
public Text[] getDisplayNames()
-
setDisplayNames
public void setDisplayNames(Text[] text)
-
getDisplayName
public String getDisplayName()
-
getIcons
public Collection<Icon> getIcons()
-
getIcon
public Icon getIcon()
-
getTlibVersion
public String getTlibVersion()
-
setTlibVersion
public void setTlibVersion(String value)
-
getJspVersion
public String getJspVersion()
-
setJspVersion
public void setJspVersion(String jspVersion)
-
getShortName
public String getShortName()
-
setShortName
public void setShortName(String value)
-
getUri
public String getUri()
-
setUri
public void setUri(String value)
-
getValidator
public Validator getValidator()
-
setValidator
public void setValidator(Validator value)
-
getTaglibExtension
public List<TldExtension> getTaglibExtension()
-
getId
public String getId()
-
setId
public void setId(String value)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String value)
-
-