接口 org.eclipse.jetty.annotations.AnnotationParser.Handler
的使用

使用 AnnotationParser.Handler 的软件包
org.eclipse.jetty.annotations   
 

org.eclipse.jetty.annotationsAnnotationParser.Handler 的使用
 

org.eclipse.jetty.annotationsAnnotationParser.Handler 的子接口
static interface AnnotationParser.ClassHandler
          ClassHandler Responds to finding a Class
static interface AnnotationParser.DiscoverableAnnotationHandler
          DiscoverableAnnotationHandler Processes an annotation when it is discovered on a class.
static interface AnnotationParser.FieldHandler
          FieldHandler Responds to finding a Field
static interface AnnotationParser.MethodHandler
          MethodHandler Responds to finding a Method
 

实现 AnnotationParser.Handlerorg.eclipse.jetty.annotations 中的类
 class AbstractDiscoverableAnnotationHandler
          DiscoverableAnnotationHandler
 class ClassInheritanceHandler
          ClassInheritanceHandler As asm scans for classes, remember the type hierarchy.
 class ContainerInitializerAnnotationHandler
          ContainerInitializerAnnotationHandler Discovers classes that contain the specified annotation, either at class or method level.
 class WebFilterAnnotationHandler
          WebFilterAnnotationHandler
 class WebListenerAnnotationHandler
           
 class WebServletAnnotationHandler
          WebServletAnnotationHandler Process a WebServlet annotation on a class.
 

类型参数类型为 AnnotationParser.Handlerorg.eclipse.jetty.annotations 中的字段
protected  List<AnnotationParser.Handler> AnnotationParser._handlers
           
 

参数类型为 AnnotationParser.Handlerorg.eclipse.jetty.annotations 中的方法
 boolean AnnotationParser.deregisterHandler(AnnotationParser.Handler h)
          Remove a particular handler
 void AnnotationParser.registerHandler(AnnotationParser.Handler h)
          Add a particular handler
 

类型变量类型为 AnnotationParser.Handlerorg.eclipse.jetty.annotations 中的方法参数
 void AnnotationParser.registerHandlers(List<? extends AnnotationParser.Handler> handlers)
          Add a list of handlers
 



Copyright © 2013. All Rights Reserved.