org.jboss.seam.security.examples.idmconsole.converter
Class GroupConverter

java.lang.Object
  extended by 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


Constructor Summary
GroupConverter()
           
 
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
 

Constructor Detail

GroupConverter

public GroupConverter()
Method Detail

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.