Index

A C D E F G H I M N O P R S T V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractDiscoverableAnnotationHandler - Class in org.eclipse.jetty.ee10.annotations
DiscoverableAnnotationHandler Base class for handling the discovery of an annotation.
AbstractDiscoverableAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.ee10.annotations.AbstractDiscoverableAnnotationHandler
 
AbstractHandler() - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationParser.AbstractHandler
 
AbstractIntrospectableAnnotationHandler(boolean, WebAppContext) - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
 
addAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.ee10.annotations.AbstractDiscoverableAnnotationHandler
 
addStartupClasses(Class<?>...) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
Classes that are listed in @HandlesTypes and found by the createServletContainerInitializerAnnotationHandlers method.
addStartupClasses(String...) - Method in class org.eclipse.jetty.ee10.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.ee10.annotations
Configuration for Annotations
AnnotationConfiguration() - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
 
AnnotationConfiguration.ClassInheritanceMap - Class in org.eclipse.jetty.ee10.annotations
 
AnnotationConfiguration.DiscoveredServletContainerInitializerHolder - Class in org.eclipse.jetty.ee10.annotations
 
AnnotationConfiguration.ParserTask - Class in org.eclipse.jetty.ee10.annotations
ParserTask
AnnotationConfiguration.ServletContainerInitializerComparator - Class in org.eclipse.jetty.ee10.annotations
ServletContainerInitializerComparator
AnnotationConfiguration.ServletContainerInitializerOrdering - Class in org.eclipse.jetty.ee10.annotations
ServletContainerInitializerOrdering
AnnotationConfiguration.State - Class in org.eclipse.jetty.ee10.annotations
 
AnnotationConfiguration.TimeStatistic - Class in org.eclipse.jetty.ee10.annotations
Simple class to capture elapsed time of an operation.
AnnotationDecorator - Class in org.eclipse.jetty.ee10.annotations
AnnotationDecorator
AnnotationDecorator(WebAppContext) - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationDecorator
 
AnnotationIntrospector - Class in org.eclipse.jetty.ee10.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.ee10.annotations.AnnotationIntrospector
 
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler - Class in org.eclipse.jetty.ee10.annotations
AbstractIntrospectableAnnotationHandler Base class for handlers that introspect a class to find a particular annotation.
AnnotationIntrospector.IntrospectableAnnotationHandler - Interface in org.eclipse.jetty.ee10.annotations
IntrospectableAnnotationHandler Interface for all handlers that wish to introspect a class to find a particular annotation
AnnotationParser - Class in org.eclipse.jetty.ee10.annotations
AnnotationParser
AnnotationParser() - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationParser
 
AnnotationParser(int) - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationParser
 
AnnotationParser.AbstractHandler - Class in org.eclipse.jetty.ee10.annotations
Convenience base class to provide no-ops for all Handler methods.
AnnotationParser.ClassInfo - Class in org.eclipse.jetty.ee10.annotations
Immutable information gathered by parsing class header.
AnnotationParser.FieldInfo - Class in org.eclipse.jetty.ee10.annotations
Immutable information gathered by parsing a field on a class.
AnnotationParser.Handler - Interface in org.eclipse.jetty.ee10.annotations
Signature for all handlers that respond to parsing class files.
AnnotationParser.MethodInfo - Class in org.eclipse.jetty.ee10.annotations
Immutable information gathered by parsing a method on a class.
AnnotationParser.MyClassVisitor - Class in org.eclipse.jetty.ee10.annotations
ASM visitor for a class.
AnnotationParser.MyFieldVisitor - Class in org.eclipse.jetty.ee10.annotations
An ASM visitor for parsing Fields.
AnnotationParser.MyMethodVisitor - Class in org.eclipse.jetty.ee10.annotations
ASM Visitor for parsing a method.
apply() - Method in class org.eclipse.jetty.ee10.annotations.WebFilterAnnotation
 
apply() - Method in class org.eclipse.jetty.ee10.annotations.WebListenerAnnotation
 
apply() - Method in class org.eclipse.jetty.ee10.annotations.WebServletAnnotation
 

C

call() - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.ParserTask
 
CLASS_INHERITANCE_MAP - Static variable in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
 
ClassInfo(Resource, String, int, int, String, String, String[]) - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationParser.ClassInfo
 
ClassInheritanceHandler - Class in org.eclipse.jetty.ee10.annotations
ClassInheritanceHandler As asm scans for classes, remember the type hierarchy.
ClassInheritanceHandler(Map<String, Set<String>>) - Constructor for class org.eclipse.jetty.ee10.annotations.ClassInheritanceHandler
 
ClassInheritanceMap() - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.ClassInheritanceMap
 
compare(ServletContainerInitializer, ServletContainerInitializer) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.ServletContainerInitializerComparator
 
configure(WebAppContext) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
 
constraintsExist(List<ServletMapping>, List<ConstraintMapping>) - Method in class org.eclipse.jetty.ee10.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.ee10.annotations.AnnotationConfiguration
 
CONTAINER_INITIALIZERS - Static variable in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
 
