public interface TaglibDescriptor
<taglib>
related configuration of a web application.
The configuration is aggregated from the web.xml
and web-fragment.xml
descriptor files of
the web application.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTaglibLocation()
Gets the location of the tag library represented by this TaglibDescriptor.
|
java.lang.String |
getTaglibURI()
Gets the unique identifier of the tag library represented by this TaglibDescriptor.
|
java.lang.String getTaglibURI()
java.lang.String getTaglibLocation()