public class WebXmlProjectStageDetector extends Object implements org.jboss.seam.faces.projectstage.ProjectStageDetector
ProjectStageDetector that tries to read the project stage from the standard servlet context
parameter. As a CDI extension cannot access the ServletContext, we try to use the context class loader to find
web.xml and parse it manually.| Constructor and Description |
|---|
WebXmlProjectStageDetector() |
public int getPrecedence()
getPrecedence in interface org.jboss.solder.util.Sortablepublic javax.faces.application.ProjectStage getProjectStage()
getProjectStage in interface org.jboss.seam.faces.projectstage.ProjectStageDetectorCopyright © 2009-2013 Seam Framework. All Rights Reserved.