java.lang.Objectjavax.faces.convert.EnumConverter
All Implemented Interfaces:
PartialStateHolder, Converter
Converter implementation for java.lang.Enum
(and enum primitive) values.
1.2
- Field Summary | ||
---|---|---|
public static final String | CONVERTER_ID | The standard converter id for this converter. |
public static final String | ENUM_ID | The message identifier of the javax.faces.application.FacesMessage to be created if
the conversion to
|
public static final String | ENUM_NO_CLASS_ID | The message identifier of the javax.faces.application.FacesMessage to be created if
the conversion to
|
Constructor: |
---|
|
|
Method from javax.faces.convert.EnumConverter Summary: |
---|
clearInitialState, getAsObject, getAsString, initialStateMarked, isTransient, markInitialState, restoreState, saveState, setTransient |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.convert.EnumConverter Detail: |
---|
|
Convert the |
Convert the enum constant given by the |
|
|
|
|
|
|