Package javax.servlet.descriptor
Interface TaglibDescriptor
- 
 public interface TaglibDescriptorRepresents a taglib descriptor definitions in the deployment descriptor.- Since:
- Servlet 3.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTaglibLocation()Obtain the location of the tag library.java.lang.StringgetTaglibURI()Obtain the URI for the tag library.
 
-