Package org.apache.openejb.jee
Class Tag
- java.lang.Object
-
- org.apache.openejb.jee.Tag
-
public class Tag extends Object
web-jsptaglibrary_2_1.xsdJava class for tagType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tagType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/> <element name="name" type="{http://java.sun.com/xml/ns/javaee}tld-canonical-nameType"/> <element name="tag-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="tei-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/> <element name="body-content" type="{http://java.sun.com/xml/ns/javaee}body-contentType"/> <element name="variable" type="{http://java.sun.com/xml/ns/javaee}variableType" maxOccurs="unbounded" minOccurs="0"/> <element name="attribute" type="{http://java.sun.com/xml/ns/javaee}tld-attributeType" maxOccurs="unbounded" minOccurs="0"/> <element name="dynamic-attributes" type="{http://java.sun.com/xml/ns/javaee}generic-booleanType" minOccurs="0"/> <element name="example" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/> <element name="tag-extension" type="{http://java.sun.com/xml/ns/javaee}tld-extensionType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<TldAttribute>attributeprotected BodyContentbodyContentprotected TextMapdescriptionprotected TextMapdisplayNameprotected StringdynamicAttributesprotected Stringexampleprotected LocalCollection<Icon>iconprotected Stringidprotected Stringnameprotected StringtagClassprotected List<TldExtension>tagExtensionprotected StringteiClassprotected List<Variable>variable
-
Constructor Summary
Constructors Constructor Description Tag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TldAttribute>getAttribute()BodyContentgetBodyContent()StringgetDescription()Text[]getDescriptions()StringgetDisplayName()Text[]getDisplayNames()StringgetDynamicAttributes()StringgetExample()IcongetIcon()Map<String,Icon>getIconMap()Collection<Icon>getIcons()StringgetId()StringgetName()StringgetTagClass()List<TldExtension>getTagExtension()StringgetTeiClass()List<Variable>getVariable()voidsetBodyContent(BodyContent value)voidsetDescriptions(Text[] text)voidsetDisplayNames(Text[] text)voidsetDynamicAttributes(String value)voidsetExample(String value)voidsetId(String value)voidsetName(String value)voidsetTagClass(String value)voidsetTeiClass(String value)
-
-
-
Field Detail
-
description
protected TextMap description
-
displayName
protected TextMap displayName
-
icon
protected LocalCollection<Icon> icon
-
name
protected String name
-
tagClass
protected String tagClass
-
teiClass
protected String teiClass
-
bodyContent
protected BodyContent bodyContent
-
attribute
protected List<TldAttribute> attribute
-
dynamicAttributes
protected String dynamicAttributes
-
example
protected String example
-
tagExtension
protected List<TldExtension> tagExtension
-
id
protected String id
-
-
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()
-
getName
public String getName()
-
setName
public void setName(String value)
-
getTagClass
public String getTagClass()
-
setTagClass
public void setTagClass(String value)
-
getTeiClass
public String getTeiClass()
-
setTeiClass
public void setTeiClass(String value)
-
getBodyContent
public BodyContent getBodyContent()
-
setBodyContent
public void setBodyContent(BodyContent value)
-
getAttribute
public List<TldAttribute> getAttribute()
-
getDynamicAttributes
public String getDynamicAttributes()
-
setDynamicAttributes
public void setDynamicAttributes(String value)
-
getExample
public String getExample()
-
setExample
public void setExample(String value)
-
getTagExtension
public List<TldExtension> getTagExtension()
-
getId
public String getId()
-
setId
public void setId(String value)
-
-