Uses of Interface
org.jboss.seam.deployment.DeploymentHandler

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

Uses of DeploymentHandler in org.jboss.seam.deployment
 

Classes in org.jboss.seam.deployment that implement DeploymentHandler
 class AbstractDeploymentHandler
          Abstract base class for DeploymentHandler providing common functionality
 class ComponentDeploymentHandler
          The ComponentDeploymentHandler process Seam components, both annotated with Name and specified in components.xml
 class GroovyDeploymentHandler
          A deployment handler for (uncompiled) Groovy Seam components
 class NamespaceDeploymentHandler
          A deployment handler for namespaces
 

Methods in org.jboss.seam.deployment that return types with arguments of type DeploymentHandler
 Map<String,DeploymentHandler> DeploymentStrategy.getDeploymentHandlers()
          Get (or modify) any registered DeploymentHandlers Implementations of DeploymentStrategy may add default DeploymentHandlers