Package | Description |
---|---|
org.eclipse.jetty.annotations |
Jetty Annotations : Support for Servlet Annotations
|
Modifier and Type | Method and Description |
---|---|
AnnotationParser.ClassInfo |
AnnotationParser.MethodInfo.getClassInfo() |
AnnotationParser.ClassInfo |
AnnotationParser.FieldInfo.getClassInfo() |
Modifier and Type | Method and Description |
---|---|
void |
ClassInheritanceHandler.handle(AnnotationParser.ClassInfo classInfo) |
void |
AnnotationParser.Handler.handle(AnnotationParser.ClassInfo classInfo) |
void |
AnnotationParser.AbstractHandler.handle(AnnotationParser.ClassInfo classInfo) |
void |
WebServletAnnotationHandler.handle(AnnotationParser.ClassInfo info,
String annotationName)
Handle discovering a WebServlet annotation.
|
void |
WebListenerAnnotationHandler.handle(AnnotationParser.ClassInfo info,
String annotationName) |
void |
WebFilterAnnotationHandler.handle(AnnotationParser.ClassInfo info,
String annotationName) |
void |
ContainerInitializerAnnotationHandler.handle(AnnotationParser.ClassInfo info,
String annotationName)
Handle finding a class that is annotated with the annotation we were constructed with.
|
void |
AnnotationParser.Handler.handle(AnnotationParser.ClassInfo info,
String annotationName) |
void |
AnnotationParser.AbstractHandler.handle(AnnotationParser.ClassInfo info,
String annotationName) |
Constructor and Description |
---|
AnnotationParser.FieldInfo(AnnotationParser.ClassInfo classInfo,
String fieldName,
int access,
String fieldType,
String signature,
Object value) |
AnnotationParser.MethodInfo(AnnotationParser.ClassInfo classInfo,
String methodName,
int access,
String desc,
String signature,
String[] exceptions) |
AnnotationParser.MyFieldVisitor(Set<? extends AnnotationParser.Handler> handlers,
AnnotationParser.ClassInfo classInfo,
int access,
String fieldName,
String fieldType,
String signature,
Object value) |
AnnotationParser.MyMethodVisitor(Set<? extends AnnotationParser.Handler> handlers,
AnnotationParser.ClassInfo classInfo,
int access,
String name,
String methodDesc,
String signature,
String[] exceptions) |
Copyright © 1995-2015 Webtide. All Rights Reserved.