A C D E F G H I M N O P R S T V W _ 
All Classes All Packages

A

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, WebAppContext) - 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
 
addParsedClass(String, Resource) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Add a class as having been parsed.
addStartupClasses(Class<?>...) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
Classes that are listed in @HandlesTypes and found by the createServletContainerInitializerAnnotationHandlers method.
addStartupClasses(String...) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
Classes that have annotations that are listed in @HandlesTypes are discovered by the ContainerInitializerAnnotationHandler and added here.
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.DiscoveredServletContainerInitializerHolder - 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
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 Introspects a class to find various types of annotations as defined by the servlet specification.
AnnotationIntrospector(WebAppContext) - 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(int) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser
 
AnnotationParser(int, int) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser
 
AnnotationParser.AbstractHandler - Class in org.eclipse.jetty.annotations
Convenience base class to provide no-ops for all Handler methods.
AnnotationParser.ClassInfo - Class in org.eclipse.jetty.annotations
Immutable information gathered by parsing class header.
AnnotationParser.FieldInfo - Class in org.eclipse.jetty.annotations
Immutable information gathered by parsing a field on a class.
AnnotationParser.Handler - Interface in org.eclipse.jetty.annotations
Signature for all handlers that respond to parsing class files.
AnnotationParser.MethodInfo - Class in org.eclipse.jetty.annotations
Immutable information gathered by parsing a method on a class.
AnnotationParser.MyClassVisitor - Class in org.eclipse.jetty.annotations
ASM visitor for a class.
AnnotationParser.MyFieldVisitor - Class in org.eclipse.jetty.annotations
An ASM visitor for parsing Fields.
AnnotationParser.MyMethodVisitor - Class in org.eclipse.jetty.annotations
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
 

C

call() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
 
CLASS_INHERITANCE_MAP - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
ClassInfo(Resource, String, int, int, String, String, String[]) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
ClassInheritanceHandler - Class in org.eclipse.jetty.annotations
ClassInheritanceHandler As asm scans for classes, remember the type hierarchy.
ClassInheritanceHandler(Map<String, Set<String>>) - Constructor for class org.eclipse.jetty.annotations.ClassInheritanceHandler
 
ClassInheritanceMap() - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ClassInheritanceMap
 
cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
compare(ServletContainerInitializer, ServletContainerInitializer) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerComparator
 
