| Interface | Description |
|---|---|
| ProjectStageDetector |
SPI for providing different ways to obtain the current project stage
|
| Annotation Type | Description |
|---|---|
| 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 © 2009-2013 Seam Framework. All Rights Reserved.