Package org.jboss.seam.faces.projectstage

Interface Summary
ProjectStageDetector SPI for providing different ways to obtain the current project stage
WebXmlLocator SPI for finding the location of web.xml.
 

Annotation Types Summary
Development This annotation can be used to specify that the annotated bean should only be active in the JSF project stage ProjectStage.Development.
Production This annotation can be used to specify that the annotated bean should only be active in the JSF project stage ProjectStage.Production.
SystemTest This annotation can be used to specify that the annotated bean should only be active in the JSF project stage ProjectStage.SystemTest.
UnitTest This annotation can be used to specify that the annotated bean should only be active in the JSF project stage ProjectStage.UnitTest.
 



Copyright © 2011 Seam Framework. All Rights Reserved.