Uses of Class
org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage

Packages that use ProjectStage
org.apache.myfaces.extensions.cdi.core.api.projectstage   
 

Uses of ProjectStage in org.apache.myfaces.extensions.cdi.core.api.projectstage
 

Subclasses of ProjectStage in org.apache.myfaces.extensions.cdi.core.api.projectstage
static class ProjectStage.Development
          Project-stage for development
static class ProjectStage.IntegrationTest
          Project-stage for integration-tests
static class ProjectStage.Production
          Default project-stage for production
static class ProjectStage.Staging
          Project-stage for staging
static class ProjectStage.SystemTest
          Project-stage for system-tests
static class ProjectStage.UnitTest
          Project-stage for unit-tests
 

Methods in org.apache.myfaces.extensions.cdi.core.api.projectstage that return ProjectStage
static ProjectStage ProjectStage.valueOf(String projectStageClassName)
           
static ProjectStage[] ProjectStage.values()
          Exposes all registered ProjectStage implementations
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.