org.jboss.seam.deployment
Class WarRootDeploymentStrategy
java.lang.Object
org.jboss.seam.deployment.DeploymentStrategy
org.jboss.seam.deployment.WarRootDeploymentStrategy
public class WarRootDeploymentStrategy
- extends DeploymentStrategy
A special deployment strategy that can be used to scan the war root. This
is treated as a special case.
- Author:
- pmuir
|
Constructor Summary |
WarRootDeploymentStrategy(java.lang.ClassLoader classLoader,
java.io.File warRoot,
javax.servlet.ServletContext servletContext)
|
WarRootDeploymentStrategy(java.lang.ClassLoader classLoader,
java.io.File warRoot,
javax.servlet.ServletContext servletContext,
java.io.File[] excludedDirectories)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HANDLERS_KEY
public static final java.lang.String HANDLERS_KEY
- See Also:
- Constant Field Values
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
WarRootDeploymentStrategy
public WarRootDeploymentStrategy(java.lang.ClassLoader classLoader,
java.io.File warRoot,
javax.servlet.ServletContext servletContext)
WarRootDeploymentStrategy
public WarRootDeploymentStrategy(java.lang.ClassLoader classLoader,
java.io.File warRoot,
javax.servlet.ServletContext servletContext,
java.io.File[] excludedDirectories)
getClassLoader
public java.lang.ClassLoader getClassLoader()
- Description copied from class:
DeploymentStrategy
- Get the classloader to use
- Specified by:
getClassLoader in class DeploymentStrategy
getDeploymentHandlersKey
protected java.lang.String getDeploymentHandlersKey()
- Specified by:
getDeploymentHandlersKey in class DeploymentStrategy
scan
public void scan()
- Description copied from class:
DeploymentStrategy
- Do the scan for resources
Should only be called by Seam
- Specified by:
scan in class DeploymentStrategy
getExcludedDirectories
public java.io.File[] getExcludedDirectories()
getDotPageDotXmlFileNames
public java.util.Set<FileDescriptor> getDotPageDotXmlFileNames()
getServletContext
public javax.servlet.ServletContext getServletContext()
- Description copied from class:
DeploymentStrategy
- Get the ServletContext to use
- Specified by:
getServletContext in class DeploymentStrategy
Copyright © 2011 Seam Framework. All Rights Reserved.