javax.faces.convert
Class BigDecimalConverter

java.lang.Object
  extended by javax.faces.convert.BigDecimalConverter
All Implemented Interfaces:
Converter

@JSFConverter
public class BigDecimalConverter
extends Object
implements Converter

see Javadoc of JSF Specification

Version:
$Revision: 1033993 $ $Date: 2010-11-11 11:45:45 -0500 (Thu, 11 Nov 2010) $
Author:
Thomas Spiegl (latest modification by $Author: lu4242 $)

Field Summary
static String CONVERTER_ID
           
static String DECIMAL_ID
           
static String STRING_ID
           
 
Constructor Summary
BigDecimalConverter()
           
 
Method Summary
 Object getAsObject(FacesContext facesContext, UIComponent uiComponent, String value)
           
 String getAsString(FacesContext facesContext, UIComponent uiComponent, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONVERTER_ID

public static final String CONVERTER_ID
See Also:
Constant Field Values

STRING_ID

public static final String STRING_ID
See Also:
Constant Field Values

DECIMAL_ID

public static final String DECIMAL_ID
See Also:
Constant Field Values
Constructor Detail

BigDecimalConverter

public BigDecimalConverter()
Method Detail

getAsObject

public Object getAsObject(FacesContext facesContext,
                          UIComponent uiComponent,
                          String value)
Specified by:
getAsObject in interface Converter

getAsString

public String getAsString(FacesContext facesContext,
                          UIComponent uiComponent,
                          Object value)
Specified by:
getAsString in interface Converter


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.