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
 

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)
           
 

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.