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 |
WebFilterAnnotationHandler.handle(AnnotationParser.ClassInfo info,
java.lang.String annotationName) |
void |
WebListenerAnnotationHandler.handle(AnnotationParser.ClassInfo info,
java.lang.String annotationName) |
void |
ContainerInitializerAnnotationHandler.handle(AnnotationParser.ClassInfo info,
java.lang.String annotationName)
Handle finding a class that is annotated with the annotation we were constructed with.
|
void |
WebServletAnnotationHandler.handle(AnnotationParser.ClassInfo info,
java.lang.String annotationName)
Handle discovering a WebServlet annotation.
|
void |
AnnotationParser.Handler.handle(AnnotationParser.ClassInfo info,
java.lang.String annotationName) |
void |
AnnotationParser.AbstractHandler.handle(AnnotationParser.ClassInfo info,
java.lang.String annotationName) |
Constructor and Description |
---|
FieldInfo(AnnotationParser.ClassInfo classInfo,
java.lang.String fieldName,
int access,
java.lang.String fieldType,
java.lang.String signature,
java.lang.Object value) |
MethodInfo(AnnotationParser.ClassInfo classInfo,
java.lang.String methodName,
int access,
java.lang.String desc,
java.lang.String signature,
java.lang.String[] exceptions) |
MyFieldVisitor(java.util.Set<? extends AnnotationParser.Handler> handlers,
AnnotationParser.ClassInfo classInfo,
int access,
java.lang.String fieldName,
java.lang.String fieldType,
java.lang.String signature,
java.lang.Object value,
int asmVersion) |
MyMethodVisitor(java.util.Set<? extends AnnotationParser.Handler> handlers,
AnnotationParser.ClassInfo classInfo,
int access,
java.lang.String name,
java.lang.String methodDesc,
java.lang.String signature,
java.lang.String[] exceptions,
int asmVersion) |
Copyright © 1995–2023 Webtide. All rights reserved.