Seam Core JSF2 2.3.1.CR1

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
 

Subinterfaces of DeploymentHandler in org.jboss.seam.deployment
 interface ClassDeploymentHandler
           
 

Classes in org.jboss.seam.deployment that implement DeploymentHandler
 class AbstractClassDeploymentHandler
           
 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 DotComponentDotXmlDeploymentHandler
          The DotComponentDotXmlDeploymentHandler .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
 class PagesDotXmlDeploymentHandler
          The PagesDotXmlDeploymentHandler process pages.xml files Its only purpose is to make sure pages.xml gets updated by hot deploy
 

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
 Map<String,DeploymentHandler> ForwardingDeploymentStrategy.getDeploymentHandlers()
           
 


Seam Core JSF2 2.3.1.CR1

Copyright © 2013 Seam Framework. All Rights Reserved.