Class AbstractDiscoverableAnnotationHandler

java.lang.Object
org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
org.eclipse.jetty.ee11.annotations.AbstractDiscoverableAnnotationHandler
All Implemented Interfaces:
org.eclipse.jetty.annotations.AnnotationParser.Handler
Direct Known Subclasses:
WebFilterAnnotationHandler, WebListenerAnnotationHandler, WebServletAnnotationHandler

public abstract class AbstractDiscoverableAnnotationHandler extends org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
Base class for handling the discovery of an annotation.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.eclipse.jetty.ee11.webapp.WebAppContext
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    AbstractDiscoverableAnnotationHandler(org.eclipse.jetty.ee11.webapp.WebAppContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addAnnotation(org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation a)
     

    Methods inherited from class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler

    handle, handle, handle, handle, handle, handle

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • _context

      protected org.eclipse.jetty.ee11.webapp.WebAppContext _context
  • Constructor Details

    • AbstractDiscoverableAnnotationHandler

      public AbstractDiscoverableAnnotationHandler(org.eclipse.jetty.ee11.webapp.WebAppContext context)
  • Method Details

    • addAnnotation

      public void addAnnotation(org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation a)