Package | Description |
---|---|
org.eclipse.jetty.annotations |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationParser.ListValue |
class |
AnnotationParser.SimpleValue |
Modifier and Type | Method and Description |
---|---|
List<AnnotationParser.Value> |
AnnotationParser.MyAnnotationVisitor.getAnnotationValues() |
List<AnnotationParser.Value> |
AnnotationParser.ListValue.getList() |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationParser.ListValue.addValue(AnnotationParser.Value v) |
Modifier and Type | Method and Description |
---|---|
void |
WebServletAnnotationHandler.handleClass(String className,
int version,
int access,
String signature,
String superName,
String[] interfaces,
String annotationName,
List<AnnotationParser.Value> values)
Handle discovering a WebServlet annotation.
|
void |
WebListenerAnnotationHandler.handleClass(String className,
int version,
int access,
String signature,
String superName,
String[] interfaces,
String annotation,
List<AnnotationParser.Value> values) |
void |
AnnotationParser.DiscoverableAnnotationHandler.handleClass(String className,
int version,
int access,
String signature,
String superName,
String[] interfaces,
String annotation,
List<AnnotationParser.Value> values)
Process an annotation that was discovered on a class
|
void |
WebFilterAnnotationHandler.handleClass(String className,
int version,
int access,
String signature,
String superName,
String[] interfaces,
String annotation,
List<AnnotationParser.Value> values) |
void |
ContainerInitializerAnnotationHandler.handleClass(String className,
int version,
int access,
String signature,
String superName,
String[] interfaces,
String annotationName,
List<AnnotationParser.Value> values)
Handle finding a class that is annotated with the annotation we were constructed with.
|
void |
RunAsAnnotationHandler.handleField(String className,
String fieldName,
int access,
String fieldType,
String signature,
Object value,
String annotation,
List<AnnotationParser.Value> values) |
void |
WebServletAnnotationHandler.handleField(String className,
String fieldName,
int access,
String fieldType,
String signature,
Object value,
String annotation,
List<AnnotationParser.Value> values) |
void |
WebListenerAnnotationHandler.handleField(String className,
String fieldName,
int access,
String fieldType,
String signature,
Object value,
String annotation,
List<AnnotationParser.Value> values) |
void |
AnnotationParser.DiscoverableAnnotationHandler.handleField(String className,
String fieldName,
int access,
String fieldType,
String signature,
Object value,
String annotation,
List<AnnotationParser.Value> values)
Process an annotation that was discovered on a field
|
void |
WebFilterAnnotationHandler.handleField(String className,
String fieldName,
int access,
String fieldType,
String signature,
Object value,
String annotation,
List<AnnotationParser.Value> values) |
void |
ContainerInitializerAnnotationHandler.handleField(String className,
String fieldName,
int access,
String fieldType,
String signature,
Object value,
String annotation,
List<AnnotationParser.Value> values) |
void |
RunAsAnnotationHandler.handleMethod(String className,
String methodName,
int access,
String params,
String signature,
String[] exceptions,
String annotation,
List<AnnotationParser.Value> values) |
void |
WebServletAnnotationHandler.handleMethod(String className,
String methodName,
int access,
String params,
String signature,
String[] exceptions,
String annotation,
List<AnnotationParser.Value> values) |
void |
WebListenerAnnotationHandler.handleMethod(String className,
String methodName,
int access,
String params,
String signature,
String[] exceptions,
String annotation,
List<AnnotationParser.Value> values) |
void |
AnnotationParser.DiscoverableAnnotationHandler.handleMethod(String className,
String methodName,
int access,
String desc,
String signature,
String[] exceptions,
String annotation,
List<AnnotationParser.Value> values)
Process an annotation that was discovered on a method
|
void |
WebFilterAnnotationHandler.handleMethod(String className,
String methodName,
int access,
String params,
String signature,
String[] exceptions,
String annotation,
List<AnnotationParser.Value> values) |
void |
ContainerInitializerAnnotationHandler.handleMethod(String className,
String methodName,
int access,
String params,
String signature,
String[] exceptions,
String annotation,
List<AnnotationParser.Value> values) |
Constructor and Description |
---|
AnnotationParser.MyAnnotationVisitor(String annotationName,
List<AnnotationParser.Value> values) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.