public class WebServletAnnotationHandler extends AbstractDiscoverableAnnotationHandler
_context
Constructor and Description |
---|
WebServletAnnotationHandler(WebAppContext context) |
Modifier and Type | Method and Description |
---|---|
void |
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) |
addAnnotation
handle, handle, handle
public WebServletAnnotationHandler(WebAppContext context)
public void handle(AnnotationParser.ClassInfo info, String annotationName)
handle
in interface AnnotationParser.Handler
handle
in class AnnotationParser.AbstractHandler
org.eclipse.jetty.annotations.AnnotationParser.Handler#handle(ClassInfo, String)
public void handle(AnnotationParser.FieldInfo info, String annotationName)
handle
in interface AnnotationParser.Handler
handle
in class AnnotationParser.AbstractHandler
public void handle(AnnotationParser.MethodInfo info, String annotationName)
handle
in interface AnnotationParser.Handler
handle
in class AnnotationParser.AbstractHandler
Copyright © 1995-2015 Webtide. All Rights Reserved.