org.deegree.wpsclient.gui.converter
Class ComplexFormatConverter

java.lang.Object
  extended by org.deegree.wpsclient.gui.converter.ComplexFormatConverter
All Implemented Interfaces:
javax.faces.convert.Converter

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

TODO add class documentation here

Version:
$Revision: $, $Date: $
Author:
Lyn Buesching, last edited by: $Author: lyn $

Constructor Summary
ComplexFormatConverter()
           
 
Method Summary
static String getAsDesc(ComplexFormat complexFormat)
           
 Object getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
           
static String getAsString(ComplexFormat complexFormat)
           
 String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexFormatConverter

public ComplexFormatConverter()
Method Detail

getAsObject

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

getAsString

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

getAsDesc

public static String getAsDesc(ComplexFormat complexFormat)

getAsString

public static String getAsString(ComplexFormat complexFormat)


Copyright © 2011. All Rights Reserved.