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

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/loader/
H A DStandardClassLoader.java884 protected final PermissionCollection getPermissions(CodeSource codeSource) { argument
891 String codeUrl = codeSource.getLocation().toString();
894 pc = super.getPermissions(codeSource);
/glassfish-3.1.2/web/war-util/src/main/java/org/glassfish/web/loader/
H A DWebappClassLoader.java903 CodeSource codeSource =
910 codeSource);
929 codeSource);
1520 * @param codeSource where the code was loaded from
1524 protected PermissionCollection getPermissions(CodeSource codeSource) { argument
1526 String codeUrl = codeSource.getLocation().toString();
1529 pc = super.getPermissions(codeSource);

Completed in 18 milliseconds