org.jboss.seam.deployment
public class WarRootDeploymentStrategy extends DeploymentStrategy
| Modifier and Type | Field and Description |
|---|---|
static String |
HANDLERS_KEY |
static String |
NAME |
SCANNERS_KEY| Constructor and Description |
|---|
WarRootDeploymentStrategy(ClassLoader classLoader,
File warRoot,
javax.servlet.ServletContext servletContext) |
WarRootDeploymentStrategy(ClassLoader classLoader,
File warRoot,
javax.servlet.ServletContext servletContext,
File[] excludedDirectories) |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader()
Get the classloader to use
|
protected String |
getDeploymentHandlersKey() |
Set<FileDescriptor> |
getDotPageDotXmlFileNames() |
File[] |
getExcludedDirectories() |
javax.servlet.ServletContext |
getServletContext()
Get the ServletContext to use
|
void |
scan()
Do the scan for resources
Should only be called by Seam
|
getDeploymentHandlers, getFiles, getScanner, getTimestamp, initScanner, postScan, setFilespublic static final String HANDLERS_KEY
public static final String NAME
public WarRootDeploymentStrategy(ClassLoader classLoader, File warRoot, javax.servlet.ServletContext servletContext)
public WarRootDeploymentStrategy(ClassLoader classLoader, File warRoot, javax.servlet.ServletContext servletContext, File[] excludedDirectories)
public ClassLoader getClassLoader()
DeploymentStrategygetClassLoader in class DeploymentStrategyprotected String getDeploymentHandlersKey()
getDeploymentHandlersKey in class DeploymentStrategypublic void scan()
DeploymentStrategyscan in class DeploymentStrategypublic File[] getExcludedDirectories()
public Set<FileDescriptor> getDotPageDotXmlFileNames()
public javax.servlet.ServletContext getServletContext()
DeploymentStrategygetServletContext in class DeploymentStrategyCopyright © 2015 Seam Framework. All Rights Reserved.