org.jboss.seam.mail.util
Class Strings

java.lang.Object
  extended by org.jboss.seam.mail.util.Strings

public class Strings
extends Object

Author:
Cody Lerum

Constructor Summary
Strings()
           
 
Method Summary
static boolean isNullOrBlank(String string)
          Checks if a String is null or empty when trimmed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Strings

public Strings()
Method Detail

isNullOrBlank

public static boolean isNullOrBlank(String string)
Checks if a String is null or empty when trimmed

Parameters:
string -
Returns:
TRUE if NULL or string.trim.length == 0


Copyright © 2012 Seam Framework. All Rights Reserved.