Package | Description |
---|---|
org.jboss.seam.deployment |
Scanners and handlers for automatically loading components
from deployed archives.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingDeploymentStrategy
A decorator for DeploymentStrategy
|
class |
GroovyHotDeploymentStrategy
A deployment strategy for hot deploying Seam groovy components
|
class |
HotDeploymentStrategy
A deployment strategy for hot deployable Java Seam components
|
class |
StandardDeploymentStrategy
The standard deployment strategy used with Seam, deploys non-hot-deployable
Seam components and namespaces
|
class |
TimestampCheckForwardingDeploymentStrategy
An accelerated version of the underlying strategy that uses the SimpleURLScanner
to determine the timestamp of the latest file.
|
class |
WarRootDeploymentStrategy
A special deployment strategy that can be used to scan the war root.
|
Modifier and Type | Method and Description |
---|---|
protected abstract DeploymentStrategy |
ForwardingDeploymentStrategy.delegate() |
DeploymentStrategy |
AbstractScanner.getDeploymentStrategy() |
DeploymentStrategy |
Scanner.getDeploymentStrategy()
Get the deployment strategy this scanner is used by
|
DeploymentStrategy |
ForwardingAbstractScanner.getDeploymentStrategy() |
Constructor and Description |
---|
AbstractScanner(DeploymentStrategy deploymentStrategy) |
URLScanner(DeploymentStrategy deploymentStrategy) |
Copyright © 2015 Seam Framework. All Rights Reserved.