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

/openjdk7/jdk/test/javax/management/loading/
H A DMLetContentTest.java65 URL url = new URL(baseUrl+myfile);
104 if (!baseUrl.equals(content.getCodeBase().toString())) {
108 url = new URL(baseUrl);
112 if (!content.getCodeBase().toString().equals(baseUrl+codebase)) {
141 private static final String baseUrl = "file:/tmp/test/"; field in class:MLetContentTest
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DSafePolicyReader.java142 * @param baseUrl The system id of the document read by the reader.
145 public PolicyRecord readPolicyElement(final XMLStreamReader reader, final String baseUrl) { argument
199 relativeToAbsoluteUrl(reader.getAttributeValue(i), baseUrl));
209 .append(uriAttrFlg ? relativeToAbsoluteUrl(reader.getAttributeValue(i), baseUrl) : reader.getAttributeValue(i))
218 .append(uriAttrFlg ? relativeToAbsoluteUrl(reader.getAttributeValue(i), baseUrl) : reader.getAttributeValue(i))
272 policyRec.setUri(baseUrl + "#" + policyRec.policyModel.getPolicyId(), policyRec.policyModel.getPolicyId());
279 urlsRead.add(baseUrl);

Completed in 30 milliseconds