Esri Geoportal Server
1.0

com.esri.gpt.framework.jsf
Class ConverterLinksToHtml

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

public class ConverterLinksToHtml
extends Object
implements Converter

The Class ConverterLinksToHtml. Converts resource links to HTML


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

Constructor Detail

ConverterLinksToHtml

public ConverterLinksToHtml()
Method Detail

getAsObject

public Object getAsObject(FacesContext arg0,
                          UIComponent arg1,
                          String arg2)
Gets the string as an object.

Specified by:
getAsObject in interface Converter
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the String to be converted to the list
Returns:
the as object

getAsString

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

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

Esri Geoportal Server
1.0

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