Class WebListenerAnnotationHandler

java.lang.Object
org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
org.eclipse.jetty.ee11.annotations.AbstractDiscoverableAnnotationHandler
org.eclipse.jetty.ee11.annotations.WebListenerAnnotationHandler
All Implemented Interfaces:
org.eclipse.jetty.annotations.AnnotationParser.Handler

public class WebListenerAnnotationHandler extends AbstractDiscoverableAnnotationHandler
  • Constructor Details

    • WebListenerAnnotationHandler

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

    • handle

      public void handle(org.eclipse.jetty.annotations.AnnotationParser.ClassInfo info, String annotationName)
      Specified by:
      handle in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
      Overrides:
      handle in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
    • handle

      public void handle(org.eclipse.jetty.annotations.AnnotationParser.FieldInfo info, String annotationName)
      Specified by:
      handle in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
      Overrides:
      handle in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
    • handle

      public void handle(org.eclipse.jetty.annotations.AnnotationParser.MethodInfo info, String annotationName)
      Specified by:
      handle in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
      Overrides:
      handle in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler