public class WebListenerAnnotationHandler extends AbstractDiscoverableAnnotationHandler
_context| Constructor and Description |
|---|
WebListenerAnnotationHandler(WebAppContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(AnnotationParser.ClassInfo info,
String annotationName) |
void |
handle(AnnotationParser.FieldInfo info,
String annotationName) |
void |
handle(AnnotationParser.MethodInfo info,
String annotationName) |
addAnnotationhandle, handle, handlepublic WebListenerAnnotationHandler(WebAppContext context)
public void handle(AnnotationParser.ClassInfo info, String annotationName)
handle in interface AnnotationParser.Handlerhandle in class AnnotationParser.AbstractHandlerorg.eclipse.jetty.annotations.AnnotationParser.Handler#handle(ClassInfo, String)public 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-2015 Webtide. All Rights Reserved.