接口 javax.servlet.descriptor.TaglibDescriptor
的使用

使用 TaglibDescriptor 的软件包
javax.servlet.descriptor Provides programmatic access to a web application's configuration information that was aggregated from the web.xml and web-fragment.xml descriptors. 
org.eclipse.jetty.servlet   
 

javax.servlet.descriptorTaglibDescriptor 的使用
 

返回变量类型为 TaglibDescriptor 的类型的 javax.servlet.descriptor 中的方法
 Collection<TaglibDescriptor> JspConfigDescriptor.getTaglibs()
          Gets the <taglib> child elements of the <jsp-config> element represented by this JspConfigDescriptor.
 

org.eclipse.jetty.servletTaglibDescriptor 的使用
 

实现 TaglibDescriptororg.eclipse.jetty.servlet 中的类
static class ServletContextHandler.TagLib
           
 

返回变量类型为 TaglibDescriptor 的类型的 org.eclipse.jetty.servlet 中的方法
 Collection<TaglibDescriptor> ServletContextHandler.JspConfig.getTaglibs()
           
 

参数类型为 TaglibDescriptororg.eclipse.jetty.servlet 中的方法
 void ServletContextHandler.JspConfig.addTaglibDescriptor(TaglibDescriptor d)
           
 



Copyright © 2013. All Rights Reserved.