org.eclipse.jetty.servlet
类 ServletContextHandler.TagLib
java.lang.Object
org.eclipse.jetty.servlet.ServletContextHandler.TagLib
- 所有已实现的接口:
- TaglibDescriptor
- 包容类:
- ServletContextHandler
public static class ServletContextHandler.TagLib
- extends Object
- implements TaglibDescriptor
ServletContextHandler.TagLib
public ServletContextHandler.TagLib()
getTaglibURI
public String getTaglibURI()
- 从接口
TaglibDescriptor 复制的描述
- Gets the unique identifier of the tag library represented by this
TaglibDescriptor.
- 指定者:
- 接口
TaglibDescriptor 中的 getTaglibURI
- 返回:
- the unique identifier of the tag library represented by this
TaglibDescriptor
- 另请参见:
TaglibDescriptor.getTaglibURI()
setTaglibURI
public void setTaglibURI(String uri)
getTaglibLocation
public String getTaglibLocation()
- 从接口
TaglibDescriptor 复制的描述
- Gets the location of the tag library represented by this
TaglibDescriptor.
- 指定者:
- 接口
TaglibDescriptor 中的 getTaglibLocation
- 返回:
- the location of the tag library represented by this
TaglibDescriptor
- 另请参见:
TaglibDescriptor.getTaglibLocation()
setTaglibLocation
public void setTaglibLocation(String location)
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
Copyright © 2013. All Rights Reserved.