Uses of Class
org.jboss.seam.deployment.HotDeploymentStrategy

Packages that use HotDeploymentStrategy
org.jboss.seam.deployment Scanners and handlers for automatically loading components from deployed archives. 
 

Uses of HotDeploymentStrategy in org.jboss.seam.deployment
 

Subclasses of HotDeploymentStrategy in org.jboss.seam.deployment
 class GroovyHotDeploymentStrategy
          A deployment strategy for hot deploying Seam groovy components
 

Methods in org.jboss.seam.deployment that return HotDeploymentStrategy
static HotDeploymentStrategy HotDeploymentStrategy.createInstance(String className, ClassLoader classLoader, File hotDeployDirectory, javax.servlet.ServletContext servletContext, boolean enabled)
          Dynamically instantiate a HotDeploymentStrategy Needed to prevent dependency on optional librarires
static HotDeploymentStrategy HotDeploymentStrategy.instance()