Uses of Interface
org.eclipse.jetty.deploy.ContextHandlerFactory
Packages that use ContextHandlerFactory
-
Uses of ContextHandlerFactory in org.eclipse.jetty.deploy
Classes in org.eclipse.jetty.deploy that implement ContextHandlerFactoryModifier and TypeClassDescriptionclass
Creates aContextHandler
from a WAR file and/or one or more XML files and property files.Constructors in org.eclipse.jetty.deploy with parameters of type ContextHandlerFactoryModifierConstructorDescriptionDeploymentScanner
(Server server, Deployer deployer, FilenameFilter filter, ContextHandlerFactory contextHandlerFactory) Construct a raw DeploymentScanner that will (periodically) scan specific directories for paths that can be used to construct webapps that will be submitted to theDeployer
for eventual deployment to its configured destination.DeploymentScanner
(Server server, Deployer deployer, ContextHandlerFactory contextHandlerFactory) Construct a raw DeploymentScanner that will (periodically) scan specific directories for paths that can be used to construct webapps that will be submitted to theDeployer
for eventual deployment to its configured destination.