com.jtri.struts
Class BooleanConverter

java.lang.Object
  extended bycom.jtri.struts.BooleanConverter
All Implemented Interfaces:
FormConverter

public class BooleanConverter
extends java.lang.Object
implements FormConverter

A class to convert from Boolean to Boolean.

Author:
atorres

Constructor Summary
BooleanConverter()
           
BooleanConverter(java.lang.Boolean initial)
           
 
Method Summary
 java.lang.Object convert(java.lang.Class type, java.lang.Object value)
           
 java.lang.Class fromClass()
           
 java.lang.Class toClass()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanConverter

public BooleanConverter()

BooleanConverter

public BooleanConverter(java.lang.Boolean initial)
Method Detail

convert

public java.lang.Object convert(java.lang.Class type,
                                java.lang.Object value)

fromClass

public java.lang.Class fromClass()
Specified by:
fromClass in interface FormConverter

toClass

public java.lang.Class toClass()
Specified by:
toClass in interface FormConverter