net.handle.util
Class StringUtils

java.lang.Object
  extended by net.cnri.util.StringUtils
      extended by net.handle.util.StringUtils

Deprecated. Replaced by net.cnri.util.StringUtils

@Deprecated
public class StringUtils
extends net.cnri.util.StringUtils


Constructor Summary
StringUtils()
          Deprecated.  
 
Method Summary
 
Methods inherited from class net.cnri.util.StringUtils
backslash, cgiEscape, countFields, decode, decodeHex, decodeHexByte, decodeURL, decodeURLIgnorePlus, decodeURLIgnorePlus, encode, encodeHex, encodeHex, encodeHexChar, encodeURL, encodeURLComponent, encodeURLComponentMinimal, encodeURLForAttr, encodeURLPath, fieldIndex, fillLeft, fillRight, getNLengthString, htmlEscapeWhitespace, htmlEscapeWhitespaceNonBreakingSpaces, isAllNumber, isInteger, makeFileName, padl, padr, sortStringArray, split, sqlEscape, stripNonNumbers, unbackslash, vectorToStringArray, xmlEscape, xmlEscape, xmlEscape
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtils

public StringUtils()
Deprecated.