Package | Description |
---|---|
org.eclipse.jetty.annotations |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDiscoverableAnnotationHandler
DiscoverableAnnotationHandler
|
class |
ContainerInitializerAnnotationHandler
ContainerInitializerAnnotationHandler
Discovers classes that contain the specified annotation, either at class or
method level.
|
class |
WebFilterAnnotationHandler
WebFilterAnnotationHandler
|
class |
WebListenerAnnotationHandler |
class |
WebServletAnnotationHandler
WebServletAnnotationHandler
Process a WebServlet annotation on a class.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,java.util.List<AnnotationParser.DiscoverableAnnotationHandler>> |
AnnotationParser._annotationHandlers |
Modifier and Type | Method and Description |
---|---|
java.util.List<AnnotationParser.DiscoverableAnnotationHandler> |
AnnotationParser.getAnnotationHandlers() |
java.util.List<AnnotationParser.DiscoverableAnnotationHandler> |
AnnotationParser.getAnnotationHandlers(java.lang.String annotationName) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationParser.registerAnnotationHandler(java.lang.String annotationName,
AnnotationParser.DiscoverableAnnotationHandler handler)
Register a handler that will be called back when the named annotation is
encountered on a class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AnnotationConfiguration.clearAnnotationList(java.util.List<AnnotationParser.DiscoverableAnnotationHandler> handlers) |
protected void |
AnnotationConfiguration.gatherAnnotations(java.util.List<DiscoveredAnnotation> annotations,
java.util.List<AnnotationParser.DiscoverableAnnotationHandler> handlers) |
Copyright © 2014. All Rights Reserved.