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

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

Uses of DeploymentStrategy in org.jboss.seam.deployment
 

Subclasses of DeploymentStrategy in org.jboss.seam.deployment
 class GroovyHotDeploymentStrategy
          A deployment strategy for hot deploying Seam groovy components
 class HotDeploymentStrategy
          A deployment strategy for hot deployable Java Seam components
 class StandardDeploymentStrategy
          The standard deployment strategy used with Seam, deploys non-hot-deployable Seam components and namespaces
 

Methods in org.jboss.seam.deployment that return DeploymentStrategy
 DeploymentStrategy Scanner.getDeploymentStrategy()
          Get the deployment strategy this scanner is used by
 DeploymentStrategy AbstractScanner.getDeploymentStrategy()
           
 

Constructors in org.jboss.seam.deployment with parameters of type DeploymentStrategy
AbstractScanner(DeploymentStrategy deploymentStrategy)
           
URLScanner(DeploymentStrategy deploymentStrategy)