org.jboss.seam.faces.projectstage
Interface ProjectStageDetector
- All Superinterfaces:
- org.jboss.solder.util.Sortable
public interface ProjectStageDetector
- extends org.jboss.solder.util.Sortable
SPI for providing different ways to obtain the current project stage
- Author:
- Christian Kaltepoth
| Nested classes/interfaces inherited from interface org.jboss.solder.util.Sortable |
org.jboss.solder.util.Sortable.Comparator |
|
Method Summary |
javax.faces.application.ProjectStage |
getProjectStage()
Obtain the current project stage. |
| Methods inherited from interface org.jboss.solder.util.Sortable |
getPrecedence |
getProjectStage
javax.faces.application.ProjectStage getProjectStage()
- Obtain the current project stage. Implementations of this method must return
null if they cannot determine the project stage.
- Returns:
- Current project stage or
null if unknown
Copyright © 2009-2013 Seam Framework. All Rights Reserved.