Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.model
Class Utils

java.lang.Object
  extended by org.nuxeo.ecm.webengine.model.Utils

public class Utils
extends Object

Author:
Bogdan Stefanescu

Method Summary
static String fcToLowerCase(String str)
           
static String fcToUpperCase(String str)
           
static String nullIfEmpty(String str)
           
static boolean streq(String str1, String str2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

streq

public static boolean streq(String str1,
                            String str2)

nullIfEmpty

public static String nullIfEmpty(String str)

fcToUpperCase

public static String fcToUpperCase(String str)

fcToLowerCase

public static String fcToLowerCase(String str)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.