javax.faces.convert
Class BooleanConverter
java.lang.Object
javax.faces.convert.BooleanConverter
- All Implemented Interfaces:
- Converter
@JSFConverter
public class BooleanConverter
- extends java.lang.Object
- implements Converter
see Javadoc of JSF Specification
- Version:
- $Revision: 695059 $ $Date: 2008-09-13 18:10:53 -0500 (Sat, 13 Sep 2008) $
- Author:
- Thomas Spiegl (latest modification by $Author: lu4242 $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONVERTER_ID
public static final java.lang.String CONVERTER_ID
- See Also:
- Constant Field Values
STRING_ID
public static final java.lang.String STRING_ID
- See Also:
- Constant Field Values
BOOLEAN_ID
public static final java.lang.String BOOLEAN_ID
- See Also:
- Constant Field Values
BooleanConverter
public BooleanConverter()
getAsObject
public java.lang.Object getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
- Specified by:
getAsObject
in interface Converter
getAsString
public java.lang.String getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
- Specified by:
getAsString
in interface Converter
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.