Package | Description |
---|---|
org.jboss.seam.deployment |
Scanners and handlers for automatically loading components
from deployed archives.
|
Modifier and Type | Method and Description |
---|---|
Set<ClassDescriptor> |
StandardDeploymentStrategy.getAnnotatedComponents()
Get all annotated components known to this strategy
|
Set<ClassDescriptor> |
GroovyDeploymentHandler.getClasses()
Get all the Groovy Seam Components this handler has handled
|
Set<ClassDescriptor> |
AbstractClassDeploymentHandler.getClasses() |
Set<ClassDescriptor> |
ClassDeploymentHandler.getClasses() |
Set<ClassDescriptor> |
HotDeploymentStrategy.getScannedComponentClasses()
Get all Components which the strategy has scanned and handled
|
Set<ClassDescriptor> |
GroovyHotDeploymentStrategy.getScannedComponentClasses() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClassDeploymentHandler.setClasses(Set<ClassDescriptor> classes) |
void |
ClassDeploymentHandler.setClasses(Set<ClassDescriptor> classes) |
Copyright © 2015 Seam Framework. All Rights Reserved.