e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 11 through 20 of 71 (0.0020 seconds)
Class: org.springframework.web.servlet.view.ResourceBundleViewResolver  ©, Rating: 0% of 0, C2

145 reader.setDefaultParentBean(this.defaultParentView); 146 for (int i = 0; i < this.basenames.length; i++) { 147 ResourceBundle bundle = ResourceBundle.getBundle( 148 this.basenames[i], locale, Thread.currentThread().getContextClassLoader()); 149 reader.registerBeanDefinitions(bundle);

Class: javax.xml.soap.FactoryFinder  ©, Rating: 0% of 0, C2

124 125 try { 126 classloader = Thread.currentThread().getContextClassLoader(); 127 } catch (Exception exception) { 128 throw new SOAPException(exception.toString(), exception);

Class: org.springframework.core.io.ClassPathResource  ©, Rating: 0% of 0, C2

140 if (cl == null) { 141 // no class loader specified -> use thread context class loader 142 cl = Thread.currentThread().getContextClassLoader(); 143 } 144 url = cl.getResource(this.path);

Class: org.springframework.core.io.ClassPathResource  ©, Rating: 0% of 0, C2

120 if (cl == null) { 121 // no class loader specified -> use thread context class loader 122 cl = Thread.currentThread().getContextClassLoader(); 123 } 124 is = cl.getResourceAsStream(this.path);

Class: org.apache.naming.resources.DirContextURLStreamHandler  ©, Rating: 0% of 0, C2

165 166 Thread currentThread = Thread.currentThread(); 167 ClassLoader currentCL = currentThread.getContextClassLoader(); 168 169 // Checking CL binding

Class: org.apache.naming.resources.DirContextURLStreamHandler  ©, Rating: 0% of 0, C1

134 */ 135 public static void unbind() { 136 ClassLoader currentCL = 137 Thread.currentThread().getContextClassLoader(); 138 if (currentCL != null)

Class: org.apache.naming.resources.DirContextURLStreamHandler  ©, Rating: 0% of 0, C1

123 */ 124 public static void bind(DirContext dirContext) { 125 ClassLoader currentCL = 126 Thread.currentThread().getContextClassLoader(); 127 if (currentCL != null)

Class: org.apache.naming.resources.DirContextURLStreamHandler  ©, Rating: 0% of 0, C1

113 */ 114 public static boolean isBound() { 115 return (clBindings.containsKey 116 (Thread.currentThread().getContextClassLoader())) 117 || (threadBindings.containsKey(Thread.currentThread()));

Class: org.springframework.util.ResourceUtils  ©, Rating: 0% of 0, C1

128 String path = resourceLocation.substring(CLASSPATH_URL_PREFIX.length()); 129 String description = "class path resource [" + path + "]"; 130 URL url = Thread.currentThread().getContextClassLoader().getResource(path); 131 if (url == null) { 132 throw new FileNotFoundException(

Class: org.springframework.util.ResourceUtils  ©, Rating: 0% of 0, C1

090 String path = resourceLocation.substring(CLASSPATH_URL_PREFIX.length()); 091 String description = "class path resource [" + path + "]"; 092 URL url = Thread.currentThread().getContextClassLoader().getResource(path); 093 if (url == null) { 094 throw new FileNotFoundException(

Result Page:  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8   Next