org.apache.myfaces.tobago.util
Class StringUtils

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

public class StringUtils
extends java.lang.Object


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

Method Detail

firstToUpperCase

@Deprecated
public static java.lang.String firstToUpperCase(java.lang.String string)
Deprecated. Use commons-lang StringUtils.capitalize() instead.


parseIntegerList

public static java.util.List<java.lang.Integer> parseIntegerList(java.lang.String integerList)
                                                          throws java.lang.NumberFormatException
Throws:
java.lang.NumberFormatException

toString

public static <T> java.lang.String toString(java.util.List<T> list)

escapeAccessKeyIndicator

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



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.