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

使用 JspPropertyGroupDescriptor 的软件包
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.descriptorJspPropertyGroupDescriptor 的使用
 

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

org.eclipse.jetty.servletJspPropertyGroupDescriptor 的使用
 

实现 JspPropertyGroupDescriptororg.eclipse.jetty.servlet 中的类
static class ServletContextHandler.JspPropertyGroup
           
 

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

参数类型为 JspPropertyGroupDescriptororg.eclipse.jetty.servlet 中的方法
 void ServletContextHandler.JspConfig.addJspPropertyGroup(JspPropertyGroupDescriptor g)
           
 



Copyright © 2013. All Rights Reserved.