|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TldTaglibType
The taglib tag is the document root, it defines: description a simple string describing the "use" of this taglib, should be user discernable display-name the display-name element contains a short name that is intended to be displayed by tools icon optional icon that can be used by tools tlib-version the version of the tag library implementation short-name a simple default short name that could be used by a JSP authoring tool to create names with a mnemonic value; for example, the it may be used as the prefered prefix value in taglib directives uri a uri uniquely identifying this taglib validator optional TagLibraryValidator information listener optional event listener specification tag tags in this tag library tag-file tag files in this tag library function zero or more EL functions defined in this tag library taglib-extension zero or more extensions that provide extra information about this taglib, for tool consumption
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>
| Method Summary | |
|---|---|
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property. |
List<FunctionType> |
getFunction()
Gets the value of the function property. |
List<IconType> |
getIcon()
Gets the value of the icon property. |
String |
getId()
Gets the value of the id property. |
List<ListenerType> |
getListener()
Gets the value of the listener property. |
TldCanonicalNameType |
getShortName()
Gets the value of the shortName property. |
List<TagType> |
getTag()
Gets the value of the tag property. |
List<TagFileType> |
getTagFile()
Gets the value of the tagFile property. |
List<TldExtensionType> |
getTaglibExtension()
Gets the value of the taglibExtension property. |
String |
getTlibVersion()
Gets the value of the tlibVersion property. |
XsdAnyURIType |
getUri()
Gets the value of the uri property. |
ValidatorType |
getValidator()
Gets the value of the validator property. |
String |
getVersion()
Gets the value of the version property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setShortName(TldCanonicalNameType value)
Sets the value of the shortName property. |
void |
setTlibVersion(String value)
Sets the value of the tlibVersion property. |
void |
setUri(XsdAnyURIType value)
Sets the value of the uri property. |
void |
setValidator(ValidatorType value)
Sets the value of the validator property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Method Detail |
|---|
List<DescriptionType> getDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
List<DisplayNameType> getDisplayName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
List<IconType> getIcon()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
IconType
String getTlibVersion()
Stringvoid setTlibVersion(String value)
value - allowed object is
StringTldCanonicalNameType getShortName()
TldCanonicalNameTypevoid setShortName(TldCanonicalNameType value)
value - allowed object is
TldCanonicalNameTypeXsdAnyURIType getUri()
XsdAnyURITypevoid setUri(XsdAnyURIType value)
value - allowed object is
XsdAnyURITypeValidatorType getValidator()
ValidatorTypevoid setValidator(ValidatorType value)
value - allowed object is
ValidatorTypeList<ListenerType> getListener()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the listener property.
For example, to add a new item, do as follows:
getListener().add(newItem);
Objects of the following type(s) are allowed in the list
ListenerType
List<TagType> getTag()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tag property.
For example, to add a new item, do as follows:
getTag().add(newItem);
Objects of the following type(s) are allowed in the list
TagType
List<TagFileType> getTagFile()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tagFile property.
For example, to add a new item, do as follows:
getTagFile().add(newItem);
Objects of the following type(s) are allowed in the list
TagFileType
List<FunctionType> getFunction()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the function property.
For example, to add a new item, do as follows:
getFunction().add(newItem);
Objects of the following type(s) are allowed in the list
FunctionType
List<TldExtensionType> getTaglibExtension()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the taglibExtension property.
For example, to add a new item, do as follows:
getTaglibExtension().add(newItem);
Objects of the following type(s) are allowed in the list
TldExtensionType
String getVersion()
Stringvoid setVersion(String value)
value - allowed object is
StringString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||