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()
           
 
方法摘要
 void addJspPropertyGroup(JspPropertyGroupDescriptor g)
           
 void addTaglibDescriptor(TaglibDescriptor d)
           
 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.
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.