Class WebServletAnnotationHandler
java.lang.Object
org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
org.eclipse.jetty.ee8.annotations.AbstractDiscoverableAnnotationHandler
org.eclipse.jetty.ee8.annotations.WebServletAnnotationHandler
- All Implemented Interfaces:
 AnnotationParser.Handler
Process a WebServlet annotation on a class.
- 
Field Summary
Fields inherited from class AbstractDiscoverableAnnotationHandler
_context - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AnnotationParser.ClassInfo info, String annotationName) Handle discovering a WebServlet annotation.voidhandle(AnnotationParser.FieldInfo info, String annotationName) voidhandle(AnnotationParser.MethodInfo info, String annotationName) Methods inherited from class AbstractDiscoverableAnnotationHandler
addAnnotationMethods inherited from class AnnotationParser.AbstractHandler
handle, handle, handle 
- 
Constructor Details
- 
WebServletAnnotationHandler
 
 - 
 - 
Method Details
- 
handle
Handle discovering a WebServlet annotation.- Specified by:
 handlein interfaceAnnotationParser.Handler- Overrides:
 handlein classAnnotationParser.AbstractHandler
 - 
handle
- Specified by:
 handlein interfaceAnnotationParser.Handler- Overrides:
 handlein classAnnotationParser.AbstractHandler
 - 
handle
- Specified by:
 handlein interfaceAnnotationParser.Handler- Overrides:
 handlein classAnnotationParser.AbstractHandler
 
 -