Uses of Class
org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.JsfPhaseId

Packages that use JsfPhaseId
org.apache.myfaces.extensions.cdi.jsf.api.listener.phase   
 

Uses of JsfPhaseId in org.apache.myfaces.extensions.cdi.jsf.api.listener.phase
 

Methods in org.apache.myfaces.extensions.cdi.jsf.api.listener.phase that return JsfPhaseId
static JsfPhaseId JsfPhaseId.convertFromFacesClass(javax.faces.event.PhaseId phaseId)
           
static JsfPhaseId JsfPhaseId.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JsfPhaseId[] JsfPhaseId.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.myfaces.extensions.cdi.jsf.api.listener.phase with parameters of type JsfPhaseId
static javax.faces.event.PhaseId JsfPhaseId.convertToFacesClass(JsfPhaseId phaseId)
           
 



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