Uses of Interface
org.eclipse.jetty.util.component.Environment
Packages that use 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
Methods in org.eclipse.jetty.ee with parameters of type EnvironmentModifier 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
Fields in org.eclipse.jetty.ee10.servlet declared as EnvironmentModifier 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
Classes in org.eclipse.jetty.util.component that implement EnvironmentFields in org.eclipse.jetty.util.component declared as EnvironmentMethods in org.eclipse.jetty.util.component that return EnvironmentModifier and TypeMethodDescriptionstatic Environment
static Environment
static Environment
Environment.set
(Environment environment) Methods in org.eclipse.jetty.util.component that return types with arguments of type EnvironmentMethods in org.eclipse.jetty.util.component with parameters of type Environment -
Uses of Environment in org.eclipse.jetty.xml
Methods in org.eclipse.jetty.xml that return Environment
ServletContextHandler.ENVIRONMENT
instead.