Package org.apache.openejb.jee
Class Taglib
- java.lang.Object
-
- org.apache.openejb.jee.Taglib
-
public class Taglib extends Object
jsp_2_2.xsdJava 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>
-
-
Constructor Summary
Constructors Constructor Description Taglib()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetTaglibLocation()StringgetTaglibUri()voidsetId(String value)voidsetTaglibLocation(String value)voidsetTaglibUri(String value)
-