|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 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.descriptor 中 JspPropertyGroupDescriptor 的使用 |
|---|
| 返回变量类型为 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.servlet 中 JspPropertyGroupDescriptor 的使用 |
|---|
| 实现 JspPropertyGroupDescriptor 的 org.eclipse.jetty.servlet 中的类 | |
|---|---|
static class |
ServletContextHandler.JspPropertyGroup
|
| 返回变量类型为 JspPropertyGroupDescriptor 的类型的 org.eclipse.jetty.servlet 中的方法 | |
|---|---|
Collection<JspPropertyGroupDescriptor> |
ServletContextHandler.JspConfig.getJspPropertyGroups()
|
| 参数类型为 JspPropertyGroupDescriptor 的 org.eclipse.jetty.servlet 中的方法 | |
|---|---|
void |
ServletContextHandler.JspConfig.addJspPropertyGroup(JspPropertyGroupDescriptor g)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||