Uses of Class
org.eclipse.jetty.webapp.DiscoveredAnnotation
Package
Description
Jetty Annotations : Support for Servlet Annotations
Jetty Util : Modular Web Application Support
-
Uses of DiscoveredAnnotation in org.eclipse.jetty.annotations
Modifier and TypeClassDescriptionclass
WebFilterAnnotationclass
WebListenerAnnotationclass
WebServletAnnotationModifier and TypeMethodDescriptionvoid
AbstractDiscoverableAnnotationHandler.addAnnotation
(DiscoveredAnnotation a) -
Uses of DiscoveredAnnotation in org.eclipse.jetty.webapp
Modifier and TypeFieldDescriptionprotected final Map<Resource,
List<DiscoveredAnnotation>> MetaData._annotations
Modifier and TypeMethodDescriptionvoid
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.Modifier and TypeMethodDescriptionvoid
MetaData.addDiscoveredAnnotations
(List<DiscoveredAnnotation> annotations) Annotations such as WebServlet, WebFilter, WebListener that can be discovered by scanning unloaded classes.