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 escapeAccessKeyIndicator(String label)
           
static String firstToUpperCase(String string)
           
static List<Integer> parseIntegerList(String integerList)
           
static
<T> String
toString(List<T> list)
           
 
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 <T> String toString(List<T> list)

escapeAccessKeyIndicator

public static String escapeAccessKeyIndicator(String label)


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