org.apache.openejb.jee
Class Taglib
java.lang.Object
org.apache.openejb.jee.Taglib
public class Taglib
- extends Object
jsp_2_2.xsd
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taglibUri
protected String taglibUri
taglibLocation
protected String taglibLocation
id
protected String id
Taglib
public Taglib()
getTaglibUri
public String getTaglibUri()
setTaglibUri
public void setTaglibUri(String value)
getTaglibLocation
public String getTaglibLocation()
setTaglibLocation
public void setTaglibLocation(String value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.