Uses of Interface
org.eclipse.jetty.util.component.Environment
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Util : Jetty Lifecycle Management
Jetty Xml : IoC Mechanism for Jetty Configuration
-
Uses of Environment in org.eclipse.jetty.ee
Modifier and TypeMethodDescriptionstatic void
WebAppClassLoading.addHiddenClasses
(Environment environment, String... patterns) Add a hidden (server) Class pattern to use for all ee9 WebAppContexts.static void
WebAppClassLoading.addProtectedClasses
(Environment environment, String... patterns) Add a protected (system) Class pattern to use for WebAppContexts of a given environment.static ClassMatcher
WebAppClassLoading.getHiddenClasses
(Environment environment) Get the default hidden (server) classes for anEnvironment
static ClassMatcher
WebAppClassLoading.getProtectedClasses
(Environment environment) Get the default protected (system) classes for anEnvironment
-
Uses of Environment in org.eclipse.jetty.ee10.servlet
Modifier and TypeFieldDescriptionstatic final Environment
ServletContextHandler.__environment
Deprecated, for removal: This API element is subject to removal in a future version.static final Environment
ServletContextHandler.ENVIRONMENT
-
Uses of Environment in org.eclipse.jetty.util.component
Modifier and TypeMethodDescriptionstatic Environment
static Environment
static Environment
Environment.set
(Environment environment) -
Uses of Environment in org.eclipse.jetty.xml
ServletContextHandler.ENVIRONMENT
instead.