Uses of Class
org.springframework.osgi.web.deployer.OsgiWarDeploymentException

Packages that use OsgiWarDeploymentException
org.springframework.osgi.web.deployer Classes supporting deployment of web application into the OSGi platform. 
org.springframework.osgi.web.deployer.support Deployer support package. 
 

Uses of OsgiWarDeploymentException in org.springframework.osgi.web.deployer
 

Methods in org.springframework.osgi.web.deployer that throw OsgiWarDeploymentException
 WarDeployment WarDeployer.deploy(Bundle bundle, String contextPath)
          Deploys the given bundle as a WAR using the given context path.
 void WarDeployment.undeploy()
          Undeploys the current deployment.
 

Uses of OsgiWarDeploymentException in org.springframework.osgi.web.deployer.support
 

Methods in org.springframework.osgi.web.deployer.support that throw OsgiWarDeploymentException
 WarDeployment AbstractWarDeployer.deploy(Bundle bundle, String contextPath)
          Deploys the given bundle as a WAR using the given context path.
 



Copyright © 2006-2011 Spring Framework. All Rights Reserved.