org.eclipse.jetty.annotations
public class WebFilterAnnotationHandler extends AbstractDiscoverableAnnotationHandler
_annotations, _context, _resource
Constructor and Description |
---|
WebFilterAnnotationHandler(WebAppContext context) |
WebFilterAnnotationHandler(WebAppContext context,
java.util.List<DiscoveredAnnotation> list) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnnotationName()
Get the name of the annotation processed by this handler.
|
void |
handleClass(java.lang.String className,
int version,
int access,
java.lang.String signature,
java.lang.String superName,
java.lang.String[] interfaces,
java.lang.String annotation,
java.util.List<AnnotationParser.Value> values)
Process an annotation that was discovered on a class
|
void |
handleField(java.lang.String className,
java.lang.String fieldName,
int access,
java.lang.String fieldType,
java.lang.String signature,
java.lang.Object value,
java.lang.String annotation,
java.util.List<AnnotationParser.Value> values)
Process an annotation that was discovered on a field
|
void |
handleMethod(java.lang.String className,
java.lang.String methodName,
int access,
java.lang.String params,
java.lang.String signature,
java.lang.String[] exceptions,
java.lang.String annotation,
java.util.List<AnnotationParser.Value> values)
Process an annotation that was discovered on a method
|
addAnnotation, getAnnotationList, getResource, resetList, setResource
public WebFilterAnnotationHandler(WebAppContext context)
public WebFilterAnnotationHandler(WebAppContext context, java.util.List<DiscoveredAnnotation> list)
public void handleClass(java.lang.String className, int version, int access, java.lang.String signature, java.lang.String superName, java.lang.String[] interfaces, java.lang.String annotation, java.util.List<AnnotationParser.Value> values)
AnnotationParser.DiscoverableAnnotationHandler
public void handleField(java.lang.String className, java.lang.String fieldName, int access, java.lang.String fieldType, java.lang.String signature, java.lang.Object value, java.lang.String annotation, java.util.List<AnnotationParser.Value> values)
AnnotationParser.DiscoverableAnnotationHandler
public void handleMethod(java.lang.String className, java.lang.String methodName, int access, java.lang.String params, java.lang.String signature, java.lang.String[] exceptions, java.lang.String annotation, java.util.List<AnnotationParser.Value> values)
AnnotationParser.DiscoverableAnnotationHandler
public java.lang.String getAnnotationName()
AnnotationParser.DiscoverableAnnotationHandler
Copyright © 2014. All Rights Reserved.