|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.seam.deployment.DeploymentStrategy
org.jboss.seam.deployment.StandardDeploymentStrategy
public class StandardDeploymentStrategy
The standard deployment strategy used with Seam, deploys non-hot-deployable Seam components and namespaces
Field Summary | |
---|---|
static String[] |
RESOURCE_NAMES
|
Constructor Summary | |
---|---|
StandardDeploymentStrategy(ClassLoader classLoader)
|
Method Summary | |
---|---|
ClassLoader |
getClassLoader()
Get the classloader to use |
Set<Class<Object>> |
getScannedComponentClasses()
Get all scanned and handled annotated components known to this strategy |
Set<String> |
getScannedComponentResources()
Get all scanned and handled components.xml files |
Set<Package> |
getScannedNamespaces()
Get all scanned and handled Seam namespaces |
void |
scan()
Do the scan for resources |
Methods inherited from class org.jboss.seam.deployment.DeploymentStrategy |
---|
getDeploymentHandlers, getScanner, handle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String[] RESOURCE_NAMES
Constructor Detail |
---|
public StandardDeploymentStrategy(ClassLoader classLoader)
classLoader
- The classloader used to load and handle resourcesMethod Detail |
---|
public ClassLoader getClassLoader()
DeploymentStrategy
getClassLoader
in class DeploymentStrategy
public Set<Class<Object>> getScannedComponentClasses()
public Set<String> getScannedComponentResources()
public Set<Package> getScannedNamespaces()
public void scan()
DeploymentStrategy
scan
in class DeploymentStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |