org.eclipse.jetty.servlet
类 ServletContextHandler.JspConfig
java.lang.Object
org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
- 所有已实现的接口:
- JspConfigDescriptor
- 包容类:
- ServletContextHandler
public static class ServletContextHandler.JspConfig
- extends Object
- implements JspConfigDescriptor
ServletContextHandler.JspConfig
public ServletContextHandler.JspConfig()
getTaglibs
public Collection<TaglibDescriptor> getTaglibs()
- 从接口
JspConfigDescriptor 复制的描述
- Gets the
<taglib> child elements of the
<jsp-config> element represented by this
JspConfigDescriptor.
Any changes to the returned Collection must not
affect this JspConfigDescriptor.
- 指定者:
- 接口
JspConfigDescriptor 中的 getTaglibs
- 返回:
- a (possibly empty)
Collection of the
<taglib<>/code> child elements of the
<jsp-config> element represented by this
JspConfigDescriptor- 另请参见:
JspConfigDescriptor.getTaglibs()
addTaglibDescriptor
public void addTaglibDescriptor(TaglibDescriptor d)
getJspPropertyGroups
public Collection<JspPropertyGroupDescriptor> getJspPropertyGroups()
- 从接口
JspConfigDescriptor 复制的描述
- Gets the
<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.
- 指定者:
- 接口
JspConfigDescriptor 中的 getJspPropertyGroups
- 返回:
- a (possibly empty)
Collection of the
<jsp-property-group> child elements of the
<jsp-config> element represented by this
JspConfigDescriptor - 另请参见:
JspConfigDescriptor.getJspPropertyGroups()
addJspPropertyGroup
public void addJspPropertyGroup(JspPropertyGroupDescriptor g)
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
Copyright © 2013. All Rights Reserved.