org.jboss.seam.faces.conversion
Class ObjectConverter
java.lang.Object
org.jboss.seam.faces.conversion.ObjectConverter
- All Implemented Interfaces:
- Serializable, javax.faces.convert.Converter
@ConversationScoped
public class ObjectConverter
- extends Object
- implements javax.faces.convert.Converter, Serializable
A basic converter that works with any kind of object. NOTE: It should only be used in long
running conversations!
- Author:
- Jason Portera>
- See Also:
- Serialized Form
|
Method Summary |
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 value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectConverter
public ObjectConverter()
getAsObject
public Object getAsObject(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String value)
- Specified by:
getAsObject in interface javax.faces.convert.Converter
getAsString
public String getAsString(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value)
- Specified by:
getAsString in interface javax.faces.convert.Converter
Copyright © 2009-2011 Seam Framework. All Rights Reserved.