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