Class WebServletAnnotationHandler
java.lang.Object
org.eclipse.jetty.ee10.annotations.AnnotationParser.AbstractHandler
org.eclipse.jetty.ee10.annotations.AbstractDiscoverableAnnotationHandler
org.eclipse.jetty.ee10.annotations.WebServletAnnotationHandler
- All Implemented Interfaces:
AnnotationParser.Handler
WebServletAnnotationHandler
Process a WebServlet annotation on a class.
-
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) Handle discovering a WebServlet annotation.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
-
WebServletAnnotationHandler
-
-
Method Details
-
handle
Handle discovering a WebServlet annotation.- 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
-