javax.servlet.descriptor
接口 TaglibDescriptor

所有已知实现类:
ServletContextHandler.TagLib

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.

从以下版本开始:
Servlet 3.0

方法摘要
 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.
 

方法详细信息

getTaglibURI

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

返回:
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.

返回:
the location of the tag library represented by this TaglibDescriptor


Copyright © 2013. All Rights Reserved.