|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 DeploymentHandler s |
Class Summary | |
---|---|
AbstractDeploymentHandler | Abstract base class for DeploymentHandler providing common functionality |
AbstractScanner | Abstract base class for Scanner providing common functionality |
AnnotationDeploymentHandler | |
ComponentDeploymentHandler | The ComponentDeploymentHandler process Seam's component annotated
with Name |
ComponentsXmlDeploymentHandler | The ComponentsXmlDeploymentHandler components.xml and .component.xml files |
DeploymentStrategy | A DeploymentStrategy coordinates the deployment of resources for a Seam
application. |
DotPageDotXmlDeploymentHandler | The DotPageDotXmlDeploymentHandler process .page.xml files |
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 |
WarRootDeploymentStrategy | A special deployment strategy that can be used to scan the war root. |
Scanners and handlers for automatically loading components from deployed archives.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |