A C D E G H I M N O P R S T U V W _ 

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
 
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.ClassInheritanceMap() - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ClassInheritanceMap
 
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.ParserTask - Class in org.eclipse.jetty.annotations
ParserTask Task to executing scanning of a resource for annotations.
AnnotationConfiguration.ParserTask(AnnotationParser, Set<? extends AnnotationParser.Handler>, Resource, ClassNameResolver) - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
 
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.ServletContainerInitializerComparator(AnnotationConfiguration.ServletContainerInitializerOrdering) - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerComparator
 
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.ServletContainerInitializerOrdering(String) - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
 
AnnotationConfiguration.TimeStatistic - Class in org.eclipse.jetty.annotations
TimeStatistic Simple class to capture elapsed time of an operation.
AnnotationConfiguration.TimeStatistic() - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.TimeStatistic
 
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
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.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.AbstractHandler - Class in org.eclipse.jetty.annotations
AbstractHandler Convenience base class to provide no-ops for all Handler methods.
AnnotationParser.AbstractHandler() - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
AnnotationParser.ClassInfo - Class in org.eclipse.jetty.annotations
ClassInfo Immutable information gathered by parsing class header.
AnnotationParser.ClassInfo(Resource, String, int, int, String, String, String[]) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
AnnotationParser.FieldInfo - Class in org.eclipse.jetty.annotations
FieldInfo Immutable information gathered by parsing a field on a class.
AnnotationParser.FieldInfo(AnnotationParser.ClassInfo, String, int, String, String, Object) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
 
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.MethodInfo(AnnotationParser.ClassInfo, String, int, String, String, String[]) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
 
AnnotationParser.MyClassVisitor - Class in org.eclipse.jetty.annotations
MyClassVisitor ASM visitor for a class.
AnnotationParser.MyClassVisitor(Set<? extends AnnotationParser.Handler>, Resource) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
 
AnnotationParser.MyFieldVisitor - Class in org.eclipse.jetty.annotations
MyFieldVisitor An ASM visitor for parsing Fields.
AnnotationParser.MyFieldVisitor(Set<? extends AnnotationParser.Handler>, AnnotationParser.ClassInfo, int, String, String, String, Object) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyFieldVisitor
 
AnnotationParser.MyMethodVisitor - Class in org.eclipse.jetty.annotations
MyMethodVisitor ASM Visitor for parsing a method.
AnnotationParser.MyMethodVisitor(Set<? extends AnnotationParser.Handler>, AnnotationParser.ClassInfo, int, String, String, String, String[]) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyMethodVisitor
 
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
 
ASM_OPCODE_VERSION - Static variable in class org.eclipse.jetty.annotations.AnnotationParser
 

C

call() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
 
CLASS_INHERITANCE_MAP - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
ClassInheritanceHandler - Class in org.eclipse.jetty.annotations
ClassInheritanceHandler As asm scans for classes, remember the type hierarchy.
ClassInheritanceHandler(ConcurrentHashMap<String, ConcurrentHashSet<String>>) - Constructor for class org.eclipse.jetty.annotations.ClassInheritanceHandler
 
ClassNameResolver - Interface in org.eclipse.jetty.annotations
 
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 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(ContainerInitializer, Class) - Constructor for class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
 
convertType(Type) - Static method in class org.eclipse.jetty.annotations.Util
 
convertTypes(String) - Static method in class org.eclipse.jetty.annotations.Util
 
convertTypes(Type[]) - Static method in class org.eclipse.jetty.annotations.Util
 
createAnnotationParser() - 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
 
deconfigure(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
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
 
doHandle(Class<?>) - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
 
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.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
 
doHandle(Class) - Method in class org.eclipse.jetty.annotations.RunAsAnnotationHandler
 
doHandle(Class) - Method in class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
 
doStart() - Method in class org.eclipse.jetty.annotations.ServletContainerInitializersStarter
Call the doStart method of the ServletContainerInitializers

E

end() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.TimeStatistic
 

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
 
getContainingResource() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
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
 
getFragmentFromJar(Resource, List<FragmentDescriptor>) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Get the web-fragment.xml from a jar
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
 
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
Get the index of the "*" element, if it is specified.

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.MethodInfo) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.FieldInfo) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.ClassInfo) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.MethodInfo) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.FieldInfo) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.ClassInfo, String) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.MethodInfo, String) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.FieldInfo, String) - 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.ContainerInitializerAnnotationHandler
Handle finding a class that is annotated with the annotation we were constructed with.
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.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.ClassInfo, String) - Method in class org.eclipse.jetty.annotations.WebFilterAnnotationHandler
 
handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.annotations.WebFilterAnnotationHandler
 
handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.annotations.WebFilterAnnotationHandler
 
handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.annotations.WebListenerAnnotationHandler
 
handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.annotations.WebListenerAnnotationHandler
 
handle(AnnotationParser.MethodInfo, 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, String) - Method in class org.eclipse.jetty.annotations.WebServletAnnotationHandler
 
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
True if "*" is one of the values.

I

introspect(Object) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
Look for annotations that can be discovered with introspection: Resource Resources PostConstruct PreDestroy ServletSecurity?
introspect(Class<?>) - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector
 
isDefaultOrder() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
True if the ordering contains a single value of "*"
isEnvEntryType(Class) - Static method in class org.eclipse.jetty.annotations.Util
 
isEnvEntryType(String) - Static method in class org.eclipse.jetty.annotations.Util
 
isExcluded(String) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ContainerClassNameResolver
 
isExcluded(String) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.WebAppClassNameResolver
 
isExcluded(String) - Method in interface org.eclipse.jetty.annotations.ClassNameResolver
Based on the execution context, should the class represented by "name" be excluded from consideration?
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.
isMetaDataComplete(WebDescriptor) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
isParsed(String) - Method in class org.eclipse.jetty.annotations.AnnotationParser
True if the class has already been processed, false otherwise
isServletType(Class) - Static method in class org.eclipse.jetty.annotations.Util
Check if the presented method belongs to a class that is one of the classes with which a servlet container should be concerned.
isUseMultiThreading(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Check if we should use multiple threads to scan for annotations or not

M

makeConstraint(Class, String[], ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee) - Method in class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
Make a jetty Constraint object, which represents the and 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
 
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
 

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.
normalizePattern(String) - Static method in class org.eclipse.jetty.annotations.Util
 

O

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

P

parse(Set<? extends AnnotationParser.Handler>, String, ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse a given class
parse(Set<? extends AnnotationParser.Handler>, Class<?>, ClassNameResolver, boolean) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse the given class, optionally walking its inheritance hierarchy
parse(Set<? extends AnnotationParser.Handler>, String[], ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse the given classes
parse(Set<? extends AnnotationParser.Handler>, List<String>, ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse the given classes
parse(Set<? extends AnnotationParser.Handler>, ClassLoader, boolean, boolean, ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse classes in the supplied classloader.
parse(Set<? extends AnnotationParser.Handler>, URI[], ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse classes in the supplied uris.
parse(Set<? extends AnnotationParser.Handler>, URI, ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse a particular uri
parse(Set<? extends AnnotationParser.Handler>, Resource, ClassNameResolver) - 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, ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse all classes in a directory
parseJar(Set<? extends AnnotationParser.Handler>, Resource, ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse a resource that is a jar file.
parseJarEntry(Set<? extends AnnotationParser.Handler>, Resource, JarEntry, ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse a single entry in a jar file
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
 
registerHandlers(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
 
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 annotations
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
 
ServletContainerInitializersStarter - Class in org.eclipse.jetty.annotations
ServletContainerInitializersStarter Call the onStartup() method on all ServletContainerInitializers, after having found all applicable classes (if any) to pass in as args.
ServletContainerInitializersStarter(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.ServletContainerInitializersStarter
 
ServletSecurityAnnotationHandler - Class in org.eclipse.jetty.annotations
ServletSecurityAnnotationHandler Inspect a class to see if it has an @ServletSecurity annotation on it, setting up the s.
ServletSecurityAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
 
setStatistic(AnnotationConfiguration.TimeStatistic) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
 
shouldOverride(String) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ContainerClassNameResolver
 
shouldOverride(String) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.WebAppClassNameResolver
 
shouldOverride(String) - Method in interface org.eclipse.jetty.annotations.ClassNameResolver
Based on the execution context, if a duplicate class represented by "name" is detected, should the existing one be overridden or not?
start() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.TimeStatistic
 
supportsPostConstructPreDestroy(Class) - Static method in class org.eclipse.jetty.annotations.Util
 
supportsResourceInjection(Class) - Static method in class org.eclipse.jetty.annotations.Util
 

T

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

U

Util - Class in org.eclipse.jetty.annotations
Util
Util() - Constructor for class org.eclipse.jetty.annotations.Util
 

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
 
_containerClassNameResolver - 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.DeclareRolesAnnotationHandler
 
_context - Variable in class org.eclipse.jetty.annotations.MultiPartConfigAnnotationHandler
 
_context - Variable in class org.eclipse.jetty.annotations.PostConstructAnnotationHandler
 
_context - Variable in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
 
_context - Variable in class org.eclipse.jetty.annotations.RunAsAnnotationHandler
 
_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
 
_handlers - Variable in class org.eclipse.jetty.annotations.AnnotationIntrospector
 
_introspector - Variable in class org.eclipse.jetty.annotations.AnnotationDecorator
 
_parsedClassNames - Variable in class org.eclipse.jetty.annotations.AnnotationParser
 
_parser - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
 
_parserTasks - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
_resolver - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
 
_resource - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
 
_sciExcludePattern - 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
 
_wac - Variable in class org.eclipse.jetty.annotations.ResourcesAnnotationHandler
 
_webAppClassNameResolver - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
_webInfClassesStats - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
_webInfLibStats - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
A C D E G H I M N O P R S T U V W _ 

Copyright © 1995-2016 Webtide. All Rights Reserved.