org.apache.myfaces.tobago.util
Class StringUtil

java.lang.Object
  extended by org.apache.myfaces.tobago.util.StringUtil

public class StringUtil
extends Object


Method Summary
static String firstToUpperCase(String string)
           
static List<Integer> parseIntegerList(String integerList)
           
static String toString(List<Integer> intList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

firstToUpperCase

public static String firstToUpperCase(String string)

parseIntegerList

public static List<Integer> parseIntegerList(String integerList)
                                      throws NumberFormatException
Throws:
NumberFormatException

toString

public static String toString(List<Integer> intList)


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.