javax.faces.convert
Class BigIntegerConverter
java.lang.Object
javax.faces.convert.BigIntegerConverter
- All Implemented Interfaces:
- Converter
@JSFConverter
public class BigIntegerConverter
- extends Object
- implements Converter
see Javadoc of JSF Specification
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BIGINTEGER_ID
public static final String BIGINTEGER_ID
- See Also:
- Constant Field Values
BigIntegerConverter
public BigIntegerConverter()
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 © 2014 The Apache Software Foundation. All rights reserved.