|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.seam.deployment.DeploymentStrategy
public abstract class DeploymentStrategy
A DeploymentStrategy
coordinates the deploy of resources for a Seam
application.
Constructor Summary | |
---|---|
DeploymentStrategy()
|
Method Summary | |
---|---|
abstract ClassLoader |
getClassLoader()
Get the classloader to use |
Map<String,DeploymentHandler> |
getDeploymentHandlers()
Get (or modify) any registered DeploymentHandler s
Implementations of DeploymentStrategy may add default
DeploymentHandler s |
protected Scanner |
getScanner()
Get the scanner being used |
void |
handle(String name)
Handle a resource using any registered DeploymentHandler s |
abstract void |
scan()
Do the scan for resources |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeploymentStrategy()
Method Detail |
---|
public abstract void scan()
protected Scanner getScanner()
public abstract ClassLoader getClassLoader()
public Map<String,DeploymentHandler> getDeploymentHandlers()
DeploymentHandler
s
Implementations of DeploymentStrategy
may add default
DeploymentHandler
s
public void handle(String name)
DeploymentHandler
s
name
- Path to a resource to handle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |