|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.http.webxml.schema.version_3_0.TaglibType
public class TaglibType
The taglibType defines the syntax for declaring in the deployment descriptor that a tag library is available to the application. This can be done to override implicit map entries from TLD files and from the container.
Java class for taglibType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="taglibType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="taglib-uri" type="{http://java.sun.com/xml/ns/javaee}string"/> <element name="taglib-location" type="{http://java.sun.com/xml/ns/javaee}pathType"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
id
|
protected PathType |
taglibLocation
|
protected String |
taglibUri
|
Constructor Summary | |
---|---|
TaglibType()
|
Method Summary | |
---|---|
String |
getId()
Gets the value of the id property. |
PathType |
getTaglibLocation()
Gets the value of the taglibLocation property. |
String |
getTaglibUri()
Gets the value of the taglibUri property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setTaglibLocation(PathType value)
Sets the value of the taglibLocation property. |
void |
setTaglibUri(String value)
Sets the value of the taglibUri property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String taglibUri
protected PathType taglibLocation
protected String id
Constructor Detail |
---|
public TaglibType()
Method Detail |
---|
public String getTaglibUri()
String
public void setTaglibUri(String value)
value
- allowed object is
String
public PathType getTaglibLocation()
PathType
public void setTaglibLocation(PathType value)
value
- allowed object is
PathType
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |