|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
public class ContainerInitializerAnnotationHandler
ContainerInitializerAnnotationHandler Discovers classes that contain the specified annotation, either at class or method level. The specified annotation is derived from an @HandlesTypes on a ServletContainerInitializer class.
| 构造方法摘要 | |
|---|---|
ContainerInitializerAnnotationHandler(ContainerInitializer initializer,
Class annotation)
|
|
| 方法摘要 | |
|---|---|
String |
getAnnotationName()
Get the name of the annotation processed by this handler. |
ContainerInitializer |
getContainerInitializer()
|
void |
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 |
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 |
| 构造方法详细信息 |
|---|
public ContainerInitializerAnnotationHandler(ContainerInitializer initializer,
Class annotation)
| 方法详细信息 |
|---|
public void handleClass(String className,
int version,
int access,
String signature,
String superName,
String[] interfaces,
String annotationName,
List<AnnotationParser.Value> values)
AnnotationParser.DiscoverableAnnotationHandler 中的 handleClassAnnotationParser.DiscoverableAnnotationHandler.handleClass(java.lang.String, int, int, java.lang.String, java.lang.String, java.lang.String[], java.lang.String, java.util.List)
public void handleField(String className,
String fieldName,
int access,
String fieldType,
String signature,
Object value,
String annotation,
List<AnnotationParser.Value> values)
AnnotationParser.DiscoverableAnnotationHandler 复制的描述
AnnotationParser.DiscoverableAnnotationHandler 中的 handleField
public void handleMethod(String className,
String methodName,
int access,
String params,
String signature,
String[] exceptions,
String annotation,
List<AnnotationParser.Value> values)
AnnotationParser.DiscoverableAnnotationHandler 复制的描述
AnnotationParser.DiscoverableAnnotationHandler 中的 handleMethodpublic String getAnnotationName()
AnnotationParser.DiscoverableAnnotationHandler 复制的描述
AnnotationParser.DiscoverableAnnotationHandler 中的 getAnnotationNamepublic ContainerInitializer getContainerInitializer()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||