Class JettyApplicationDeploymentService
java.lang.Object
dev.getelements.elements.common.app.AbstractApplicationDeploymentService
dev.getelements.elements.app.serve.JettyApplicationDeploymentService
- All Implemented Interfaces:
ApplicationDeploymentService
-
Field Summary
Fields inherited from interface dev.getelements.elements.common.app.ApplicationDeploymentService
APP_NODE, APP_SERVE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidStarts theApplicationDeploymentService, deploying allApplications and loading them into the service.protected voidvoidsetApplicationDao(ApplicationDao applicationDao) voidsetLoaders(Set<Loader> loaders) Methods inherited from class dev.getelements.elements.common.app.AbstractApplicationDeploymentService
deployApplication, getApplicationElementService, setApplicationElementService
-
Constructor Details
-
JettyApplicationDeploymentService
public JettyApplicationDeploymentService()
-
-
Method Details
-
deployAvailableApplications
public void deployAvailableApplications()Description copied from interface:ApplicationDeploymentServiceStarts theApplicationDeploymentService, deploying allApplications and loading them into the service. -
doDeployment
- Specified by:
doDeploymentin classAbstractApplicationDeploymentService
-
getApplicationDao
-
setApplicationDao
-
getLoaders
-
setLoaders
-