Package | Description |
---|---|
org.jboss.seam.deployment |
Scanners and handlers for automatically loading components
from deployed archives.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClassDeploymentHandler |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Map<String,DeploymentHandler> |
DeploymentStrategy.getDeploymentHandlers()
Get (or modify) any registered
DeploymentHandler s
Implementations of DeploymentStrategy may add default
DeploymentHandler s |
Map<String,DeploymentHandler> |
ForwardingDeploymentStrategy.getDeploymentHandlers() |
Copyright © 2015 Seam Framework. All Rights Reserved.