- AbstractDiscoverableAnnotationHandler - Class in org.eclipse.jetty.annotations
-
DiscoverableAnnotationHandler
Base class for handling the discovery of an annotation.
- AbstractDiscoverableAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
-
- AbstractHandler() - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
-
- AbstractIntrospectableAnnotationHandler(boolean) - Constructor for class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
-
- addAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
-
- addDiscoverableAnnotationHandler(AbstractDiscoverableAnnotationHandler) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
- AnnotationConfiguration - Class in org.eclipse.jetty.annotations
-
Configuration for Annotations
- AnnotationConfiguration() - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration
-
- AnnotationConfiguration.ClassInheritanceMap - Class in org.eclipse.jetty.annotations
-
- AnnotationConfiguration.ParserTask - Class in org.eclipse.jetty.annotations
-
ParserTask
Task to executing scanning of a resource for annotations.
- AnnotationConfiguration.ServletContainerInitializerComparator - Class in org.eclipse.jetty.annotations
-
ServletContainerInitializerComparator
Comparator impl that orders a set of ServletContainerInitializers according to the
list of classnames (optionally containing a "*" wildcard character) established in a
ServletContainerInitializerOrdering.
- AnnotationConfiguration.ServletContainerInitializerOrdering - Class in org.eclipse.jetty.annotations
-
ServletContainerInitializerOrdering
A list of classnames of ServletContainerInitializers in the order in which
they are to be called back.
- AnnotationConfiguration.TimeStatistic - Class in org.eclipse.jetty.annotations
-
TimeStatistic
Simple class to capture elapsed time of an operation.
- AnnotationDecorator - Class in org.eclipse.jetty.annotations
-
AnnotationDecorator
- AnnotationDecorator(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.AnnotationDecorator
-
- AnnotationIntrospector - Class in org.eclipse.jetty.annotations
-
AnnotationIntrospector
- AnnotationIntrospector() - Constructor for class org.eclipse.jetty.annotations.AnnotationIntrospector
-
- AnnotationIntrospector.AbstractIntrospectableAnnotationHandler - Class in org.eclipse.jetty.annotations
-
AbstractIntrospectableAnnotationHandler
Base class for handlers that introspect a class to find a particular annotation.
- AnnotationIntrospector.IntrospectableAnnotationHandler - Interface in org.eclipse.jetty.annotations
-
IntrospectableAnnotationHandler
Interface for all handlers that wish to introspect a class to find a particular annotation
- AnnotationParser - Class in org.eclipse.jetty.annotations
-
AnnotationParser
- AnnotationParser() - Constructor for class org.eclipse.jetty.annotations.AnnotationParser
-
- AnnotationParser.AbstractHandler - Class in org.eclipse.jetty.annotations
-
AbstractHandler
Convenience base class to provide no-ops for all Handler methods.
- AnnotationParser.ClassInfo - Class in org.eclipse.jetty.annotations
-
ClassInfo
Immutable information gathered by parsing class header.
- AnnotationParser.FieldInfo - Class in org.eclipse.jetty.annotations
-
FieldInfo
Immutable information gathered by parsing a field on a class.
- AnnotationParser.Handler - Interface in org.eclipse.jetty.annotations
-
Handler
Signature for all handlers that respond to parsing class files.
- AnnotationParser.MethodInfo - Class in org.eclipse.jetty.annotations
-
MethodInfo
Immutable information gathered by parsing a method on a class.
- AnnotationParser.MyClassVisitor - Class in org.eclipse.jetty.annotations
-
MyClassVisitor
ASM visitor for a class.
- AnnotationParser.MyFieldVisitor - Class in org.eclipse.jetty.annotations
-
MyFieldVisitor
An ASM visitor for parsing Fields.
- AnnotationParser.MyMethodVisitor - Class in org.eclipse.jetty.annotations
-
MyMethodVisitor
ASM Visitor for parsing a method.
- apply() - Method in class org.eclipse.jetty.annotations.WebFilterAnnotation
-
- apply() - Method in class org.eclipse.jetty.annotations.WebListenerAnnotation
-
- apply() - Method in class org.eclipse.jetty.annotations.WebServletAnnotation
-
- ASM_OPCODE_VERSION - Static variable in class org.eclipse.jetty.annotations.AnnotationParser
-