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

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

Classes in org.eclipse.jetty.annotations that implement AnnotationParser.DiscoverableAnnotationHandler
 class AbstractDiscoverableAnnotationHandler
          DiscoverableAnnotationHandler
 

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.
 



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