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

Packages that use DeploymentHandler
org.jboss.seam.bpm A set of Seam components for business process management via jBPM, including control of process and task instances, rendering of task lists, and integration with jBPM. 
org.jboss.seam.deployment Scanners and handlers for automatically loading components from deployed archives. 
 

Uses of DeploymentHandler in org.jboss.seam.bpm
 

Classes in org.jboss.seam.bpm that implement DeploymentHandler
 class PageflowDeploymentHandler
           
 

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 AnnotationDeploymentHandler
           
 class ComponentDeploymentHandler
          The ComponentDeploymentHandler process Seam's component annotated with Name
 class ComponentsXmlDeploymentHandler
          The ComponentsXmlDeploymentHandler components.xml and .component.xml files
 class DotPageDotXmlDeploymentHandler
          The DotPageDotXmlDeploymentHandler process .page.xml files
 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