Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.faces.convert
Class BooleanConverter  view BooleanConverter download BooleanConverter.java

java.lang.Object
  extended byjavax.faces.convert.BooleanConverter
All Implemented Interfaces:
Converter

public class BooleanConverter
extends java.lang.Object
implements Converter

Version:
$Revision: 169646 $ $Date: 2005-05-11 11:34:57 -0400 (Wed, 11 May 2005) $

Field Summary
private static java.lang.String CONVERSION_MESSAGE_ID
           
static java.lang.String CONVERTER_ID
           
 
Constructor Summary
BooleanConverter()
           
 
Method Summary
 java.lang.Object getAsObject(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, java.lang.String value)
           
 java.lang.String getAsString(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONVERSION_MESSAGE_ID

private static final java.lang.String CONVERSION_MESSAGE_ID
See Also:
Constant Field Values

CONVERTER_ID

public static final java.lang.String CONVERTER_ID
See Also:
Constant Field Values
Constructor Detail

BooleanConverter

public BooleanConverter()
Method Detail

getAsObject

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

getAsString

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