Package org.eclipse.jetty.annotations
Class AbstractDiscoverableAnnotationHandler
java.lang.Object
org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
- All Implemented Interfaces:
AnnotationParser.Handler
- Direct Known Subclasses:
WebFilterAnnotationHandler,WebListenerAnnotationHandler,WebServletAnnotationHandler
public abstract class AbstractDiscoverableAnnotationHandler
extends AnnotationParser.AbstractHandler
DiscoverableAnnotationHandler
Base class for handling the discovery of an annotation.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractDiscoverableAnnotationHandler(org.eclipse.jetty.webapp.WebAppContext context) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAnnotation(org.eclipse.jetty.webapp.DiscoveredAnnotation a)
-
Field Details
-
_context
protected org.eclipse.jetty.webapp.WebAppContext _context
-
-
Constructor Details
-
AbstractDiscoverableAnnotationHandler
public AbstractDiscoverableAnnotationHandler(org.eclipse.jetty.webapp.WebAppContext context)
-
-
Method Details
-
addAnnotation
public void addAnnotation(org.eclipse.jetty.webapp.DiscoveredAnnotation a)
-