org.cruxframework.crux.core.client.utils
Class EscapeUtils

java.lang.Object
  extended by org.cruxframework.crux.core.client.utils.EscapeUtils

public class EscapeUtils
extends Object


Constructor Summary
EscapeUtils()
           
 
Method Summary
static String quote(String str)
           
static String quote(String str, boolean nullToBlank)
           
static String simpleQuote(String str)
           
static String simpleQuote(String str, boolean nullToBlank)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EscapeUtils

public EscapeUtils()
Method Detail

simpleQuote

public static String simpleQuote(String str,
                                 boolean nullToBlank)

simpleQuote

public static String simpleQuote(String str)

quote

public static String quote(String str,
                           boolean nullToBlank)

quote

public static String quote(String str)


Copyright © 2014. All rights reserved.