Uses of Class
org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.State
Packages that use AnnotationConfiguration.State
Package
Description
Jetty Annotations : Support for Servlet Annotations
-
Uses of AnnotationConfiguration.State in org.eclipse.jetty.ee10.annotations
Methods in org.eclipse.jetty.ee10.annotations with parameters of type AnnotationConfiguration.StateModifier and TypeMethodDescriptionprotected List
<jakarta.servlet.ServletContainerInitializer> AnnotationConfiguration.getNonExcludedInitializers
(AnnotationConfiguration.State state) Get SCIs that are not excluded from considerationboolean
AnnotationConfiguration.matchesExclusionPattern
(AnnotationConfiguration.State state, jakarta.servlet.ServletContainerInitializer sci) Test if the ServletContainerIntializer is excluded by the o.e.j.containerInitializerExclusionPatternprotected void
AnnotationConfiguration.parseWebInfClasses
(AnnotationConfiguration.State state, AnnotationParser parser) Scan classes in WEB-INF/classes.protected void
AnnotationConfiguration.parseWebInfLib
(AnnotationConfiguration.State state, AnnotationParser parser) Scan jars in WEB-INF/lib.protected void
AnnotationConfiguration.scanForAnnotations
(WebAppContext context, AnnotationConfiguration.State state) Perform scanning of classes for discoverable annotations such as WebServlet/WebFilter/WebListener