ContainerInitializerAnnotationHandler - Class in org.eclipse.jetty.ee10.annotations
ContainerInitializerAnnotationHandler
ContainerInitializerAnnotationHandler(ServletContainerInitializerHolder, Class<?>) - Constructor for class org.eclipse.jetty.ee10.annotations.ContainerInitializerAnnotationHandler
 
createAnnotationParser(int) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
 
createServletContainerInitializerAnnotationHandlers(WebAppContext, List<ServletContainerInitializer>) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
 

D

DeclareRolesAnnotationHandler - Class in org.eclipse.jetty.ee10.annotations
DeclaresRolesAnnotationHandler
DeclareRolesAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.ee10.annotations.DeclareRolesAnnotationHandler
 
decorate(Object) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationDecorator
 
DEFAULT_MAX_SCAN_WAIT - Static variable in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
 
DEFAULT_MULTI_THREADED - Static variable in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
 
destroy(Object) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationDecorator
 
DiscoveredServletContainerInitializerHolder(Source, ServletContainerInitializer, Class<?>...) - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
 
doHandle(Class) - Method in class org.eclipse.jetty.ee10.annotations.DeclareRolesAnnotationHandler
 
doHandle(Class) - Method in class org.eclipse.jetty.ee10.annotations.MultiPartConfigAnnotationHandler
 
doHandle(Class) - Method in class org.eclipse.jetty.ee10.annotations.PostConstructAnnotationHandler
 
doHandle(Class) - Method in class org.eclipse.jetty.ee10.annotations.PreDestroyAnnotationHandler
 
doHandle(Class) - Method in class org.eclipse.jetty.ee10.annotations.RunAsAnnotationHandler
 
doHandle(Class<?>) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
 
doHandle(Class<?>) - Method in class org.eclipse.jetty.ee10.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.ee10.annotations.ResourcesAnnotationHandler
 
doHandle(Class<?>) - Method in class org.eclipse.jetty.ee10.annotations.ServletSecurityAnnotationHandler
 

E

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

F

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

G

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

H

handle(Class<?>) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
 
handle(Class<?>) - Method in interface org.eclipse.jetty.ee10.annotations.AnnotationIntrospector.IntrospectableAnnotationHandler
 
handle(AnnotationParser.ClassInfo) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.ClassInfo) - Method in interface org.eclipse.jetty.ee10.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.ClassInfo) - Method in class org.eclipse.jetty.ee10.annotations.ClassInheritanceHandler
 
handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.ClassInfo, String) - Method in interface org.eclipse.jetty.ee10.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.ee10.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.ee10.annotations.WebFilterAnnotationHandler
 
handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.ee10.annotations.WebListenerAnnotationHandler
 
handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.ee10.annotations.WebServletAnnotationHandler
Handle discovering a WebServlet annotation.
handle(AnnotationParser.FieldInfo) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.FieldInfo) - Method in interface org.eclipse.jetty.ee10.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.FieldInfo, String) - Method in interface org.eclipse.jetty.ee10.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.ee10.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.ee10.annotations.WebFilterAnnotationHandler
 
handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.ee10.annotations.WebListenerAnnotationHandler
 
handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.ee10.annotations.WebServletAnnotationHandler
 
handle(AnnotationParser.MethodInfo) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.MethodInfo) - Method in interface org.eclipse.jetty.ee10.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.MethodInfo, String) - Method in interface org.eclipse.jetty.ee10.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.ee10.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.ee10.annotations.WebFilterAnnotationHandler
 
handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.ee10.annotations.WebListenerAnnotationHandler
 
handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.ee10.annotations.WebServletAnnotationHandler
 
handleClass(Class<?>) - Method in class org.eclipse.jetty.ee10.annotations.ResourceAnnotationHandler
 
handleField(Class<?>, Field) - Method in class org.eclipse.jetty.ee10.annotations.ResourceAnnotationHandler
 
handleField(String, String, int, String, String, Object, String) - Method in class org.eclipse.jetty.ee10.annotations.RunAsAnnotationHandler
 
handleMethod(Class<?>, Method) - Method in class org.eclipse.jetty.ee10.annotations.ResourceAnnotationHandler
Process a Resource annotation on a Method.
handleMethod(String, String, int, String, String, String[], String) - Method in class org.eclipse.jetty.ee10.annotations.RunAsAnnotationHandler
 
hasWildcard() - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
 

I

introspect(Object, Object) - Method in class org.eclipse.jetty.ee10.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.ee10.annotations.AnnotationIntrospector
 
isDefaultOrder() - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
 
isEnvEntryType(Class<?>) - Method in class org.eclipse.jetty.ee10.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.ee10.annotations.AnnotationConfiguration
Test if the ServletContainerInitializer is from the container classpath
isFromExcludedJar(WebAppContext, ServletContainerInitializer, Resource) - Method in class org.eclipse.jetty.ee10.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.ee10.annotations.AnnotationConfiguration
Test if the ServletContainerInitializer is from WEB-INF/classes
isIntrospectable(Object, Object) - Method in class org.eclipse.jetty.ee10.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.ee10.annotations.AnnotationConfiguration
Check if we should use multiple threads to scan for annotations or not

M

