|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WarDeployment | |
---|---|
org.springframework.osgi.web.deployer | Classes supporting deployment of web application into the OSGi platform. |
org.springframework.osgi.web.deployer.jetty | Jetty deployer package. |
org.springframework.osgi.web.deployer.support | Deployer support package. |
org.springframework.osgi.web.deployer.tomcat | Tomcat deployer package. |
Uses of WarDeployment in org.springframework.osgi.web.deployer |
---|
Methods in org.springframework.osgi.web.deployer that return WarDeployment | |
---|---|
WarDeployment |
WarDeployer.deploy(Bundle bundle,
String contextPath)
Deploys the given bundle as a WAR using the given context path. |
Uses of WarDeployment in org.springframework.osgi.web.deployer.jetty |
---|
Methods in org.springframework.osgi.web.deployer.jetty that return WarDeployment | |
---|---|
protected WarDeployment |
JettyWarDeployer.createDeployment(Bundle bundle,
String contextPath)
Creates and configures (but does not start) the web deployment for the given bundle. |
Methods in org.springframework.osgi.web.deployer.jetty with parameters of type WarDeployment | |
---|---|
protected void |
JettyWarDeployer.startDeployment(WarDeployment deployment)
|
Uses of WarDeployment in org.springframework.osgi.web.deployer.support |
---|
Methods in org.springframework.osgi.web.deployer.support that return WarDeployment | |
---|---|
protected abstract WarDeployment |
AbstractWarDeployer.createDeployment(Bundle bundle,
String contextPath)
Creates and configures (but does not start) the web deployment for the given bundle. |
WarDeployment |
AbstractWarDeployer.deploy(Bundle bundle,
String contextPath)
Deploys the given bundle as a WAR using the given context path. |
Methods in org.springframework.osgi.web.deployer.support with parameters of type WarDeployment | |
---|---|
protected abstract void |
AbstractWarDeployer.startDeployment(WarDeployment deployment)
Starts the deployment artifact using the object returned by AbstractWarDeployer.createDeployment(Bundle, String) . |
Uses of WarDeployment in org.springframework.osgi.web.deployer.tomcat |
---|
Methods in org.springframework.osgi.web.deployer.tomcat that return WarDeployment | |
---|---|
protected WarDeployment |
TomcatWarDeployer.createDeployment(Bundle bundle,
String contextPath)
|
Methods in org.springframework.osgi.web.deployer.tomcat with parameters of type WarDeployment | |
---|---|
protected void |
TomcatWarDeployer.startDeployment(WarDeployment deployment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |