javax.servlet.descriptor
Interface TaglibDescriptor


public interface TaglibDescriptor

This interface provides access to the <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.

Since:
Servlet 3.0

Method Summary
 String getTaglibLocation()
          Gets the location of the tag library represented by this TaglibDescriptor.
 String getTaglibURI()
          Gets the unique identifier of the tag library represented by this TaglibDescriptor.
 

Method Detail

getTaglibURI

String getTaglibURI()
Gets the unique identifier of the tag library represented by this TaglibDescriptor.

Returns:
the unique identifier of the tag library represented by this TaglibDescriptor

getTaglibLocation

String getTaglibLocation()
Gets the location of the tag library represented by this TaglibDescriptor.

Returns:
the location of the tag library represented by this TaglibDescriptor


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.