public class EntityConverter extends Object implements javax.faces.convert.Converter
| Constructor and Description |
|---|
EntityConverter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAnnotadedWithId(Object object) |
Object |
getAnnotadedWithId(Object object,
Class clazz) |
Object |
getAsObject(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String value) |
String |
getAsString(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object object) |
Object |
getFromViewMap(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String value) |
String |
getId(Object object)
Get object ID
|
void |
putInViewMap(String id,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object object) |
public Object getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
getAsObject in interface javax.faces.convert.Converterpublic String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object object)
getAsString in interface javax.faces.convert.Converterpublic void putInViewMap(String id, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object object)
public Object getFromViewMap(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
Copyright © 2015. All rights reserved.