Package | Description |
---|---|
org.apache.myfaces.extensions.cdi.jsf.api.listener.phase |
Modifier and Type | Method and Description |
---|---|
static JsfPhaseId |
JsfPhaseId.convertFromFacesClass(javax.faces.event.PhaseId phaseId)
Converts the jsf implementation to the codi implementation
|
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.
|
Modifier and Type | Method and Description |
---|---|
static javax.faces.event.PhaseId |
JsfPhaseId.convertToFacesClass(JsfPhaseId phaseId)
Converts the codi implementation to the jsf implementation
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.