JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
G
H
I
M
N
O
P
R
S
T
U
V
W
_
A
AbstractDiscoverableAnnotationHandler
- Class in
org.eclipse.jetty.annotations
DiscoverableAnnotationHandler
AbstractDiscoverableAnnotationHandler(WebAppContext)
- Constructor for class org.eclipse.jetty.annotations.
AbstractDiscoverableAnnotationHandler
AbstractDiscoverableAnnotationHandler(WebAppContext, List<DiscoveredAnnotation>)
- Constructor for class org.eclipse.jetty.annotations.
AbstractDiscoverableAnnotationHandler
addAnnotation(DiscoveredAnnotation)
- Method in class org.eclipse.jetty.annotations.
AbstractDiscoverableAnnotationHandler
addValue(AnnotationParser.Value)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.ListValue
AnnotationConfiguration
- Class in
org.eclipse.jetty.annotations
Configuration for Annotations
AnnotationConfiguration()
- Constructor for class org.eclipse.jetty.annotations.
AnnotationConfiguration
AnnotationDecorator
- Class in
org.eclipse.jetty.annotations
WebAppDecoratorWrapper
AnnotationDecorator(WebAppContext)
- Constructor for class org.eclipse.jetty.annotations.
AnnotationDecorator
AnnotationIntrospector
- Class in
org.eclipse.jetty.annotations
AnnotationIntrospector
AnnotationIntrospector()
- Constructor for class org.eclipse.jetty.annotations.
AnnotationIntrospector
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- Class in
org.eclipse.jetty.annotations
AbstractIntrospectableAnnotationHandler Base class for handlers that introspect a class to find a particular annotation.
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler(boolean)
- Constructor for class org.eclipse.jetty.annotations.
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
AnnotationIntrospector.IntrospectableAnnotationHandler
- Interface in
org.eclipse.jetty.annotations
IntrospectableAnnotationHandler Interface for all handlers that wish to introspect a class to find a particular annotation
AnnotationParser
- Class in
org.eclipse.jetty.annotations
AnnotationParser Use asm to scan classes for annotations.
AnnotationParser()
- Constructor for class org.eclipse.jetty.annotations.
AnnotationParser
AnnotationParser.ClassHandler
- Interface in
org.eclipse.jetty.annotations
ClassHandler Responds to finding a Class
AnnotationParser.DiscoverableAnnotationHandler
- Interface in
org.eclipse.jetty.annotations
DiscoverableAnnotationHandler Processes an annotation when it is discovered on a class.
AnnotationParser.FieldHandler
- Interface in
org.eclipse.jetty.annotations
FieldHandler Responds to finding a Field
AnnotationParser.Handler
- Interface in
org.eclipse.jetty.annotations
Handler Signature for all handlers that respond to parsing class files.
AnnotationParser.ListValue
- Class in
org.eclipse.jetty.annotations
AnnotationParser.ListValue(String)
- Constructor for class org.eclipse.jetty.annotations.
AnnotationParser.ListValue
AnnotationParser.MethodHandler
- Interface in
org.eclipse.jetty.annotations
MethodHandler Responds to finding a Method
AnnotationParser.MyAnnotationVisitor
- Class in
org.eclipse.jetty.annotations
MyAnnotationVisitor ASM Visitor for Annotations
AnnotationParser.MyAnnotationVisitor(String, List<AnnotationParser.Value>)
- Constructor for class org.eclipse.jetty.annotations.
AnnotationParser.MyAnnotationVisitor
AnnotationParser.MyClassVisitor
- Class in
org.eclipse.jetty.annotations
MyClassVisitor ASM visitor for a class.
AnnotationParser.MyClassVisitor()
- Constructor for class org.eclipse.jetty.annotations.
AnnotationParser.MyClassVisitor
AnnotationParser.SimpleValue
- Class in
org.eclipse.jetty.annotations
AnnotationParser.SimpleValue(String)
- Constructor for class org.eclipse.jetty.annotations.
AnnotationParser.SimpleValue
AnnotationParser.Value
- Class in
org.eclipse.jetty.annotations
AnnotationParser.Value(String)
- Constructor for class org.eclipse.jetty.annotations.
AnnotationParser.Value
apply()
- Method in class org.eclipse.jetty.annotations.
WebFilterAnnotation
apply()
- Method in class org.eclipse.jetty.annotations.
WebListenerAnnotation
apply()
- Method in class org.eclipse.jetty.annotations.
WebServletAnnotation
asCanonicalName(Type)
- Static method in class org.eclipse.jetty.annotations.
Util
C
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()
- Constructor for class org.eclipse.jetty.annotations.
ClassInheritanceHandler
ClassInheritanceHandler(MultiMap)
- Constructor for class org.eclipse.jetty.annotations.
ClassInheritanceHandler
ClassNameResolver
- Interface in
org.eclipse.jetty.annotations
clearHandlers()
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Remove all registered handlers
cloneConfigure(WebAppContext, WebAppContext)
- Method in class org.eclipse.jetty.annotations.
AnnotationConfiguration
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_INITIALIZERS
- Static variable in class org.eclipse.jetty.annotations.
AnnotationConfiguration
ContainerInitializerAnnotationHandler
- Class in
org.eclipse.jetty.annotations
ContainerInitializerAnnotationHandler Discovers classes that contain the specified annotation, either at class or method level.
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
decorateFilterHolder(FilterHolder)
- Method in class org.eclipse.jetty.annotations.
AnnotationDecorator
decorateFilterInstance(T)
- Method in class org.eclipse.jetty.annotations.
AnnotationDecorator
decorateListenerInstance(T)
- Method in class org.eclipse.jetty.annotations.
AnnotationDecorator
decorateServletHolder(ServletHolder)
- Method in class org.eclipse.jetty.annotations.
AnnotationDecorator
decorateServletInstance(T)
- Method in class org.eclipse.jetty.annotations.
AnnotationDecorator
deregisterHandler(AnnotationParser.Handler)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Remove a particular handler
destroyFilterInstance(Filter)
- Method in class org.eclipse.jetty.annotations.
AnnotationDecorator
destroyListenerInstance(EventListener)
- Method in class org.eclipse.jetty.annotations.
AnnotationDecorator
destroyServletInstance(Servlet)
- 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.
ServletContainerInitializerListener
Call the doStart method of the ServletContainerInitializers
doStop()
- Method in class org.eclipse.jetty.annotations.
ServletContainerInitializerListener
Nothing to do for ServletContainerInitializers on stop
G
getAnnotationHandlers(String)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Deprecated.
getAnnotationHandlers()
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Deprecated.
getAnnotationList()
- Method in class org.eclipse.jetty.annotations.
AbstractDiscoverableAnnotationHandler
getAnnotationName()
- Method in interface org.eclipse.jetty.annotations.
AnnotationParser.DiscoverableAnnotationHandler
Get the name of the annotation processed by this handler.
getAnnotationName()
- Method in class org.eclipse.jetty.annotations.
ContainerInitializerAnnotationHandler
getAnnotationName()
- Method in class org.eclipse.jetty.annotations.
WebFilterAnnotationHandler
getAnnotationName()
- Method in class org.eclipse.jetty.annotations.
WebListenerAnnotationHandler
getAnnotationName()
- Method in class org.eclipse.jetty.annotations.
WebServletAnnotationHandler
getAnnotationValues()
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.MyAnnotationVisitor
getClassNamesExtendingOrImplementing(String)
- Method in class org.eclipse.jetty.annotations.
ClassInheritanceHandler
getContainerInitializer()
- Method in class org.eclipse.jetty.annotations.
ContainerInitializerAnnotationHandler
getFragmentFromJar(Resource, List<FragmentDescriptor>)
- Method in class org.eclipse.jetty.annotations.
AnnotationConfiguration
Get the web-fragment.xml from a jar
getList()
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.ListValue
getMap()
- Method in class org.eclipse.jetty.annotations.
ClassInheritanceHandler
getName()
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.Value
getNonExcludedInitializers(WebAppContext)
- Method in class org.eclipse.jetty.annotations.
AnnotationConfiguration
getResource()
- Method in class org.eclipse.jetty.annotations.
AbstractDiscoverableAnnotationHandler
getServletMappings(String)
- Method in class org.eclipse.jetty.annotations.
ServletSecurityAnnotationHandler
Get the ServletMappings for the servlet's class.
getValue()
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.ListValue
getValue()
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.SimpleValue
getValue()
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.Value
H
handle(Class<?>)
- Method in class org.eclipse.jetty.annotations.
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
handle(Class<?>)
- Method in interface org.eclipse.jetty.annotations.
AnnotationIntrospector.IntrospectableAnnotationHandler
handle(String, int, int, String, String, String[])
- Method in interface org.eclipse.jetty.annotations.
AnnotationParser.ClassHandler
handle(String, String, int, String, String, Object)
- Method in interface org.eclipse.jetty.annotations.
AnnotationParser.FieldHandler
handle(String, String, int, String, String, String[])
- Method in interface org.eclipse.jetty.annotations.
AnnotationParser.MethodHandler
handle(String, int, int, String, String, String[])
- Method in class org.eclipse.jetty.annotations.
ClassInheritanceHandler
handleClass(String, int, int, String, String, String[], String, List<AnnotationParser.Value>)
- Method in interface org.eclipse.jetty.annotations.
AnnotationParser.DiscoverableAnnotationHandler
Process an annotation that was discovered on a class
handleClass(String, int, int, String, String, String[], String, List<AnnotationParser.Value>)
- Method in class org.eclipse.jetty.annotations.
ContainerInitializerAnnotationHandler
Handle finding a class that is annotated with the annotation we were constructed with.
handleClass(Class<?>)
- Method in class org.eclipse.jetty.annotations.
ResourceAnnotationHandler
handleClass(String, int, int, String, String, String[], String, List<AnnotationParser.Value>)
- Method in class org.eclipse.jetty.annotations.
WebFilterAnnotationHandler
handleClass(String, int, int, String, String, String[], String, List<AnnotationParser.Value>)
- Method in class org.eclipse.jetty.annotations.
WebListenerAnnotationHandler
handleClass(String, int, int, String, String, String[], String, List<AnnotationParser.Value>)
- Method in class org.eclipse.jetty.annotations.
WebServletAnnotationHandler
Handle discovering a WebServlet annotation.
handleField(String, String, int, String, String, Object, String, List<AnnotationParser.Value>)
- Method in interface org.eclipse.jetty.annotations.
AnnotationParser.DiscoverableAnnotationHandler
Process an annotation that was discovered on a field
handleField(String, String, int, String, String, Object, String, List<AnnotationParser.Value>)
- Method in class org.eclipse.jetty.annotations.
ContainerInitializerAnnotationHandler
handleField(Class<?>, Field)
- Method in class org.eclipse.jetty.annotations.
ResourceAnnotationHandler
handleField(String, String, int, String, String, Object, String, List<AnnotationParser.Value>)
- Method in class org.eclipse.jetty.annotations.
RunAsAnnotationHandler
handleField(String, String, int, String, String, Object, String, List<AnnotationParser.Value>)
- Method in class org.eclipse.jetty.annotations.
WebFilterAnnotationHandler
handleField(String, String, int, String, String, Object, String, List<AnnotationParser.Value>)
- Method in class org.eclipse.jetty.annotations.
WebListenerAnnotationHandler
handleField(String, String, int, String, String, Object, String, List<AnnotationParser.Value>)
- Method in class org.eclipse.jetty.annotations.
WebServletAnnotationHandler
handleMethod(String, String, int, String, String, String[], String, List<AnnotationParser.Value>)
- Method in interface org.eclipse.jetty.annotations.
AnnotationParser.DiscoverableAnnotationHandler
Process an annotation that was discovered on a method
handleMethod(String, String, int, String, String, String[], String, List<AnnotationParser.Value>)
- Method in class org.eclipse.jetty.annotations.
ContainerInitializerAnnotationHandler
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, List<AnnotationParser.Value>)
- Method in class org.eclipse.jetty.annotations.
RunAsAnnotationHandler
handleMethod(String, String, int, String, String, String[], String, List<AnnotationParser.Value>)
- Method in class org.eclipse.jetty.annotations.
WebFilterAnnotationHandler
handleMethod(String, String, int, String, String, String[], String, List<AnnotationParser.Value>)
- Method in class org.eclipse.jetty.annotations.
WebListenerAnnotationHandler
handleMethod(String, String, int, String, String, String[], String, List<AnnotationParser.Value>)
- Method in class org.eclipse.jetty.annotations.
WebServletAnnotationHandler
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
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 interface org.eclipse.jetty.annotations.
ClassNameResolver
Based on the execution context, should the class represented by "name" be excluded from consideration?
isFromExcludedJar(WebAppContext, ServletContainerInitializer)
- 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.
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.
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
normalizePattern(String)
- Static method in class org.eclipse.jetty.annotations.
Util
O
org.eclipse.jetty.annotations
- package org.eclipse.jetty.annotations
P
parse(String, ClassNameResolver)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Parse a given class
parse(Class, ClassNameResolver, boolean)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Parse the given class, optionally walking its inheritance hierarchy
parse(String[], ClassNameResolver)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Parse the given classes
parse(List<String>, ClassNameResolver)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Parse the given classes
parse(Resource, ClassNameResolver)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Parse all classes in a directory
parse(ClassLoader, boolean, boolean, ClassNameResolver)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Parse classes in the supplied classloader.
parse(URI[], ClassNameResolver)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Parse classes in the supplied url of jar files.
parse(URI, ClassNameResolver)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Parse a particular resource
parseContainerPath(WebAppContext, AnnotationParser)
- Method in class org.eclipse.jetty.annotations.
AnnotationConfiguration
Scan jars on container path.
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
registerAnnotationHandler(String, AnnotationParser.DiscoverableAnnotationHandler)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Deprecated.
see registerHandler(Handler)
registerClassHandler(AnnotationParser.ClassHandler)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Deprecated.
see registerHandler(Handler)
registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler)
- Method in class org.eclipse.jetty.annotations.
AnnotationIntrospector
registerHandler(AnnotationParser.Handler)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Add a particular handler
registerHandlers(List<? extends AnnotationParser.Handler>)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Add a list of handlers
resetList()
- Method in class org.eclipse.jetty.annotations.
AbstractDiscoverableAnnotationHandler
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(InputStream)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser
Use ASM on a class
ServletContainerInitializerListener
- Class in
org.eclipse.jetty.annotations
ServletContainerInitializerListener
ServletContainerInitializerListener()
- Constructor for class org.eclipse.jetty.annotations.
ServletContainerInitializerListener
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
setResource(Resource)
- Method in class org.eclipse.jetty.annotations.
AbstractDiscoverableAnnotationHandler
setValue(Object)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.SimpleValue
setWebAppContext(WebAppContext)
- Method in class org.eclipse.jetty.annotations.
ServletContainerInitializerListener
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?
size()
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.ListValue
T
toString()
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.ListValue
toString()
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.SimpleValue
U
Util
- Class in
org.eclipse.jetty.annotations
Util
Util()
- Constructor for class org.eclipse.jetty.annotations.
Util
V
visit(String, Object)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.MyAnnotationVisitor
Visit a single-valued (name,value) pair for this annotation
visit(int, int, String, String, String, String[])
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.MyClassVisitor
visitAnnotation(String, String)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.MyAnnotationVisitor
Visit a (name,value) pair whose value is another Annotation
visitAnnotation(String, boolean)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.MyClassVisitor
visitArray(String)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.MyAnnotationVisitor
Visit an array valued (name, value) pair for this annotation
visitEnd()
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.MyAnnotationVisitor
visitEnum(String, String, String)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.MyAnnotationVisitor
Visit a enum-valued (name,value) pair for this annotation
visitField(int, String, String, String, Object)
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.MyClassVisitor
visitMethod(int, String, String, String, String[])
- Method in class org.eclipse.jetty.annotations.
AnnotationParser.MyClassVisitor
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
WebFilterAnnotationHandler(WebAppContext, List<DiscoveredAnnotation>)
- 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
WebListenerAnnotationHandler(WebAppContext, List<DiscoveredAnnotation>)
- 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
WebServletAnnotationHandler(WebAppContext, List<DiscoveredAnnotation>)
- Constructor for class org.eclipse.jetty.annotations.
WebServletAnnotationHandler
_
_annotations
- Variable in class org.eclipse.jetty.annotations.
AbstractDiscoverableAnnotationHandler
_classInheritanceHandler
- Variable in class org.eclipse.jetty.annotations.
AnnotationConfiguration
_containerInitializerAnnotationHandlers
- 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
_context
- Variable in class org.eclipse.jetty.annotations.
ServletContainerInitializerListener
_discoverableAnnotationHandlers
- Variable in class org.eclipse.jetty.annotations.
AnnotationConfiguration
_handlers
- Variable in class org.eclipse.jetty.annotations.
AnnotationIntrospector
_handlers
- Variable in class org.eclipse.jetty.annotations.
AnnotationParser
_parsedClassNames
- Variable in class org.eclipse.jetty.annotations.
AnnotationParser
_resource
- Variable in class org.eclipse.jetty.annotations.
AbstractDiscoverableAnnotationHandler
_wac
- Variable in class org.eclipse.jetty.annotations.
ResourcesAnnotationHandler
A
C
D
G
H
I
M
N
O
P
R
S
T
U
V
W
_
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 1995-2013
Mort Bay Consulting
. All Rights Reserved.