|
||||||||||
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.ForwardingDeploymentStrategy
public abstract class ForwardingDeploymentStrategy
A decorator for DeploymentStrategy
Field Summary |
---|
Fields inherited from class org.jboss.seam.deployment.DeploymentStrategy |
---|
SCANNERS_KEY |
Constructor Summary | |
---|---|
ForwardingDeploymentStrategy()
|
Method Summary | |
---|---|
protected abstract DeploymentStrategy |
delegate()
|
boolean |
equals(Object obj)
|
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 String |
getDeploymentHandlersKey()
|
List<File> |
getFiles()
|
protected Scanner |
getScanner()
Get the scanner being used |
javax.servlet.ServletContext |
getServletContext()
Get the ServletContext to use |
long |
getTimestamp()
|
int |
hashCode()
|
protected void |
postScan()
|
void |
scan()
Do the scan for resources Should only be called by Seam |
void |
setFiles(List<File> files)
|
String |
toString()
|
Methods inherited from class org.jboss.seam.deployment.DeploymentStrategy |
---|
initScanner |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ForwardingDeploymentStrategy()
Method Detail |
---|
public ClassLoader getClassLoader()
DeploymentStrategy
getClassLoader
in class DeploymentStrategy
public javax.servlet.ServletContext getServletContext()
DeploymentStrategy
getServletContext
in class DeploymentStrategy
protected String getDeploymentHandlersKey()
getDeploymentHandlersKey
in class DeploymentStrategy
public void scan()
DeploymentStrategy
scan
in class DeploymentStrategy
public boolean equals(Object obj)
equals
in class Object
public Map<String,DeploymentHandler> getDeploymentHandlers()
DeploymentStrategy
DeploymentHandler
s
Implementations of DeploymentStrategy
may add default
DeploymentHandler
s
getDeploymentHandlers
in class DeploymentStrategy
public List<File> getFiles()
getFiles
in class DeploymentStrategy
protected Scanner getScanner()
DeploymentStrategy
getScanner
in class DeploymentStrategy
public long getTimestamp()
getTimestamp
in class DeploymentStrategy
public int hashCode()
hashCode
in class Object
protected void postScan()
postScan
in class DeploymentStrategy
public void setFiles(List<File> files)
setFiles
in class DeploymentStrategy
public String toString()
toString
in class Object
protected abstract DeploymentStrategy delegate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |