Package de.cuioss.test.jsf.mocks
Class ReverseConverter
- java.lang.Object
-
- de.cuioss.test.jsf.mocks.ReverseConverter
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONVERTER_IDThe standard converter id for this converter.-
Fields inherited from interface javax.faces.convert.Converter
DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
-
-
Constructor Summary
Constructors Constructor Description ReverseConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAsObject(FacesContext context, UIComponent component, String value)StringgetAsString(FacesContext context, UIComponent component, String value)
-
-
-
Field Detail
-
CONVERTER_ID
public static final String CONVERTER_ID
The standard converter id for this converter.
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ReverseConverter
public ReverseConverter()
-
-
Method Detail
-
getAsObject
public String getAsObject(FacesContext context, UIComponent component, String value)
- Specified by:
getAsObjectin interfaceConverter<String>
-
getAsString
public String getAsString(FacesContext context, UIComponent component, String value)
- Specified by:
getAsStringin interfaceConverter<String>
-
-