configure(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
constraintsExist(List<ServletMapping>, List<ConstraintMapping>) - Method in class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
Check if there are already <security-constraint> elements defined that match the url-patterns for the servlet.
CONTAINER_INITIALIZER_STARTER - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
CONTAINER_INITIALIZERS - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
ContainerInitializerAnnotationHandler - Class in org.eclipse.jetty.annotations
ContainerInitializerAnnotationHandler
ContainerInitializerAnnotationHandler(ContainerInitializer, Class<?>) - Constructor for class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
Deprecated.
ContainerInitializerAnnotationHandler(ServletContainerInitializerHolder, Class<?>) - Constructor for class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
 
createAnnotationParser(int) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
createServletContainerInitializerAnnotationHandlers(WebAppContext, List<ServletContainerInitializer>) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 

D

DeclareRolesAnnotationHandler - Class in org.eclipse.jetty.annotations
DeclaresRolesAnnotationHandler
DeclareRolesAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.DeclareRolesAnnotationHandler
 
decorate(Object) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
 
DEFAULT_MAX_SCAN_WAIT - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
DEFAULT_MULTI_THREADED - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
destroy(Object) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
 
DiscoveredServletContainerInitializerHolder(Source, ServletContainerInitializer, Class<?>...) - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
 
doHandle(Class) - Method in class org.eclipse.jetty.annotations.DeclareRolesAnnotationHandler
 
doHandle(Class) - Method in class org.eclipse.jetty.annotations.MultiPartConfigAnnotationHandler
 
doHandle(Class) - Method in class org.eclipse.jetty.annotations.PostConstructAnnotationHandler
 
doHandle(Class) - Method in class org.eclipse.jetty.annotations.PreDestroyAnnotationHandler
 
doHandle(Class) - Method in class org.eclipse.jetty.annotations.RunAsAnnotationHandler
 
doHandle(Class) - Method in class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
 
doHandle(Class<?>) - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
 
doHandle(Class<?>) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
Class level Resource annotations declare a name in the environment that will be looked up at runtime.
doHandle(Class<?>) - Method in class org.eclipse.jetty.annotations.ResourcesAnnotationHandler
 
doStart() - Method in class org.eclipse.jetty.annotations.ServletContainerInitializersStarter
Deprecated.
 

E

end() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.TimeStatistic
 
ENV_ENTRY_TYPES - Static variable in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
 

F

FieldInfo(AnnotationParser.ClassInfo, String, int, String, String, Object) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
 

G

getAccess() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
getAccess() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
 
getAccess() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
 
getClassInfo() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
 
getClassInfo() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
 
getClassName() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
getContainerInitializer() - Method in class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
Deprecated.
getContainingResource() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
getContext() - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
 
getDesc() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
 
getElapsed() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.TimeStatistic
 
getEnd() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.TimeStatistic
 
getExceptions() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
 
getFieldName() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
 
getFieldType() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
 
getIndexOf(String) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
Get the order index of the given classname
getInitializerOrdering(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Jetty-specific extension that allows an ordering to be applied across ALL ServletContainerInitializers.
getInterfaces() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
getJarFor(ServletContainerInitializer) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
getMaxScanWait(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Work out how long we should wait for the async scanning to occur.
getMethodName() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
 
getNonExcludedInitializers(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Get SCIs that are not excluded from consideration
getResource() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
 
getServletMappings(String) - Method in class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
Get the ServletMappings for the servlet's class.
getSignature() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
getSignature() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
 
getSignature() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
 
getSize() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
Get the number of elements of the ordering
getStart() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.TimeStatistic
 
getStatistic() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
 
getSuperName() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
getValue() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
 
getVersion() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
getWildcardIndex() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
 

H

handle(Class<?>) - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
 
handle(Class<?>) - Method in interface org.eclipse.jetty.annotations.AnnotationIntrospector.IntrospectableAnnotationHandler
 
handle(AnnotationParser.ClassInfo) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.ClassInfo) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.ClassInfo) - Method in class org.eclipse.jetty.annotations.ClassInheritanceHandler
 
handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.ClassInfo, String) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
Handle finding a class that is annotated with the annotation we were constructed with.
handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.annotations.WebFilterAnnotationHandler
 
handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.annotations.WebListenerAnnotationHandler
 
handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.annotations.WebServletAnnotationHandler
Handle discovering a WebServlet annotation.
handle(AnnotationParser.FieldInfo) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.FieldInfo) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.FieldInfo, String) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
Handle finding a field that is annotated with the annotation we were constructed with.
handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.annotations.WebFilterAnnotationHandler
 
handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.annotations.WebListenerAnnotationHandler
 
handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.annotations.WebServletAnnotationHandler
 
handle(AnnotationParser.MethodInfo) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.MethodInfo) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.MethodInfo, String) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
Handle finding a method that is annotated with the annotation we were constructed with.
handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.annotations.WebFilterAnnotationHandler
 
handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.annotations.WebListenerAnnotationHandler
 
handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.annotations.WebServletAnnotationHandler
 
handleClass(Class<?>) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
 
handleField(Class<?>, Field) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
 
handleField(String, String, int, String, String, Object, String) - Method in class org.eclipse.jetty.annotations.RunAsAnnotationHandler
 
handleMethod(Class<?>, Method) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
Process a Resource annotation on a Method.
handleMethod(String, String, int, String, String, String[], String) - Method in class org.eclipse.jetty.annotations.RunAsAnnotationHandler
 
hasWildcard() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
 

I

introspect(Object, Object) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
Look for annotations that can be discovered with introspection: Resource Resources RunAs PostConstruct PreDestroy DeclareRoles MultiPart ServletSecurity
introspect(Object, Object) - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector
 
isDefaultOrder() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
 
