org.apache.myfaces.tobago.util
Class StringUtil

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

Deprecated. Please use StringUtils

@Deprecated
public class StringUtil
extends Object

See Also:
StringUtils

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

Method Detail

firstToUpperCase

@Deprecated
public static String firstToUpperCase(String string)
Deprecated. 


parseIntegerList

@Deprecated
public static List<Integer> parseIntegerList(String integerList)
                                      throws NumberFormatException
Deprecated. 

Throws:
NumberFormatException

toString

@Deprecated
public static <T> String toString(List<T> list)
Deprecated. 


escapeAccessKeyIndicator

@Deprecated
public static String escapeAccessKeyIndicator(String label)
Deprecated. 



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