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
 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.
 

Method Detail

getTaglibURI

java.lang.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

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

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


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

Scripting on this page tracks web page traffic, but does not change the content in any way.