| Constructor and Description |
|---|
FacesConverter(Class<?> targetType) |
FacesConverter(String converterId)
Create an adapter for the specified converter ID.
|
| Modifier and Type | Method and Description |
|---|---|
T |
convert(Rewrite event,
EvaluationContext context,
Object value) |
static <T> FacesConverter<T> |
forId(String converterId)
Creates a converter with the given ID.
|
static <T> FacesConverter<T> |
forType(Class<?> targetType)
Creates a converter adapter for the given target type.
|
String |
toString() |
public FacesConverter(Class<?> targetType)
public FacesConverter(String converterId)
Application.createConverter(String)
to obtain the underlying JSF converter.public static <T> FacesConverter<T> forType(Class<?> targetType)
Application.createConverter(Class) to obtain the underlying JSF converter.public static <T> FacesConverter<T> forId(String converterId)
Application#createConverter(String)) to
obtain the underlying JSF converter.public T convert(Rewrite event, EvaluationContext context, Object value)
Copyright © 2013 OCPsoft. All Rights Reserved.