Searched refs:getURLPrefix (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/url/
H A DGenericURLContext.java74 * getRootURLContext(), getURLPrefix(), and getURLSuffix()
96 * getRootURLContext(), getURLPrefix(), and getURLSuffix()
139 * getRootURLContext(), getURLPrefix(), and getURLSuffix()
149 protected String getURLPrefix(String url) throws NamingException { method in class:GenericURLContext
292 String oldPrefix = getURLPrefix(oldName);
293 String newPrefix = getURLPrefix(newName);
515 // To test, declare getURLPrefix and getURLSuffix static.
524 String pre = getURLPrefix(tests[i]);

Completed in 108 milliseconds