Search Results
OK to copy?
Examples 1 through 10 of
11 (0.0010 seconds)
Class:
org.springframework.util.ClassLoaderUtils
©,
Rating:
0% of 0,
C1
Class: org.apache.naming.resources.DirContextURLStreamHandler ©, Rating: 0% of 0, C2
Class: org.apache.naming.resources.DirContextURLStreamHandler ©, Rating: 0% of 0, C2
Class: org.springframework.beans.CachedIntrospectionResults ©, Rating: 0% of 0, C2
Class: org.apache.naming.ContextBindings ©, Rating: 0% of 0, C1
Class: org.apache.naming.ContextBindings ©, Rating: 0% of 0, C1
Class: org.apache.naming.ContextBindings ©, Rating: 0% of 0, C1
Class: org.apache.axis.handlers.JWSHandler ©, Rating: 0% of 0, C3
Class: org.apache.jasper.compiler.TldLocationsCache ©, Rating: 0% of 0, C2
Class: org.apache.catalina.startup.TldConfig ©, Rating: 0% of 0, C3
60 }
61 s += cl + " hc=" + cl.hashCode() + delim;
62 ClassLoader parent = cl.getParent();
63 return s + showClassLoaderHierarchy(parent, delim, tabText, indent + 1);
64 }
Class: org.apache.naming.resources.DirContextURLStreamHandler ©, Rating: 0% of 0, C2
Class: org.apache.naming.resources.DirContextURLStreamHandler ©, Rating: 0% of 0, C2
176
177 // Checking parent CL binding
178 currentCL = currentCL.getParent();
179 while (currentCL != null) {
180 result = (DirContext) clBindings.get(currentCL);
Class: org.springframework.beans.CachedIntrospectionResults ©, Rating: 0% of 0, C2
116 }
117 while (cur != null) {
118 cur = cur.getParent();
119 if (cur == target) {
120 return true;
Class: org.apache.naming.ContextBindings ©, Rating: 0% of 0, C1
Class: org.apache.naming.ContextBindings ©, Rating: 0% of 0, C1
340 return name;
341 }
342 } while ((cl = cl.getParent()) != null);
343 throw new NamingException
344 (sm.getString("contextBindings.noContextBoundToCL"));
Class: org.apache.naming.ContextBindings ©, Rating: 0% of 0, C1
322 return context;
323 }
324 } while ((cl = cl.getParent()) != null);
325 throw new NamingException
326 (sm.getString("contextBindings.noContextBoundToCL"));
Class: org.apache.axis.handlers.JWSHandler ©, Rating: 0% of 0, C3
Class: org.apache.jasper.compiler.TldLocationsCache ©, Rating: 0% of 0, C2
Class: org.apache.catalina.startup.TldConfig ©, Rating: 0% of 0, C3