org.eclipse.jetty.annotations
类 WebFilterAnnotationHandler
java.lang.Object
org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
org.eclipse.jetty.annotations.WebFilterAnnotationHandler
- 所有已实现的接口:
- AnnotationParser.DiscoverableAnnotationHandler, AnnotationParser.Handler
public class WebFilterAnnotationHandler
- extends AbstractDiscoverableAnnotationHandler
WebFilterAnnotationHandler
|
方法摘要 |
String |
getAnnotationName()
Get the name of the annotation processed by this handler. |
void |
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 |
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 |
handleMethod(String className,
String methodName,
int access,
String params,
String signature,
String[] exceptions,
String annotation,
List<AnnotationParser.Value> values)
Process an annotation that was discovered on a method |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebFilterAnnotationHandler
public WebFilterAnnotationHandler(WebAppContext context)
WebFilterAnnotationHandler
public WebFilterAnnotationHandler(WebAppContext context,
List<DiscoveredAnnotation> list)
handleClass
public void handleClass(String className,
int version,
int access,
String signature,
String superName,
String[] interfaces,
String annotation,
List<AnnotationParser.Value> values)
- 从接口
AnnotationParser.DiscoverableAnnotationHandler 复制的描述
- Process an annotation that was discovered on a class
handleField
public void handleField(String className,
String fieldName,
int access,
String fieldType,
String signature,
Object value,
String annotation,
List<AnnotationParser.Value> values)
- 从接口
AnnotationParser.DiscoverableAnnotationHandler 复制的描述
- Process an annotation that was discovered on a field
handleMethod
public void handleMethod(String className,
String methodName,
int access,
String params,
String signature,
String[] exceptions,
String annotation,
List<AnnotationParser.Value> values)
- 从接口
AnnotationParser.DiscoverableAnnotationHandler 复制的描述
- Process an annotation that was discovered on a method
getAnnotationName
public String getAnnotationName()
- 从接口
AnnotationParser.DiscoverableAnnotationHandler 复制的描述
- Get the name of the annotation processed by this handler. Can be null
- 返回:
Copyright © 2013. All Rights Reserved.