| Interface | Description |
|---|---|
| AnnotationIntrospector.IntrospectableAnnotationHandler |
IntrospectableAnnotationHandler
Interface for all handlers that wish to introspect a class to find a particular annotation
|
| AnnotationParser.ClassHandler |
ClassHandler
Responds to finding a Class
|
| AnnotationParser.DiscoverableAnnotationHandler |
DiscoverableAnnotationHandler
Processes an annotation when it is discovered on a class.
|
| AnnotationParser.FieldHandler |
FieldHandler
Responds to finding a Field
|
| AnnotationParser.Handler |
Handler
Signature for all handlers that respond to parsing class files.
|
| AnnotationParser.MethodHandler |
MethodHandler
Responds to finding a Method
|
| ClassNameResolver |
| Class | Description |
|---|---|
| AbstractDiscoverableAnnotationHandler |
DiscoverableAnnotationHandler
|
| AnnotationConfiguration |
Configuration for Annotations
|
| AnnotationDecorator |
WebAppDecoratorWrapper
|
| AnnotationIntrospector |
AnnotationIntrospector
|
| AnnotationIntrospector.AbstractIntrospectableAnnotationHandler |
AbstractIntrospectableAnnotationHandler
Base class for handlers that introspect a class to find a particular annotation.
|
| AnnotationParser |
AnnotationParser
Use asm to scan classes for annotations.
|
| ClassInheritanceHandler |
ClassInheritanceHandler
As asm scans for classes, remember the type hierarchy.
|
| ContainerInitializerAnnotationHandler |
ContainerInitializerAnnotationHandler
Discovers classes that contain the specified annotation, either at class or
method level.
|
| DeclareRolesAnnotationHandler |
DeclaresRolesAnnotationHandler
|
| MultiPartConfigAnnotationHandler |
MultiPartConfigAnnotationHandler
|
| PostConstructAnnotationHandler | |
| PreDestroyAnnotationHandler | |
| ResourceAnnotationHandler | |
| ResourcesAnnotationHandler | |
| RunAsAnnotationHandler | |
| ServletContainerInitializerListener |
ServletContainerInitializerListener
|
| ServletSecurityAnnotationHandler |
ServletSecurityAnnotationHandler
Inspect a class to see if it has an @ServletSecurity annotation on it,
setting up the
|
| Util |
Util
|
| WebFilterAnnotation |
WebFilterAnnotation
|
| WebFilterAnnotationHandler |
WebFilterAnnotationHandler
|
| WebListenerAnnotation |
WebListenerAnnotation
|
| WebListenerAnnotationHandler | |
| WebServletAnnotation |
WebServletAnnotation
|
| WebServletAnnotationHandler |
WebServletAnnotationHandler
Process a WebServlet annotation on a class.
|
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.