matchesExclusionPattern(AnnotationConfiguration.State, ServletContainerInitializer) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
Test if the ServletContainerIntializer is excluded by the o.e.j.containerInitializerExclusionPattern
MAX_SCAN_WAIT - Static variable in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
 
MethodInfo(AnnotationParser.ClassInfo, String, int, String, String, String[]) - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationParser.MethodInfo
 
MULTI_THREADED - Static variable in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
 
MultiPartConfigAnnotationHandler - Class in org.eclipse.jetty.ee10.annotations
MultiPartConfigAnnotationHandler
MultiPartConfigAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.ee10.annotations.MultiPartConfigAnnotationHandler
 
MyClassVisitor(Set<? extends AnnotationParser.Handler>, Resource, int) - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationParser.MyClassVisitor
 
MyFieldVisitor(Set<? extends AnnotationParser.Handler>, AnnotationParser.ClassInfo, int, String, String, String, Object, int) - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationParser.MyFieldVisitor
 
MyMethodVisitor(Set<? extends AnnotationParser.Handler>, AnnotationParser.ClassInfo, int, String, String, String, String[], int) - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationParser.MyMethodVisitor
 

N

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

O

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

P

parse(Set<? extends AnnotationParser.Handler>, Resource) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationParser
Parse a resource
parseClass(Set<? extends AnnotationParser.Handler>, Resource, Path) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationParser
Use ASM on a class
parseContainerPath(WebAppContext, AnnotationParser) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
Scan jars on container path.
parseDir(Set<? extends AnnotationParser.Handler>, Resource) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationParser
Parse all classes in a directory
parseJar(Set<? extends AnnotationParser.Handler>, Resource) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationParser
Parse a resource that is a jar file.
ParserTask(AnnotationParser, Set<? extends AnnotationParser.Handler>, Resource) - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.ParserTask
 
parseWebInfClasses(AnnotationConfiguration.State, AnnotationParser) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
Scan classes in WEB-INF/classes.
parseWebInfLib(AnnotationConfiguration.State, AnnotationParser) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
Scan jars in WEB-INF/lib.
postConfigure(WebAppContext) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
 
PostConstructAnnotationHandler - Class in org.eclipse.jetty.ee10.annotations
 
PostConstructAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.ee10.annotations.PostConstructAnnotationHandler
 
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
 
PreDestroyAnnotationHandler - Class in org.eclipse.jetty.ee10.annotations
 
PreDestroyAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.ee10.annotations.PreDestroyAnnotationHandler
 

R

registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationIntrospector
 
resolveStartupClasses() - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
 
ResourceAnnotationHandler - Class in org.eclipse.jetty.ee10.annotations
 
ResourceAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.ee10.annotations.ResourceAnnotationHandler
 
ResourcesAnnotationHandler - Class in org.eclipse.jetty.ee10.annotations
 
ResourcesAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.ee10.annotations.ResourcesAnnotationHandler
 
RunAsAnnotationHandler - Class in org.eclipse.jetty.ee10.annotations
 
RunAsAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.ee10.annotations.RunAsAnnotationHandler
 

S

scanForAnnotations(WebAppContext, AnnotationConfiguration.State) - Method in class org.eclipse.jetty.ee10.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.ee10.annotations.AnnotationConfiguration
 
SERVLET_CONTAINER_INITIALIZER_ORDER - Static variable in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
 
ServletContainerInitializerComparator(AnnotationConfiguration.ServletContainerInitializerOrdering) - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.ServletContainerInitializerComparator
 
ServletContainerInitializerOrdering(String) - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
 
ServletSecurityAnnotationHandler - Class in org.eclipse.jetty.ee10.annotations
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.ee10.annotations.ServletSecurityAnnotationHandler
 
setStatistic(AnnotationConfiguration.TimeStatistic) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.ParserTask
 
start() - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.TimeStatistic
 
STATE - Static variable in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
 
supportsPostConstruct(Class) - Method in class org.eclipse.jetty.ee10.annotations.PostConstructAnnotationHandler
Check if the given class is permitted to have PostConstruct annotation.
supportsPreDestroy(Class) - Method in class org.eclipse.jetty.ee10.annotations.PreDestroyAnnotationHandler
Check if the spec permits the given class to use the PreDestroy annotation.
supportsResourceInjection(Class<?>) - Method in class org.eclipse.jetty.ee10.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.ee10.annotations.AnnotationConfiguration.TimeStatistic
 
toString() - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.ClassInheritanceMap
 
toString() - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
 

V

visit(int, int, String, String, String, String[]) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationParser.MyClassVisitor
 
visitAnnotation(String, boolean) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationParser.MyClassVisitor
Visit an annotation on a Class
visitAnnotation(String, boolean) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationParser.MyFieldVisitor
Parse an annotation found on a Field.
visitAnnotation(String, boolean) - Method in class org.eclipse.jetty.ee10.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.ee10.annotations.AnnotationParser.MyClassVisitor
Visit a field to extract its annotations
visitMethod(int, String, String, String, String[]) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationParser.MyClassVisitor
Visit a method to extract its annotations

W

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

_

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