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

A

AbstractDiscoverableAnnotationHandler - Class in org.eclipse.jetty.annotations
DiscoverableAnnotationHandler
AbstractDiscoverableAnnotationHandler(WebAppContext) - 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
 
AnnotationParser.DiscoverableAnnotationHandler - Interface in org.eclipse.jetty.annotations
 
AnnotationParser.FieldHandler - Interface in org.eclipse.jetty.annotations
 
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
 
AnnotationParser.MyAnnotationVisitor - Class in org.eclipse.jetty.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
 
asCanonicalName(Type) - Static method in class org.eclipse.jetty.annotations.Util
 

C

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
 
ClassNameResolver - Interface in org.eclipse.jetty.annotations
 
cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
configure(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
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
 

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
 
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.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
 

G

getAnnotationHandlers(String) - Method in class org.eclipse.jetty.annotations.AnnotationParser
 
getAnnotationHandlers() - Method in class org.eclipse.jetty.annotations.AnnotationParser
 
getAnnotationList() - Method in class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
 
getAnnotationValues() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyAnnotationVisitor
 
getClassNamesExtendingOrImplementing(String) - Method in class org.eclipse.jetty.annotations.ClassInheritanceHandler
 
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
 
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
 
handleClass(Class) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
 
handleField(String, String, int, String, String, Object, String, List<AnnotationParser.Value>) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.DiscoverableAnnotationHandler
 
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
 
handleMethod(String, String, int, String, String, String[], String, List<AnnotationParser.Value>) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.DiscoverableAnnotationHandler
 
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
 

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?
isParsed(String) - Method in class org.eclipse.jetty.annotations.AnnotationParser
 
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.

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(Class, ClassNameResolver, boolean) - Method in class org.eclipse.jetty.annotations.AnnotationParser
 
parse(String[], ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
 
parse(List<String>, ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
 
parse(Resource, ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
 
parse(ClassLoader, boolean, boolean, ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Find annotations on classes in the supplied classloader.
parse(URI[], ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Find annotations in classes in the supplied url of jar files.
parse(URI, ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
 
PostConstructAnnotationHandler - Class in org.eclipse.jetty.annotations
 
PostConstructAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.PostConstructAnnotationHandler
 
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
Register a handler that will be called back when the named annotation is encountered on a class.
registerClassHandler(AnnotationParser.ClassHandler) - Method in class org.eclipse.jetty.annotations.AnnotationParser
 
registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler) - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector
 
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

setValue(Object) - Method in class org.eclipse.jetty.annotations.AnnotationParser.SimpleValue
 
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
 

_

_annotationHandlers - Variable in class org.eclipse.jetty.annotations.AnnotationParser
 
_annotations - Variable in class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
 
_classHandlers - Variable in class org.eclipse.jetty.annotations.AnnotationParser
 
_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.PostConstructAnnotationHandler
 
_context - Variable in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
 
_context - Variable in class org.eclipse.jetty.annotations.RunAsAnnotationHandler
 
_fieldHandlers - Variable in class org.eclipse.jetty.annotations.AnnotationParser
 
_handlers - Variable in class org.eclipse.jetty.annotations.AnnotationIntrospector
 
_methodHandlers - Variable in class org.eclipse.jetty.annotations.AnnotationParser
 
_parsedClassNames - Variable in class org.eclipse.jetty.annotations.AnnotationParser
 
_wac - Variable in class org.eclipse.jetty.annotations.ResourcesAnnotationHandler
 

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

Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.