AnnotationParser.Handlerpublic class WebServletAnnotationHandler extends AbstractDiscoverableAnnotationHandler
_context| Constructor | Description |
|---|---|
WebServletAnnotationHandler(org.eclipse.jetty.webapp.WebAppContext context) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
handle(AnnotationParser.ClassInfo info,
java.lang.String annotationName) |
Handle discovering a WebServlet annotation.
|
void |
handle(AnnotationParser.FieldInfo info,
java.lang.String annotationName) |
|
void |
handle(AnnotationParser.MethodInfo info,
java.lang.String annotationName) |
addAnnotationhandle, handle, handlepublic WebServletAnnotationHandler(org.eclipse.jetty.webapp.WebAppContext context)
public void handle(AnnotationParser.ClassInfo info, java.lang.String annotationName)
handle in interface AnnotationParser.Handlerhandle in class AnnotationParser.AbstractHandlerpublic void handle(AnnotationParser.FieldInfo info, java.lang.String annotationName)
handle in interface AnnotationParser.Handlerhandle in class AnnotationParser.AbstractHandlerpublic void handle(AnnotationParser.MethodInfo info, java.lang.String annotationName)
handle in interface AnnotationParser.Handlerhandle in class AnnotationParser.AbstractHandlerCopyright © 1995–2018 Webtide. All rights reserved.