org.jboss.seam.faces.projectstage
Interface ProjectStageDetector

All Superinterfaces:
Sortable

public interface ProjectStageDetector
extends Sortable

SPI for providing different ways to obtain the current project stage

Author:
Christian Kaltepoth

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.solder.util.Sortable
Sortable.Comparator
 
Method Summary
 ProjectStage getProjectStage()
          Obtain the current project stage.
 
Methods inherited from interface org.jboss.solder.util.Sortable
getPrecedence
 

Method Detail

getProjectStage

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 © 2011 Seam Framework. All Rights Reserved.