Uses of Interface
org.eclipse.jetty.annotations.AnnotationParser.DiscoverableAnnotationHandler

Packages that use AnnotationParser.DiscoverableAnnotationHandler
org.eclipse.jetty.annotations   
 

Uses of AnnotationParser.DiscoverableAnnotationHandler in org.eclipse.jetty.annotations
 

Classes in org.eclipse.jetty.annotations that implement AnnotationParser.DiscoverableAnnotationHandler
 class AbstractDiscoverableAnnotationHandler
          DiscoverableAnnotationHandler
 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.
 

Fields in org.eclipse.jetty.annotations with type parameters of type AnnotationParser.DiscoverableAnnotationHandler
protected  Map<String,List<AnnotationParser.DiscoverableAnnotationHandler>> AnnotationParser._annotationHandlers
           
 

Methods in org.eclipse.jetty.annotations that return types with arguments of type AnnotationParser.DiscoverableAnnotationHandler
 List<AnnotationParser.DiscoverableAnnotationHandler> AnnotationParser.getAnnotationHandlers()
           
 List<AnnotationParser.DiscoverableAnnotationHandler> AnnotationParser.getAnnotationHandlers(String annotationName)
           
 

Methods in org.eclipse.jetty.annotations with parameters of type AnnotationParser.DiscoverableAnnotationHandler
 void AnnotationParser.registerAnnotationHandler(String annotationName, AnnotationParser.DiscoverableAnnotationHandler handler)
          Register a handler that will be called back when the named annotation is encountered on a class.
 

Method parameters in org.eclipse.jetty.annotations with type arguments of type AnnotationParser.DiscoverableAnnotationHandler
protected  void AnnotationConfiguration.clearAnnotationList(List<AnnotationParser.DiscoverableAnnotationHandler> handlers)
           
protected  void AnnotationConfiguration.gatherAnnotations(List<DiscoveredAnnotation> annotations, List<AnnotationParser.DiscoverableAnnotationHandler> handlers)
           
 



Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.