接口 javax.servlet.ServletContainerInitializer
的使用

使用 ServletContainerInitializer 的软件包
org.apache.jasper.runtime   
org.eclipse.jetty.annotations   
org.eclipse.jetty.plus.annotation   
 

org.apache.jasper.runtimeServletContainerInitializer 的使用
 

实现 ServletContainerInitializerorg.apache.jasper.runtime 中的类
 class TldScanner
          A container for all tag libraries that are defined "globally" for the web application.
 

org.eclipse.jetty.annotationsServletContainerInitializer 的使用
 

返回变量类型为 ServletContainerInitializer 的类型的 org.eclipse.jetty.annotations 中的方法
 List<ServletContainerInitializer> AnnotationConfiguration.getNonExcludedInitializers(WebAppContext context)
           
 

参数类型为 ServletContainerInitializerorg.eclipse.jetty.annotations 中的方法
 boolean AnnotationConfiguration.isFromExcludedJar(WebAppContext context, ServletContainerInitializer service)
          Check to see if the ServletContainerIntializer loaded via the ServiceLoader came from a jar that is excluded by the fragment ordering.
 

类型变量类型为 ServletContainerInitializerorg.eclipse.jetty.annotations 中的方法参数
 void AnnotationConfiguration.createServletContainerInitializerAnnotationHandlers(WebAppContext context, List<ServletContainerInitializer> scis)
           
 

org.eclipse.jetty.plus.annotationServletContainerInitializer 的使用
 

声明为 ServletContainerInitializerorg.eclipse.jetty.plus.annotation 中的字段
protected  ServletContainerInitializer ContainerInitializer._target
           
 

返回 ServletContainerInitializerorg.eclipse.jetty.plus.annotation 中的方法
 ServletContainerInitializer ContainerInitializer.getTarget()
           
 

参数类型为 ServletContainerInitializerorg.eclipse.jetty.plus.annotation 中的方法
 void ContainerInitializer.setTarget(ServletContainerInitializer target)
           
 



Copyright © 2013. All Rights Reserved.