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

/openjdk7/jdk/test/java/net/CookieHandler/
H A DTestHttpCookie.java348 c1.setPath("/acme");
360 c1.setPath("/acme");
361 c2.setPath("/ACME");
/openjdk7/jdk/src/share/demo/applets/Fractal/
H A DCLSFractal.java426 private synchronized void setPath(StringBuffer path) { method in class:ContextLSystem
444 setPath(newPath);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java209 setPath(p_schemeSpecificPart);
299 setPath(p_path);
979 public void setPath(String p_path) throws MalformedURIException { method in class:JaxmURI
/openjdk7/jdk/src/share/classes/java/net/
H A DCookieManager.java305 cookie.setPath(path);
H A DHttpCookie.java511 public void setPath(String uri) { method in class:HttpCookie
527 * @see #setPath
1020 if (cookie.getPath() == null) cookie.setPath(attrValue);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java234 setPath(p_schemeSpecificPart);
332 setPath(p_path);
1162 public void setPath(String p_path) throws MalformedURIException method in class:URI
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DURI.java232 setPath(p_schemeSpecificPart);
330 setPath(p_path);
1183 public void setPath(String p_path) throws MalformedURIException method in class:URI
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java362 setPath(p_schemeSpecificPart);
452 setPath(p_path);
1554 public void setPath(String p_path) throws MalformedURIException { method in class:URI

Completed in 52 milliseconds