Uses of Class
org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.State
Package
Description
Jetty Annotations : Support for Servlet Annotations
-
Uses of AnnotationConfiguration.State in org.eclipse.jetty.ee10.annotations
Modifier 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 -
Uses of AnnotationConfiguration.State in org.eclipse.jetty.ee10.osgi.annotations
Modifier and TypeMethodDescriptionprotected void
AnnotationConfiguration.parseBundle
(AnnotationConfiguration.State state, AnnotationParser parser, org.osgi.framework.Bundle webbundle, org.osgi.framework.Bundle bundle) protected void
AnnotationConfiguration.parseFragmentBundle
(AnnotationConfiguration.State state, AnnotationParser parser, org.osgi.framework.Bundle webbundle, org.osgi.framework.Bundle fragmentBundle) Scan a fragment bundle for servlet annotationsprotected void
AnnotationConfiguration.parseRequiredBundle
(AnnotationConfiguration.State state, AnnotationParser parser, org.osgi.framework.Bundle webbundle, org.osgi.framework.Bundle requiredBundle) Scan a bundle required by the webbundle for servlet annotationsprotected void
AnnotationConfiguration.parseWebBundle
(AnnotationConfiguration.State state, AnnotationParser parser, org.osgi.framework.Bundle webbundle) Scan a bundle required by the webbundle for servlet annotationsvoid
AnnotationConfiguration.parseWebInfClasses
(AnnotationConfiguration.State state, AnnotationParser parser) void
AnnotationConfiguration.parseWebInfLib
(AnnotationConfiguration.State state, AnnotationParser parser) Here is the order in which jars and osgi artifacts are scanned for discoverable annotations.