Class ConverterUtils

java.lang.Object
org.apache.myfaces.util.ConverterUtils

public final class ConverterUtils extends Object
TODO: Move to util package and rename to better name
Version:
$Revision$ $Date$
Author:
Manfred Geiler (latest modification by $Author$)
  • Method Details

    • convertToInt

      public static int convertToInt(Object value)
    • convertToBoolean

      public static boolean convertToBoolean(Object value)
    • convertToLong

      public static long convertToLong(Object value)
    • convertToDouble

      public static double convertToDouble(Object value)