Searched refs:delegateResourceLoading (Results 1 – 2 of 2) sorted by relevance
49 private final boolean delegateResourceLoading; field in DelegateLastClassLoader105 @Nullable ClassLoader parent, boolean delegateResourceLoading) { in DelegateLastClassLoader() argument107 this.delegateResourceLoading = delegateResourceLoading; in DelegateLastClassLoader()177 this.delegateResourceLoading = true; in DelegateLastClassLoader()230 if (delegateResourceLoading) { in getResource()243 (getParent() == null || !delegateResourceLoading) in getResources()
101 boolean delegateResourceLoading) { in createClassLoader() argument111 delegateResourceLoading); in createClassLoader()