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
 

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-2010 Mort Bay Consulting. All Rights Reserved.