Uses of Class
org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
-
Packages that use AbstractDiscoverableAnnotationHandler Package Description org.eclipse.jetty.annotations Jetty Annotations : Support for Servlet Annotations -
-
Uses of AbstractDiscoverableAnnotationHandler in org.eclipse.jetty.annotations
Subclasses of AbstractDiscoverableAnnotationHandler in org.eclipse.jetty.annotations Modifier and Type Class Description class
WebFilterAnnotationHandler
WebFilterAnnotationHandlerclass
WebListenerAnnotationHandler
class
WebServletAnnotationHandler
WebServletAnnotationHandler Process a WebServlet annotation on a class.Fields in org.eclipse.jetty.annotations with type parameters of type AbstractDiscoverableAnnotationHandler Modifier and Type Field Description protected java.util.List<AbstractDiscoverableAnnotationHandler>
AnnotationConfiguration. _discoverableAnnotationHandlers
Methods in org.eclipse.jetty.annotations with parameters of type AbstractDiscoverableAnnotationHandler Modifier and Type Method Description void
AnnotationConfiguration. addDiscoverableAnnotationHandler(AbstractDiscoverableAnnotationHandler handler)
-