org.jboss.seam.deployment
public abstract class ForwardingDeploymentStrategy extends DeploymentStrategy
SCANNERS_KEY| Constructor and Description |
|---|
ForwardingDeploymentStrategy() |
| Modifier and Type | Method and Description |
|---|---|
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() |
initScannerpublic ClassLoader getClassLoader()
DeploymentStrategygetClassLoader in class DeploymentStrategypublic javax.servlet.ServletContext getServletContext()
DeploymentStrategygetServletContext in class DeploymentStrategyprotected String getDeploymentHandlersKey()
getDeploymentHandlersKey in class DeploymentStrategypublic void scan()
DeploymentStrategyscan in class DeploymentStrategypublic Map<String,DeploymentHandler> getDeploymentHandlers()
DeploymentStrategyDeploymentHandlers
Implementations of DeploymentStrategy may add default
DeploymentHandlersgetDeploymentHandlers in class DeploymentStrategypublic List<File> getFiles()
getFiles in class DeploymentStrategyprotected Scanner getScanner()
DeploymentStrategygetScanner in class DeploymentStrategypublic long getTimestamp()
getTimestamp in class DeploymentStrategyprotected void postScan()
postScan in class DeploymentStrategypublic void setFiles(List<File> files)
setFiles in class DeploymentStrategyprotected abstract DeploymentStrategy delegate()
Copyright © 2015 Seam Framework. All Rights Reserved.