Seam Core JSF2 2.3.1.Final-redhat-2

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
 

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> ForwardingDeploymentStrategy.getDeploymentHandlers()
           
 Map<String,DeploymentHandler> DeploymentStrategy.getDeploymentHandlers()
          Get (or modify) any registered DeploymentHandlers Implementations of DeploymentStrategy may add default DeploymentHandlers
 


Seam Core JSF2 2.3.1.Final-redhat-2

Copyright © 2013 Seam Framework. All Rights Reserved.