org.wicketstuff.openlayers.js
Class JSUtils

java.lang.Object
  extended by org.wicketstuff.openlayers.js.JSUtils

public final class JSUtils
extends Object

Author:
Michael O'Cleirigh Java Script Generating Utility methods that don't fit into a specific case like @see ObjectLiteral.

Method Summary
static String getQuotedString(String unquotedString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getQuotedString

public static String getQuotedString(String unquotedString)
Parameters:
unquotedString -
Returns:
the quoted string. e.g. 'str'


Copyright © 2008-2012. All Rights Reserved.