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

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

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

Classes in org.eclipse.jetty.annotations that implement AnnotationParser.AnnotationHandler
 class PostConstructAnnotationHandler
           
 class PreDestroyAnnotationHandler
           
 class ResourceAnnotationHandler
           
 class ResourcesAnnotationHandler
           
 class RunAsAnnotationHandler
           
 

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

Methods in org.eclipse.jetty.annotations with parameters of type AnnotationParser.AnnotationHandler
 void AnnotationParser.registerAnnotationHandler(String annotationName, AnnotationParser.AnnotationHandler handler)
           
 



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