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 AnnotationConfiguration.DiscoveredServletContainerInitializerHolder 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.AnnotationParser.ClassInfo Immutable information gathered by parsing class header.AnnotationParser.FieldInfo Immutable information gathered by parsing a field on a class.AnnotationParser.MethodInfo Immutable information gathered by parsing a method on a class.AnnotationParser.MyClassVisitor ASM visitor for a class.AnnotationParser.MyFieldVisitor An ASM visitor for parsing Fields.AnnotationParser.MyMethodVisitor ASM Visitor for parsing a method.ClassInheritanceHandler ClassInheritanceHandler As asm scans for classes, remember the type hierarchy.ContainerInitializerAnnotationHandler ContainerInitializerAnnotationHandlerDeclareRolesAnnotationHandler DeclaresRolesAnnotationHandlerMultiPartConfigAnnotationHandler MultiPartConfigAnnotationHandlerPostConstructAnnotationHandler PreDestroyAnnotationHandler ResourceAnnotationHandler ResourcesAnnotationHandler RunAsAnnotationHandler ServletContainerInitializersStarter Deprecated. 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.