Package org.jboss.seam.deployment

Scanners and handlers for automatically loading components from deployed archives.

See:
          Description

Interface Summary
DeploymentHandler A deployment handler is responsible for processing found resources All deployment handlers should specify a unique name under which they will be registered with the DeploymentStrategy
Scanner The Scanner is used to find resources to be processed by Seam The processing is done by DeploymentHandlers
 

Class Summary
AbstractDeploymentHandler Abstract base class for DeploymentHandler providing common functionality
AbstractScanner Abstract base class for Scanner providing common functionality
ComponentDeploymentHandler The ComponentDeploymentHandler process Seam components, both annotated with Name and specified in components.xml
DeploymentStrategy A DeploymentStrategy coordinates the deploy of resources for a Seam application.
GroovyDeploymentHandler A deployment handler for (uncompiled) Groovy Seam components
GroovyHotDeploymentStrategy A deployment strategy for hot deploying Seam groovy components
HotDeploymentStrategy A deployment strategy for hot deployable Java Seam components
NamespaceDeploymentHandler A deployment handler for namespaces
StandardDeploymentStrategy The standard deployment strategy used with Seam, deploys non-hot-deployable Seam components and namespaces
URLScanner Implementation of Scanner which can scan a URLClassLoader
 

Package org.jboss.seam.deployment Description

Scanners and handlers for automatically loading components from deployed archives.