|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationParser.DiscoverableAnnotationHandler | |
---|---|
org.eclipse.jetty.annotations |
Uses of AnnotationParser.DiscoverableAnnotationHandler in org.eclipse.jetty.annotations |
---|
Classes in org.eclipse.jetty.annotations that implement AnnotationParser.DiscoverableAnnotationHandler | |
---|---|
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. |
Fields in org.eclipse.jetty.annotations with type parameters of type AnnotationParser.DiscoverableAnnotationHandler | |
---|---|
protected java.util.Map<java.lang.String,java.util.List<AnnotationParser.DiscoverableAnnotationHandler>> |
AnnotationParser._annotationHandlers
|
Methods in org.eclipse.jetty.annotations that return types with arguments of type AnnotationParser.DiscoverableAnnotationHandler | |
---|---|
java.util.List<AnnotationParser.DiscoverableAnnotationHandler> |
AnnotationParser.getAnnotationHandlers()
|
java.util.List<AnnotationParser.DiscoverableAnnotationHandler> |
AnnotationParser.getAnnotationHandlers(java.lang.String annotationName)
|
Methods in org.eclipse.jetty.annotations with parameters of type AnnotationParser.DiscoverableAnnotationHandler | |
---|---|
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. |
Method parameters in org.eclipse.jetty.annotations with type arguments of type AnnotationParser.DiscoverableAnnotationHandler | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |