Package | Description |
---|---|
org.eclipse.jetty.annotations |
Jetty Annotations : Support for Servlet Annotations
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationParser.Handler.handle(AnnotationParser.MethodInfo methodInfo) |
void |
AnnotationParser.AbstractHandler.handle(AnnotationParser.MethodInfo methodInfo) |
void |
WebServletAnnotationHandler.handle(AnnotationParser.MethodInfo info,
String annotationName) |
void |
WebListenerAnnotationHandler.handle(AnnotationParser.MethodInfo info,
String annotationName) |
void |
WebFilterAnnotationHandler.handle(AnnotationParser.MethodInfo info,
String annotationName) |
void |
ContainerInitializerAnnotationHandler.handle(AnnotationParser.MethodInfo info,
String annotationName)
Handle finding a method that is annotated with the annotation we were constructed with.
|
void |
AnnotationParser.Handler.handle(AnnotationParser.MethodInfo info,
String annotationName) |
void |
AnnotationParser.AbstractHandler.handle(AnnotationParser.MethodInfo info,
String annotationName) |
Copyright © 1995-2015 Webtide. All Rights Reserved.