org.apache.myfaces.tobago.util
Class StringUtils
java.lang.Object
org.apache.myfaces.tobago.util.StringUtils
public class StringUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
firstToUpperCase
@Deprecated
public static String firstToUpperCase(String string)
- Deprecated. Use commons-lang StringUtils.capitalize() instead.
parseIntegerList
public static List<Integer> parseIntegerList(String integerList)
throws NumberFormatException
- Throws:
NumberFormatException
toString
public static <T> String toString(List<T> list)
escapeAccessKeyIndicator
@Deprecated
public static String escapeAccessKeyIndicator(String label)
- Deprecated.
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.