Package org.eclipse.jetty.annotations
Jetty Annotations : Support for Servlet Annotations
-
Interface Summary Interface Description AnnotationIntrospector.IntrospectableAnnotationHandler IntrospectableAnnotationHandler Interface for all handlers that wish to introspect a class to find a particular annotationAnnotationParser.Handler Signature for all handlers that respond to parsing class files. -
Class Summary Class Description AbstractDiscoverableAnnotationHandler DiscoverableAnnotationHandler Base class for handling the discovery of an annotation.AnnotationConfiguration Configuration for AnnotationsAnnotationConfiguration.ClassInheritanceMap AnnotationDecorator AnnotationDecoratorAnnotationIntrospector AnnotationIntrospector Introspects a class to find various types of annotations as defined by the servlet specification.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler AbstractIntrospectableAnnotationHandler Base class for handlers that introspect a class to find a particular annotation.AnnotationParser AnnotationParserAnnotationParser.AbstractHandler Convenience base class to provide no-ops for all Handler methods.ClassInheritanceHandler ClassInheritanceHandler As asm scans for classes, remember the type hierarchy.ContainerInitializerAnnotationHandler ContainerInitializerAnnotationHandlerDeclareRolesAnnotationHandler DeclaresRolesAnnotationHandlerMultiPartConfigAnnotationHandler MultiPartConfigAnnotationHandlerPostConstructAnnotationHandler PreDestroyAnnotationHandler ResourceAnnotationHandler ResourcesAnnotationHandler RunAsAnnotationHandler ServletContainerInitializersStarter ServletContainerInitializersStarter Call the onStartup() method on all ServletContainerInitializers, after having found all applicable classes (if any) to pass in as args.ServletSecurityAnnotationHandler ServletSecurityAnnotationHandler Inspect a class to see if it has an@ServletSecurity
annotation on it, setting up the<security-constraint>s
.WebFilterAnnotation WebFilterAnnotationWebFilterAnnotationHandler WebFilterAnnotationHandlerWebListenerAnnotation WebListenerAnnotationWebListenerAnnotationHandler WebServletAnnotation WebServletAnnotationWebServletAnnotationHandler WebServletAnnotationHandler Process a WebServlet annotation on a class.