org.jboss.seam.security.examples.idmconsole.converter
Class GroupConverter
java.lang.Object
org.jboss.seam.security.examples.idmconsole.converter.GroupConverter
- All Implemented Interfaces:
- javax.faces.convert.Converter
public class GroupConverter
- extends Object
- implements javax.faces.convert.Converter
|
Method Summary |
Object |
getAsObject(javax.faces.context.FacesContext arg0,
javax.faces.component.UIComponent arg1,
String arg2)
|
String |
getAsString(javax.faces.context.FacesContext arg0,
javax.faces.component.UIComponent arg1,
Object arg2)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupConverter
public GroupConverter()
getAsObject
public Object getAsObject(javax.faces.context.FacesContext arg0,
javax.faces.component.UIComponent arg1,
String arg2)
- Specified by:
getAsObject in interface javax.faces.convert.Converter
getAsString
public String getAsString(javax.faces.context.FacesContext arg0,
javax.faces.component.UIComponent arg1,
Object arg2)
- Specified by:
getAsString in interface javax.faces.convert.Converter
Copyright © 2010 Seam Framework. All Rights Reserved.