|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface JspConfigDescriptor
This interface provides access to the <jsp-config>
related configuration of a web application.
The configuration is aggregated from the web.xml and
web-fragment.xml descriptor files of the web application.
| 方法摘要 | |
|---|---|
Collection<JspPropertyGroupDescriptor> |
getJspPropertyGroups()
Gets the <jsp-property-group> child elements
of the <jsp-config> element represented by this
JspConfigDescriptor. |
Collection<TaglibDescriptor> |
getTaglibs()
Gets the <taglib> child elements of the
<jsp-config> element represented by this
JspConfigDescriptor. |
| 方法详细信息 |
|---|
Collection<TaglibDescriptor> getTaglibs()
<taglib> child elements of the
<jsp-config> element represented by this
JspConfigDescriptor.
Any changes to the returned Collection must not
affect this JspConfigDescriptor.
Collection of the
<taglib<>/code> child elements of the
<jsp-config> element represented by this
JspConfigDescriptorCollection<JspPropertyGroupDescriptor> getJspPropertyGroups()
<jsp-property-group> child elements
of the <jsp-config> element represented by this
JspConfigDescriptor.
Any changes to the returned Collection must not
affect this JspConfigDescriptor.
Collection of the
<jsp-property-group> child elements of the
<jsp-config> element represented by this
JspConfigDescriptor
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||