Uses of Interface
org.eclipse.jetty.annotations.AnnotationIntrospector.IntrospectableAnnotationHandler
-
-
Uses of AnnotationIntrospector.IntrospectableAnnotationHandler in org.eclipse.jetty.annotations
Classes in org.eclipse.jetty.annotations that implement AnnotationIntrospector.IntrospectableAnnotationHandler Modifier and Type Class Description static classAnnotationIntrospector.AbstractIntrospectableAnnotationHandlerAbstractIntrospectableAnnotationHandler Base class for handlers that introspect a class to find a particular annotation.classDeclareRolesAnnotationHandlerDeclaresRolesAnnotationHandlerclassMultiPartConfigAnnotationHandlerMultiPartConfigAnnotationHandlerclassPostConstructAnnotationHandlerclassPreDestroyAnnotationHandlerclassResourceAnnotationHandlerclassResourcesAnnotationHandlerclassRunAsAnnotationHandlerclassServletSecurityAnnotationHandlerServletSecurityAnnotationHandler Inspect a class to see if it has an@ServletSecurityannotation on it, setting up the<security-constraint>s.Methods in org.eclipse.jetty.annotations with parameters of type AnnotationIntrospector.IntrospectableAnnotationHandler Modifier and Type Method Description voidAnnotationIntrospector. registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler handler)
-