org.eclipse.jetty.annotations
类 RunAsAnnotationHandler
java.lang.Object
org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
org.eclipse.jetty.annotations.RunAsAnnotationHandler
- 所有已实现的接口:
- AnnotationIntrospector.IntrospectableAnnotationHandler
public class RunAsAnnotationHandler
- extends AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
|
方法摘要 |
void |
doHandle(Class clazz)
|
void |
handleField(String className,
String fieldName,
int access,
String fieldType,
String signature,
Object value,
String annotation,
List<AnnotationParser.Value> values)
|
void |
handleMethod(String className,
String methodName,
int access,
String params,
String signature,
String[] exceptions,
String annotation,
List<AnnotationParser.Value> values)
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_context
protected WebAppContext _context
RunAsAnnotationHandler
public RunAsAnnotationHandler(WebAppContext wac)
doHandle
public void doHandle(Class clazz)
- 指定者:
- 类
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler 中的 doHandle
handleField
public void handleField(String className,
String fieldName,
int access,
String fieldType,
String signature,
Object value,
String annotation,
List<AnnotationParser.Value> values)
handleMethod
public void handleMethod(String className,
String methodName,
int access,
String params,
String signature,
String[] exceptions,
String annotation,
List<AnnotationParser.Value> values)
Copyright © 2013. All Rights Reserved.