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
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() |
initScanner
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 Map<String,DeploymentHandler> getDeploymentHandlers()
DeploymentStrategy
DeploymentHandler
s
Implementations of DeploymentStrategy
may add default
DeploymentHandler
sgetDeploymentHandlers
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
protected void postScan()
postScan
in class DeploymentStrategy
public void setFiles(List<File> files)
setFiles
in class DeploymentStrategy
protected abstract DeploymentStrategy delegate()
Copyright © 2015 Seam Framework. All Rights Reserved.