Searched defs:codeBase (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/web/war-util/src/main/java/org/glassfish/web/loader/
H A DResourceEntry.java102 public URL codeBase = null; field in class:ResourceEntry
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/provider/
H A DPolicyParser.java432 if (e.codeBase != null)
437 e.codeBase = match("quoted string");
544 "expected codeBase or SignedBy or " +
576 if (e.codeBase != null) {
579 if (e.codeBase.equals(OLD_EXTDIRS_EXPANSION)) {
580 e.codeBase = EXTDIRS_EXPANSION;
583 if ((es=e.codeBase.indexOf(EXTDIRS_EXPANSION)) < 0) {
584 e.codeBase = expand(e.codeBase, true).replace
590 String[] extDirs = parseExtDirs(e.codeBase, e
868 public String codeBase; field in class:PolicyParser.GrantEntry
877 GrantEntry(String signedBy, String codeBase) argument
[all...]

Completed in 13 milliseconds