接口 org.eclipse.jetty.servlet.ServletContextHandler.Decorator
的使用

使用 ServletContextHandler.Decorator 的软件包
org.eclipse.jetty.annotations   
org.eclipse.jetty.plus.webapp   
org.eclipse.jetty.servlet   
 

org.eclipse.jetty.annotationsServletContextHandler.Decorator 的使用
 

实现 ServletContextHandler.Decoratororg.eclipse.jetty.annotations 中的类
 class AnnotationDecorator
          WebAppDecoratorWrapper
 

org.eclipse.jetty.plus.webappServletContextHandler.Decorator 的使用
 

实现 ServletContextHandler.Decoratororg.eclipse.jetty.plus.webapp 中的类
 class PlusDecorator
          WebAppDecorator
 

org.eclipse.jetty.servletServletContextHandler.Decorator 的使用
 

类型参数类型为 ServletContextHandler.Decoratororg.eclipse.jetty.servlet 中的字段
protected  List<ServletContextHandler.Decorator> ServletContextHandler._decorators
           
 

返回变量类型为 ServletContextHandler.Decorator 的类型的 org.eclipse.jetty.servlet 中的方法
 List<ServletContextHandler.Decorator> ServletContextHandler.getDecorators()
           
 

参数类型为 ServletContextHandler.Decoratororg.eclipse.jetty.servlet 中的方法
 void ServletContextHandler.addDecorator(ServletContextHandler.Decorator decorator)
           
 

类型变量类型为 ServletContextHandler.Decoratororg.eclipse.jetty.servlet 中的方法参数
 void ServletContextHandler.setDecorators(List<ServletContextHandler.Decorator> decorators)
           
 



Copyright © 2013. All Rights Reserved.