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 ContainerInitializerAnnotationHandler
          HandlesTypesAnnotationHandler
 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 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.
 



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