Uses of Class
org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.State
-
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 considerationbooleanAnnotationConfiguration.matchesExclusionPattern(AnnotationConfiguration.State state, jakarta.servlet.ServletContainerInitializer sci) Test if the ServletContainerIntializer is excluded by the o.e.j.containerInitializerExclusionPatternprotected voidAnnotationConfiguration.parseWebInfClasses(AnnotationConfiguration.State state, AnnotationParser parser) Scan classes in WEB-INF/classes.protected voidAnnotationConfiguration.parseWebInfLib(AnnotationConfiguration.State state, AnnotationParser parser) Scan jars in WEB-INF/lib.protected voidAnnotationConfiguration.scanForAnnotations(org.eclipse.jetty.ee10.webapp.WebAppContext context, AnnotationConfiguration.State state) Perform scanning of classes for discoverable annotations such as WebServlet/WebFilter/WebListener