Uses of Class
org.eclipse.jetty.webapp.DiscoveredAnnotation

Packages that use DiscoveredAnnotation
org.eclipse.jetty.annotations   
org.eclipse.jetty.webapp   
 

Uses of DiscoveredAnnotation in org.eclipse.jetty.annotations
 

Subclasses of DiscoveredAnnotation in org.eclipse.jetty.annotations
 class WebFilterAnnotation
          WebFilterAnnotation
 class WebListenerAnnotation
          WebListenerAnnotation
 class WebServletAnnotation
          WebServletAnnotation
 

Fields in org.eclipse.jetty.annotations with type parameters of type DiscoveredAnnotation
protected  List<DiscoveredAnnotation> AbstractDiscoverableAnnotationHandler._annotations
           
 

Methods in org.eclipse.jetty.annotations that return types with arguments of type DiscoveredAnnotation
 List<DiscoveredAnnotation> AbstractDiscoverableAnnotationHandler.getAnnotationList()
           
 

Methods in org.eclipse.jetty.annotations with parameters of type DiscoveredAnnotation
 void AbstractDiscoverableAnnotationHandler.addAnnotation(DiscoveredAnnotation a)
           
 

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

Uses of DiscoveredAnnotation in org.eclipse.jetty.webapp
 

Fields in org.eclipse.jetty.webapp with type parameters of type DiscoveredAnnotation
protected  List<DiscoveredAnnotation> MetaData._annotations
           
protected  Map<Resource,List<DiscoveredAnnotation>> MetaData._webFragmentAnnotations
           
 

Method parameters in org.eclipse.jetty.webapp with type arguments of type DiscoveredAnnotation
 void MetaData.addDiscoveredAnnotations(List<DiscoveredAnnotation> annotations)
          Annotations not associated with a WEB-INF/lib fragment jar.
 void MetaData.addDiscoveredAnnotations(Resource resource, List<DiscoveredAnnotation> annotations)
           
 



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