isEnvEntryType(Class<?>) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
Check if the class is one of the basic java types permitted as env-entries.
isFromContainerClassPath(WebAppContext, ServletContainerInitializer) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Test if the ServletContainerInitializer is from the container classpath
isFromExcludedJar(WebAppContext, ServletContainerInitializer, Resource) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Check to see if the ServletContainerIntializer loaded via the ServiceLoader came from a jar that is excluded by the fragment ordering.
isFromWebInfClasses(WebAppContext, Resource) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Test if the ServletContainerInitializer is from WEB-INF/classes
isIntrospectable(Object, Object) - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector
Test if an object should be introspected for some specific types of annotations like PostConstruct/PreDestroy/MultiPart etc etc.
isUseMultiThreading(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Check if we should use multiple threads to scan for annotations or not
isValidClassFileName(String) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Check that the given path represents a valid class file name.
isValidClassFilePath(String) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Check that the given path does not contain hidden directories

M

makeConstraint(Class, String[], ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee) - Method in class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
Make a jetty Constraint object, which represents the <auth-constraint> and <user-data-constraint> elements, based on the security annotation.
matchesExclusionPattern(ServletContainerInitializer) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Test if the ServletContainerIntializer is excluded by the o.e.j.containerInitializerExclusionPattern
MAX_SCAN_WAIT - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
MethodInfo(AnnotationParser.ClassInfo, String, int, String, String, String[]) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
 
MULTI_THREADED - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
MultiPartConfigAnnotationHandler - Class in org.eclipse.jetty.annotations
MultiPartConfigAnnotationHandler
MultiPartConfigAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.MultiPartConfigAnnotationHandler
 
MyClassVisitor(Set<? extends AnnotationParser.Handler>, Resource, int) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
 
MyFieldVisitor(Set<? extends AnnotationParser.Handler>, AnnotationParser.ClassInfo, int, String, String, String, Object, int) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyFieldVisitor
 
MyMethodVisitor(Set<? extends AnnotationParser.Handler>, AnnotationParser.ClassInfo, int, String, String, String, String[], int) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyMethodVisitor
 

N

normalize(String) - Static method in class org.eclipse.jetty.annotations.AnnotationParser
Convert internal name to simple name
normalize(String[]) - Static method in class org.eclipse.jetty.annotations.AnnotationParser
Convert internal names to simple names.

O

org.eclipse.jetty.annotations - module org.eclipse.jetty.annotations
 
org.eclipse.jetty.annotations - package org.eclipse.jetty.annotations
Jetty Annotations : Support for Servlet Annotations

P

parse(Set<? extends AnnotationParser.Handler>, Class<?>, boolean) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse the given class, optionally walking its inheritance hierarchy
parse(Set<? extends AnnotationParser.Handler>, String) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse a given class
parse(Set<? extends AnnotationParser.Handler>, String[]) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse the given classes
parse(Set<? extends AnnotationParser.Handler>, URI) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse a particular uri
parse(Set<? extends AnnotationParser.Handler>, URI[]) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse classes in the supplied uris.
parse(Set<? extends AnnotationParser.Handler>, List<String>) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse the given classes
parse(Set<? extends AnnotationParser.Handler>, Resource) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse a resource
parseContainerPath(WebAppContext, AnnotationParser) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Scan jars on container path.
parseDir(Set<? extends AnnotationParser.Handler>, Resource) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse all classes in a directory
parseJar(Set<? extends AnnotationParser.Handler>, Resource) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse a resource that is a jar file.
parseJarEntry(Set<? extends AnnotationParser.Handler>, Resource, MultiReleaseJarFile.VersionedJarEntry) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse a single entry in a jar file
ParserTask(AnnotationParser, Set<? extends AnnotationParser.Handler>, Resource) - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
 
parseWebInfClasses(WebAppContext, AnnotationParser) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Scan classes in WEB-INF/classes.
parseWebInfLib(WebAppContext, AnnotationParser) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Scan jars in WEB-INF/lib.
postConfigure(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
PostConstructAnnotationHandler - Class in org.eclipse.jetty.annotations
 
PostConstructAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.PostConstructAnnotationHandler
 
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
PreDestroyAnnotationHandler - Class in org.eclipse.jetty.annotations
 
PreDestroyAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.PreDestroyAnnotationHandler
 

R

registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler) - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector
 
resetParsedClasses() - Method in class org.eclipse.jetty.annotations.AnnotationParser
Remove any parsed class names.
resolveStartupClasses() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
 
ResourceAnnotationHandler - Class in org.eclipse.jetty.annotations
 
ResourceAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.ResourceAnnotationHandler
 
ResourcesAnnotationHandler - Class in org.eclipse.jetty.annotations
 
ResourcesAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.ResourcesAnnotationHandler
 
RunAsAnnotationHandler - Class in org.eclipse.jetty.annotations
 
RunAsAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.RunAsAnnotationHandler
 

S

scanClass(Set<? extends AnnotationParser.Handler>, Resource, InputStream) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Use ASM on a class
scanForAnnotations(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Perform scanning of classes for discoverable annotations such as WebServlet/WebFilter/WebListener
SERVLET_CONTAINER_INITIALIZER_EXCLUSION_PATTERN - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
SERVLET_CONTAINER_INITIALIZER_ORDER - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
ServletContainerInitializerComparator(AnnotationConfiguration.ServletContainerInitializerOrdering) - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerComparator
 
ServletContainerInitializerOrdering(String) - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
 
ServletContainerInitializersStarter - Class in org.eclipse.jetty.annotations
Deprecated. 
ServletContainerInitializersStarter(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.ServletContainerInitializersStarter
Deprecated.
 
ServletSecurityAnnotationHandler - Class in org.eclipse.jetty.annotations
ServletSecurityAnnotationHandler Inspect a class to see if it has an @ServletSecurity annotation on it, setting up the <security-constraint>s.
ServletSecurityAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
 
setStatistic(AnnotationConfiguration.TimeStatistic) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
 
start() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.TimeStatistic
 
supportsPostConstruct(Class) - Method in class org.eclipse.jetty.annotations.PostConstructAnnotationHandler
Check if the given class is permitted to have PostConstruct annotation.
supportsPreDestroy(Class) - Method in class org.eclipse.jetty.annotations.PreDestroyAnnotationHandler
Check if the spec permits the given class to use the PreDestroy annotation.
supportsResourceInjection(Class<?>) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
Check if the given Class is one that the specification allows to have a Resource annotation.

T

TimeStatistic() - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.TimeStatistic
 
toString() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ClassInheritanceMap
 
toString() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
 

V

visit(int, int, String, String, String, String[]) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
 
visitAnnotation(String, boolean) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
Visit an annotation on a Class
visitAnnotation(String, boolean) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyFieldVisitor
Parse an annotation found on a Field.
visitAnnotation(String, boolean) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyMethodVisitor
We are only interested in finding the annotations on methods.
visitField(int, String, String, String, Object) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
Visit a field to extract its annotations
visitMethod(int, String, String, String, String[]) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
Visit a method to extract its annotations

W

WebFilterAnnotation - Class in org.eclipse.jetty.annotations
WebFilterAnnotation
WebFilterAnnotation(WebAppContext, String) - Constructor for class org.eclipse.jetty.annotations.WebFilterAnnotation
 
WebFilterAnnotation(WebAppContext, String, Resource) - Constructor for class org.eclipse.jetty.annotations.WebFilterAnnotation
 
WebFilterAnnotationHandler - Class in org.eclipse.jetty.annotations
WebFilterAnnotationHandler
WebFilterAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.WebFilterAnnotationHandler
 
WebListenerAnnotation - Class in org.eclipse.jetty.annotations
WebListenerAnnotation
WebListenerAnnotation(WebAppContext, String) - Constructor for class org.eclipse.jetty.annotations.WebListenerAnnotation
 
WebListenerAnnotation(WebAppContext, String, Resource) - Constructor for class org.eclipse.jetty.annotations.WebListenerAnnotation
 
WebListenerAnnotationHandler - Class in org.eclipse.jetty.annotations
 
WebListenerAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.WebListenerAnnotationHandler
 
WebServletAnnotation - Class in org.eclipse.jetty.annotations
WebServletAnnotation
WebServletAnnotation(WebAppContext, String) - Constructor for class org.eclipse.jetty.annotations.WebServletAnnotation
 
WebServletAnnotation(WebAppContext, String, Resource) - Constructor for class org.eclipse.jetty.annotations.WebServletAnnotation
 
WebServletAnnotationHandler - Class in org.eclipse.jetty.annotations
WebServletAnnotationHandler Process a WebServlet annotation on a class.
WebServletAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.WebServletAnnotationHandler
 

_

_classInheritanceHandler - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
_containerInitializerAnnotationHandlers - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
_containerPathStats - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
_context - Variable in class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
 
_context - Variable in class org.eclipse.jetty.annotations.AnnotationDecorator
 
_context - Variable in class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
 
_discoverableAnnotationHandlers - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
_end - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration.TimeStatistic
 
_exception - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
 
_handlers - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
 
_introspectAncestors - Variable in class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
 
_introspector - Variable in class org.eclipse.jetty.annotations.AnnotationDecorator
 
_parsedClassNames - Variable in class org.eclipse.jetty.annotations.AnnotationParser
Map of classnames scanned and the first location from which scan occurred
_parser - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
 
_parserTasks - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
_resource - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
 
_sciExcludePattern - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
_sciHolders - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
_start - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration.TimeStatistic
 
_stat - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
 
_webInfClassesStats - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
_webInfLibStats - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
A C D E F G H I M N O P R S T V W _ 
All Classes All Packages