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()
           
 
方法摘要
 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.
 void setTaglibLocation(String location)
           
 void setTaglibURI(String uri)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.