Uses of Class
org.eclipse.jetty.webapp.DiscoveredAnnotation
-
Packages that use DiscoveredAnnotation Package Description org.eclipse.jetty.annotations Jetty Annotations : Support for Servlet Annotationsorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of DiscoveredAnnotation in org.eclipse.jetty.annotations
Subclasses of DiscoveredAnnotation in org.eclipse.jetty.annotations Modifier and Type Class Description class
WebFilterAnnotation
WebFilterAnnotationclass
WebListenerAnnotation
WebListenerAnnotationclass
WebServletAnnotation
WebServletAnnotationMethods in org.eclipse.jetty.annotations with parameters of type DiscoveredAnnotation Modifier and Type Method Description 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 Modifier and Type Field Description protected java.util.Map<Resource,java.util.List<DiscoveredAnnotation>>
MetaData. _annotations
Methods in org.eclipse.jetty.webapp with parameters of type DiscoveredAnnotation Modifier and Type Method Description void
MetaData. addDiscoveredAnnotation(DiscoveredAnnotation annotation)
Add an annotation that has been discovered on a class, method or field within a resource eg a jar or dir.Method parameters in org.eclipse.jetty.webapp with type arguments of type DiscoveredAnnotation Modifier and Type Method Description void
MetaData. addDiscoveredAnnotations(java.util.List<DiscoveredAnnotation> annotations)
Annotations not associated with a WEB-INF/lib fragment jar.
-