Uses of Interface
org.springframework.osgi.web.deployer.WarDeployer

Packages that use WarDeployer
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 WarDeployer in org.springframework.osgi.web.deployer.jetty
 

Classes in org.springframework.osgi.web.deployer.jetty that implement WarDeployer
 class JettyWarDeployer
          Jetty 6.1.x+ specific war deployer.
 

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

Classes in org.springframework.osgi.web.deployer.support that implement WarDeployer
 class AbstractWarDeployer
          Convenient base class offering common functionality for war deployers such as logging.
 

Uses of WarDeployer in org.springframework.osgi.web.deployer.tomcat
 

Classes in org.springframework.osgi.web.deployer.tomcat that implement WarDeployer
 class TomcatWarDeployer
          Apache Tomcat 5.5.x/6.0.x specific war deployer.
 



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