Esri Geoportal Server
1.0

com.esri.gpt.framework.jsf
Class ConverterListToString

java.lang.Object
  extended by com.esri.gpt.framework.jsf.ConverterListToString
All Implemented Interfaces:
Converter

public class ConverterListToString
extends Object
implements Converter

The Class ConverterListToString. Converts a list object into a string object


Constructor Summary
ConverterListToString()
           
 
Method Summary
 Object getAsObject(FacesContext arg0, UIComponent arg1, String value)
          Gets the String as a list object.
 String getAsString(FacesContext arg0, UIComponent arg1, Object arg2)
          Gets the list as a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterListToString

public ConverterListToString()
Method Detail

getAsObject

public Object getAsObject(FacesContext arg0,
                          UIComponent arg1,
                          String value)
Gets the String as a list object.

Specified by:
getAsObject in interface Converter
Parameters:
arg0 - the arg0
arg1 - the arg1
value - the value
Returns:
the as object

getAsString

public String getAsString(FacesContext arg0,
                          UIComponent arg1,
                          Object arg2)
Gets the list as a string.

Specified by:
getAsString in interface Converter
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the list
Returns:
the as string

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.