Class WebListenerAnnotationHandler
java.lang.Object
org.eclipse.jetty.ee10.annotations.AnnotationParser.AbstractHandler
org.eclipse.jetty.ee10.annotations.AbstractDiscoverableAnnotationHandler
org.eclipse.jetty.ee10.annotations.WebListenerAnnotationHandler
- All Implemented Interfaces:
AnnotationParser.Handler
-
Field Summary
Fields inherited from class org.eclipse.jetty.ee10.annotations.AbstractDiscoverableAnnotationHandler
_context
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(AnnotationParser.ClassInfo info, String annotationName) void
handle
(AnnotationParser.FieldInfo info, String annotationName) void
handle
(AnnotationParser.MethodInfo info, String annotationName) Methods inherited from class org.eclipse.jetty.ee10.annotations.AbstractDiscoverableAnnotationHandler
addAnnotation
Methods inherited from class org.eclipse.jetty.ee10.annotations.AnnotationParser.AbstractHandler
handle, handle, handle
-
Constructor Details
-
WebListenerAnnotationHandler
-
-
Method Details
-
handle
- Specified by:
handle
in interfaceAnnotationParser.Handler
- Overrides:
handle
in classAnnotationParser.AbstractHandler
-
handle
- Specified by:
handle
in interfaceAnnotationParser.Handler
- Overrides:
handle
in classAnnotationParser.AbstractHandler
-
handle
- Specified by:
handle
in interfaceAnnotationParser.Handler
- Overrides:
handle
in classAnnotationParser.AbstractHandler
-