Module xorcery.jetty.server
Class ServletContextHandlerFactory
Object
ServletContextHandlerFactory
- All Implemented Interfaces:
Factory<ServletContextHandler>
@Service(name="jetty.server")
@RunLevel(4)
public class ServletContextHandlerFactory
extends Object
implements Factory<ServletContextHandler>
-
Constructor Summary
ConstructorDescriptionServletContextHandlerFactory
(Server server, Configuration configuration, ServiceLocator serviceLocator, IterableProvider<SecurityHandler> securityHandlerProvider, MetricRegistry metricRegistry) -
Method Summary
-
Constructor Details
-
ServletContextHandlerFactory
@Inject public ServletContextHandlerFactory(Server server, Configuration configuration, ServiceLocator serviceLocator, IterableProvider<SecurityHandler> securityHandlerProvider, MetricRegistry metricRegistry)
-
-
Method Details
-
provide
- Specified by:
provide
in interfaceFactory<ServletContextHandler>
-
dispose
- Specified by:
dispose
in interfaceFactory<ServletContextHandler>
-