- AbstractDiscoverableAnnotationHandler - Class in org.eclipse.jetty.annotations
-
DiscoverableAnnotationHandler
- AbstractDiscoverableAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
-
- AbstractDiscoverableAnnotationHandler(WebAppContext, List<DiscoveredAnnotation>) - Constructor for class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
-
- addAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
-
- addValue(AnnotationParser.Value) - Method in class org.eclipse.jetty.annotations.AnnotationParser.ListValue
-
- AnnotationConfiguration - Class in org.eclipse.jetty.annotations
-
Configuration for Annotations
- AnnotationConfiguration() - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration
-
- AnnotationConfiguration.ContainerClassNameResolver - Class in org.eclipse.jetty.annotations
-
ContainerClassNameResolver
Checks to see if a classname belongs to a hidden or visible package
when scanning for annotations and thus whether it should be excluded from
consideration or not.
- AnnotationConfiguration.ContainerClassNameResolver(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ContainerClassNameResolver
-
- AnnotationConfiguration.WebAppClassNameResolver - Class in org.eclipse.jetty.annotations
-
WebAppClassNameResolver
Checks to see if a classname belongs to hidden or visible packages when scanning,
and whether a classname that is a duplicate should override a previously
scanned classname.
- AnnotationConfiguration.WebAppClassNameResolver(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.WebAppClassNameResolver
-
- AnnotationDecorator - Class in org.eclipse.jetty.annotations
-
WebAppDecoratorWrapper
- 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.AbstractIntrospectableAnnotationHandler(boolean) - Constructor for class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
-
- 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
Use asm to scan classes for annotations.
- AnnotationParser() - Constructor for class org.eclipse.jetty.annotations.AnnotationParser
-
- AnnotationParser.ClassHandler - Interface in org.eclipse.jetty.annotations
-
ClassHandler
Responds to finding a Class
- AnnotationParser.DiscoverableAnnotationHandler - Interface in org.eclipse.jetty.annotations
-
DiscoverableAnnotationHandler
Processes an annotation when it is discovered on a class.
- AnnotationParser.FieldHandler - Interface in org.eclipse.jetty.annotations
-
FieldHandler
Responds to finding a Field
- AnnotationParser.Handler - Interface in org.eclipse.jetty.annotations
-
Handler
Signature for all handlers that respond to parsing class files.
- AnnotationParser.ListValue - Class in org.eclipse.jetty.annotations
-
- AnnotationParser.ListValue(String) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.ListValue
-
- AnnotationParser.MethodHandler - Interface in org.eclipse.jetty.annotations
-
MethodHandler
Responds to finding a Method
- AnnotationParser.MyAnnotationVisitor - Class in org.eclipse.jetty.annotations
-
MyAnnotationVisitor
ASM Visitor for Annotations
- AnnotationParser.MyAnnotationVisitor(String, List<AnnotationParser.Value>) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyAnnotationVisitor
-
- AnnotationParser.MyClassVisitor - Class in org.eclipse.jetty.annotations
-
MyClassVisitor
ASM visitor for a class.
- AnnotationParser.MyClassVisitor() - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
-
- AnnotationParser.SimpleValue - Class in org.eclipse.jetty.annotations
-
- AnnotationParser.SimpleValue(String) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.SimpleValue
-
- AnnotationParser.Value - Class in org.eclipse.jetty.annotations
-
- AnnotationParser.Value(String) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.Value
-
- 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
-
- asCanonicalName(Type) - Static method in class org.eclipse.jetty.annotations.Util
-