Home
last modified time | relevance | path

Searched refs:codebaseStr (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DUtil.java76 private String codebaseStr = null; field in Util
342 codebaseStr = newCodebase; in setUserCodebase()
473 if (codebaseStr != null) { in pathToURL()
476 if (!codebaseStr.endsWith(/* NOI18N */"/") && in pathToURL()
477 !codebaseStr.endsWith(File.separator)) { in pathToURL()
478 tmpPath = codebaseStr + /* NOI18N */"/" + path; in pathToURL()
480 tmpPath = codebaseStr + path; in pathToURL()