Uses of Interface
org.eclipse.jetty.util.component.Environment
Packages that use Environment
Package
Description
Jetty Deploy : Deploy Management
Jetty Server : Modular Servlet Integration
Jetty Server : Modular Servlet Integration
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty Util : Jetty Lifecycle Management
Jetty Xml : IoC Mechanism for Jetty Configuration
-
Uses of Environment in org.eclipse.jetty.deploy
Methods in org.eclipse.jetty.deploy with parameters of type EnvironmentModifier and TypeMethodDescriptionprotected Object
StandardContextHandlerFactory.applyXml
(Server server, Object context, Path xml, Environment environment, Attributes attributes) ContextHandlerFactory.newContextHandler
(Server server, Environment environment, Path mainPath, Set<Path> otherPaths, Attributes deployAttributes) StandardContextHandlerFactory.newContextHandler
(Server server, Environment environment, Path mainPath, Set<Path> otherPaths, Attributes deployAttributes) -
Uses of Environment in org.eclipse.jetty.ee.webapp
Methods in org.eclipse.jetty.ee.webapp 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.ee11.servlet
Fields in org.eclipse.jetty.ee11.servlet declared as EnvironmentModifier and TypeFieldDescriptionstatic final Environment
ServletContextHandler.__environment
Deprecated, for removal: This API element is subject to removal in a future version.UseServletContextHandler.ENVIRONMENT
instead.static final Environment
ServletContextHandler.ENVIRONMENT
-
Uses of Environment in org.eclipse.jetty.ee8.nested
Fields in org.eclipse.jetty.ee8.nested declared as Environment -
Uses of Environment in org.eclipse.jetty.ee9.nested
Fields in org.eclipse.jetty.ee9.nested declared as Environment -
Uses of Environment in org.eclipse.jetty.util.component
Methods in org.eclipse.jetty.util.component that return EnvironmentModifier and TypeMethodDescriptionstatic Environment
Environment.create
(String name, ClassLoader classLoader) Creates an environment with the given name and classloader.static Environment
Gets the environment with the given name, creating it with the default classloader if necessary.static Environment
Gets the environment with the given name.Methods in org.eclipse.jetty.util.component that return types with arguments of type EnvironmentModifier and TypeMethodDescriptionstatic Collection
<Environment> Environment.getAll()
Gets all existing environments. -
Uses of Environment in org.eclipse.jetty.xml
Methods in org.eclipse.jetty.xml that return Environment
ServletContextHandler.ENVIRONMENT
instead.