Class WebFilterAnnotationHandler

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

public class WebFilterAnnotationHandler extends AbstractDiscoverableAnnotationHandler
WebFilterAnnotationHandler
  • Constructor Details

    • WebFilterAnnotationHandler

      public WebFilterAnnotationHandler(org.eclipse.jetty.ee10.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