org.rhq.enterprise.gui.common.converter
Class StringListToStringConverter

java.lang.Object
  extended by org.rhq.enterprise.gui.common.converter.StringListToStringConverter
All Implemented Interfaces:
javax.faces.convert.Converter

public class StringListToStringConverter
extends Object
implements javax.faces.convert.Converter


Constructor Summary
StringListToStringConverter()
           
 
Method Summary
 Object getAsObject(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, String string)
           
 String getAsString(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringListToStringConverter

public StringListToStringConverter()
Method Detail

getAsObject

public Object getAsObject(javax.faces.context.FacesContext facesContext,
                          javax.faces.component.UIComponent uiComponent,
                          String string)
Specified by:
getAsObject in interface javax.faces.convert.Converter

getAsString

public String getAsString(javax.faces.context.FacesContext facesContext,
                          javax.faces.component.UIComponent uiComponent,
                          Object object)
Specified by:
getAsString in interface javax.faces.convert.Converter


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.