org.apache.myfaces.extensions.cdi.jsf2.impl.projectstage
Class Jsf2ProjectStageProducer

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.impl.projectstage.ProjectStageProducer
      extended by org.apache.myfaces.extensions.cdi.jsf2.impl.projectstage.Jsf2ProjectStageProducer

public class Jsf2ProjectStageProducer
extends ProjectStageProducer

This is a JSF-2 specific version of the ProjectStageProducer. In addition to it's parent class, it will first try to pickup the JSF ProjectStage from the Application. If this returns the JSF ProjectStage.Production, we'll go on and try to figure out our own EXTCDI ProjectStages


Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.cdi.core.impl.projectstage.ProjectStageProducer
JSF_PROJECT_STAGE_SYSTEM_PROPERTY_NAME, PROJECT_STAGE_JNDI_NAME
 
Constructor Summary
Jsf2ProjectStageProducer()
           
 
Method Summary
protected  ProjectStage determineCustomProjectStage()
           
 
Methods inherited from class org.apache.myfaces.extensions.cdi.core.impl.projectstage.ProjectStageProducer
determineProjectStage, getInstance, getProjectStage, getProjectStageFromEnvironment, getProjectStageFromJNDI, setProjectStage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jsf2ProjectStageProducer

public Jsf2ProjectStageProducer()
Method Detail

determineCustomProjectStage

protected ProjectStage determineCustomProjectStage()
Overrides:
determineCustomProjectStage in class ProjectStageProducer


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