All Classes and Interfaces
Class
Description
DiscoverableAnnotationHandler
Base class for handling the discovery of an annotation.
Configuration for Annotations
AnnotationDecorator
AnnotationIntrospector
Introspects a class to find various types of
annotations as defined by the servlet specification.
AbstractIntrospectableAnnotationHandler
Base class for handlers that introspect a class to find a particular annotation.
IntrospectableAnnotationHandler
Interface for all handlers that wish to introspect a class to find a particular annotation
AnnotationParser
Convenience base class to provide no-ops for all Handler methods.
Signature for all handlers that respond to parsing class files.
ClassInheritanceHandler
As asm scans for classes, remember the type hierarchy.
ContainerInitializerAnnotationHandler
DeclaresRolesAnnotationHandler
MultiPartConfigAnnotationHandler
ServletContainerInitializersStarter
Call the onStartup() method on all ServletContainerInitializers, after having
found all applicable classes (if any) to pass in as args.
ServletSecurityAnnotationHandler
Inspect a class to see if it has an
@ServletSecurity annotation on it,
setting up the <security-constraint>s.WebFilterAnnotation
WebFilterAnnotationHandler
WebListenerAnnotation
WebServletAnnotation
WebServletAnnotationHandler
Process a WebServlet annotation on a class.