Searched defs:escape (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/java/com/sun/grizzly/samples/websockets/
H A DChatWebSocket.java70 return "window.parent.app.update({ name: \"" + escape(name) + "\", message: \"" + escape(message) + "\" });\n";
73 private String escape(String orig) { method in class:ChatWebSocket
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/common/
H A DDataSourceObjectBuilder.java192 String escape = spec.getDetail(DataSourceSpec.ESCAPECHARACTER);
200 }else if( escape == null || escape.equals("")){
204 return parseDriverProperties(prop,escape, delim, returnUpperCase);
210 * @param escape escape character
214 public Hashtable parseDriverProperties(String values, String escape, argument
220 char escapeChar = escape.charAt(0);
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DVirtualServerPipeline.java165 * @param escape true if redirect URL returned to the client is to be
169 boolean escape) {
175 redirects.add(new RedirectParameters(from, url, urlPrefix, escape));
168 addRedirect(String from, String url, String urlPrefix, boolean escape) argument
/glassfish-3.1.2/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/
H A DStringHelper.java62 * constants for escape
325 public static String escape(String str) method in class:StringHelper
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/deployer/
H A DJdbcConnectionPoolDeployer.java500 driverProperties = driverProperties + "set" + escape(name)
501 + "#" + escape(rp.getValue()) + "##";
533 * To escape the "delimiter" characters that are internally used by Connector & JDBCRA.
538 private String escape(String value) { method in class:JdbcConnectionPoolDeployer

Completed in 2303 milliseconds