|
||||||||||
| 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(java.lang.Object obj)
|
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 java.lang.String |
getDeploymentHandlersKey()
|
java.util.List<java.io.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(java.util.List<java.io.File> files)
|
java.lang.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 java.lang.ClassLoader getClassLoader()
DeploymentStrategy
getClassLoader in class DeploymentStrategypublic javax.servlet.ServletContext getServletContext()
DeploymentStrategy
getServletContext in class DeploymentStrategyprotected java.lang.String getDeploymentHandlersKey()
getDeploymentHandlersKey in class DeploymentStrategypublic void scan()
DeploymentStrategy
scan in class DeploymentStrategypublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.util.Map<java.lang.String,DeploymentHandler> getDeploymentHandlers()
DeploymentStrategyDeploymentHandlers
Implementations of DeploymentStrategy may add default
DeploymentHandlers
getDeploymentHandlers in class DeploymentStrategypublic java.util.List<java.io.File> getFiles()
getFiles in class DeploymentStrategyprotected Scanner getScanner()
DeploymentStrategy
getScanner in class DeploymentStrategypublic long getTimestamp()
getTimestamp in class DeploymentStrategypublic int hashCode()
hashCode in class java.lang.Objectprotected void postScan()
postScan in class DeploymentStrategypublic void setFiles(java.util.List<java.io.File> files)
setFiles in class DeploymentStrategypublic java.lang.String toString()
toString in class java.lang.Objectprotected abstract DeploymentStrategy delegate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||