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
ConstructorsConstructorDescriptionServletContextHandlerFactory(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:
providein interfaceFactory<ServletContextHandler>
-
dispose
- Specified by:
disposein interfaceFactory<ServletContextHandler>
-