public class ContainerInitializerAnnotationHandler extends AnnotationParser.AbstractHandler
| Constructor and Description |
|---|
ContainerInitializerAnnotationHandler(ContainerInitializer initializer,
Class annotation) |
| Modifier and Type | Method and Description |
|---|---|
ContainerInitializer |
getContainerInitializer() |
void |
handle(AnnotationParser.ClassInfo info,
String annotationName)
Handle finding a class that is annotated with the annotation we were constructed with.
|
void |
handle(AnnotationParser.FieldInfo info,
String annotationName)
Handle finding a field that is annotated with the annotation we were constructed with.
|
void |
handle(AnnotationParser.MethodInfo info,
String annotationName)
Handle finding a method that is annotated with the annotation we were constructed with.
|
handle, handle, handlepublic ContainerInitializerAnnotationHandler(ContainerInitializer initializer, Class annotation)
public void handle(AnnotationParser.ClassInfo info, String annotationName)
handle in interface AnnotationParser.Handlerhandle in class AnnotationParser.AbstractHandlerorg.eclipse.jetty.annotations.AnnotationParser.Handler#handle(ClassInfo, String)public void handle(AnnotationParser.FieldInfo info, String annotationName)
handle in interface AnnotationParser.Handlerhandle in class AnnotationParser.AbstractHandlerorg.eclipse.jetty.annotations.AnnotationParser.Handler#handle(FieldInfo, String)public void handle(AnnotationParser.MethodInfo info, String annotationName)
handle in interface AnnotationParser.Handlerhandle in class AnnotationParser.AbstractHandlerorg.eclipse.jetty.annotations.AnnotationParser.Handler#handle(MethodInfo, String)public ContainerInitializer getContainerInitializer()
Copyright © 1995-2015 Webtide. All Rights Reserved.