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) |
addAnnotationhandle, handle, handlepublic WebServletAnnotationHandler(WebAppContext context)
public void handle(AnnotationParser.ClassInfo info, String annotationName)
handle in interface AnnotationParser.Handlerhandle in class AnnotationParser.AbstractHandlerpublic void handle(AnnotationParser.FieldInfo info, String annotationName)
handle in interface AnnotationParser.Handlerhandle in class AnnotationParser.AbstractHandlerpublic void handle(AnnotationParser.MethodInfo info, String annotationName)
handle in interface AnnotationParser.Handlerhandle in class AnnotationParser.AbstractHandlerCopyright © 1995–2017 Webtide. All rights reserved.