|
Class Summary |
| DirectoryNameWebXmlLocator |
This implementation of WebXmlLocator will try to identify the location of web.xml by searching for a
known resource on the classpath and trying to find the WEB-INF directory in its path name. |
| JNDIProjectStageDetector |
Implementation of ProjectStageDetector that performs a JNDI lookup to get the current project stage. |
| ProjectStageExtension |
Extension that supports to veto beans that should only be active in certain
JSF project stages. |
| SystemPropertyProjectStageDetector |
Implementation of ProjectStageDetector that allows to set the project stage for Seam Faces using the system property
org.jboss.seam.faces.PROJECT_STAGE |
| URLClassLoaderWebXmlLocator |
This implementation of WebXmlLocator will try to identify the location of web.xml by examining the URLs
the classloader uses for loading classes. |
| WebXmlContextParameterParser |
Simple SAX parser for reading "context-param" entries from web.xml |
| WebXmlProjectStageDetector |
Implementation of ProjectStageDetector that tries to read the project stage from the standard servlet context
parameter. |