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
WebFilterAnnotationHandler
-
Field Summary
Fields inherited from class AbstractDiscoverableAnnotationHandler
_context -
Constructor Summary
ConstructorsConstructorDescriptionWebFilterAnnotationHandler(org.eclipse.jetty.ee10.webapp.WebAppContext context) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidMethods inherited from class AbstractDiscoverableAnnotationHandler
addAnnotationMethods inherited from class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
handle, handle, handle
-
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:
handlein interfaceorg.eclipse.jetty.annotations.AnnotationParser.Handler- Overrides:
handlein classorg.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
-
handle
public void handle(org.eclipse.jetty.annotations.AnnotationParser.FieldInfo info, String annotationName) - Specified by:
handlein interfaceorg.eclipse.jetty.annotations.AnnotationParser.Handler- Overrides:
handlein classorg.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
-
handle
public void handle(org.eclipse.jetty.annotations.AnnotationParser.MethodInfo info, String annotationName) - Specified by:
handlein interfaceorg.eclipse.jetty.annotations.AnnotationParser.Handler- Overrides:
handlein classorg.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
-