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, setFiles
public 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()
DeploymentStrategy
getClassLoader
in class DeploymentStrategy
protected String getDeploymentHandlersKey()
getDeploymentHandlersKey
in class DeploymentStrategy
public void scan()
DeploymentStrategy
scan
in class DeploymentStrategy
public File[] getExcludedDirectories()
public Set<FileDescriptor> getDotPageDotXmlFileNames()
public javax.servlet.ServletContext getServletContext()
DeploymentStrategy
getServletContext
in class DeploymentStrategy
Copyright © 2015 Seam Framework. All Rights Reserved.