org.jboss.seam.mail.util
Class Strings
java.lang.Object
org.jboss.seam.mail.util.Strings
public class Strings
- extends Object
- Author:
- Cody Lerum
|
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 |
Strings
public Strings()
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.