|
||||||||||
| 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 deployment of resources for a Seam
application.
| Field Summary | |
|---|---|
static java.lang.String |
SCANNERS_KEY
The key under which to list possible scanners. |
| Constructor Summary | |
|---|---|
DeploymentStrategy()
|
|
| Method Summary | |
|---|---|
abstract java.lang.ClassLoader |
getClassLoader()
Get the classloader to use |
java.util.Map<java.lang.String,DeploymentHandler> |
getDeploymentHandlers()
Get (or modify) any registered DeploymentHandlers
Implementations of DeploymentStrategy may add default
DeploymentHandlers |
protected abstract java.lang.String |
getDeploymentHandlersKey()
|
java.util.List<java.io.File> |
getFiles()
|
protected Scanner |
getScanner()
Get the scanner being used |
abstract javax.servlet.ServletContext |
getServletContext()
Get the ServletContext to use |
long |
getTimestamp()
|
protected void |
initScanner()
|
protected void |
postScan()
|
abstract void |
scan()
Do the scan for resources Should only be called by Seam |
void |
setFiles(java.util.List<java.io.File> files)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SCANNERS_KEY
| Constructor Detail |
|---|
public DeploymentStrategy()
| Method Detail |
|---|
public abstract void scan()
protected Scanner getScanner()
public abstract java.lang.ClassLoader getClassLoader()
public abstract javax.servlet.ServletContext getServletContext()
public java.util.Map<java.lang.String,DeploymentHandler> getDeploymentHandlers()
DeploymentHandlers
Implementations of DeploymentStrategy may add default
DeploymentHandlers
protected abstract java.lang.String getDeploymentHandlersKey()
protected void initScanner()
public java.util.List<java.io.File> getFiles()
public void setFiles(java.util.List<java.io.File> files)
public long getTimestamp()
protected void postScan()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||