Package org.eclipse.jetty.annotations
package org.eclipse.jetty.annotations
Jetty Annotations : Support for Servlet Annotations
-
ClassDescriptionDiscoverableAnnotationHandler Base class for handling the discovery of an annotation.Configuration for AnnotationsAnnotationDecoratorAnnotationIntrospector 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 annotationAnnotationParserConvenience 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.ContainerInitializerAnnotationHandlerDeclaresRolesAnnotationHandlerMultiPartConfigAnnotationHandlerServletContainerInitializersStarter 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
.WebFilterAnnotationWebFilterAnnotationHandlerWebListenerAnnotationWebServletAnnotationWebServletAnnotationHandler Process a WebServlet annotation on a class.