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 ObjectStandardContextHandlerFactory.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 voidWebAppClassLoading.addHiddenClasses(Environment environment, String... patterns) Add a hidden (server) Class pattern to use for all ee9 WebAppContexts.static voidWebAppClassLoading.addProtectedClasses(Environment environment, String... patterns) Add a protected (system) Class pattern to use for WebAppContexts of a given environment.static ClassMatcherWebAppClassLoading.getHiddenClasses(Environment environment) Get the default hidden (server) classes for anEnvironmentstatic ClassMatcherWebAppClassLoading.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 EnvironmentServletContextHandler.__environmentDeprecated, for removal: This API element is subject to removal in a future version.static final EnvironmentServletContextHandler.ENVIRONMENT - 
Uses of Environment in org.eclipse.jetty.ee11.servlet
Fields in org.eclipse.jetty.ee11.servlet declared as EnvironmentModifier and TypeFieldDescriptionstatic final EnvironmentServletContextHandler.__environmentDeprecated, for removal: This API element is subject to removal in a future version.UseServletContextHandler.ENVIRONMENTinstead.static final EnvironmentServletContextHandler.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 EnvironmentEnvironment.create(String name, ClassLoader classLoader) Creates an environment with the given name and classloader.static EnvironmentGets the environment with the given name, creating it with the default classloader if necessary.static EnvironmentGets 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.ENVIRONMENTinstead.