AwareResourceBundleMessageSourcepublic interface ClassLoaderAware extends Aware
ClassLoader
to be used by the implementing object when loading classes or resources.
Created: 2016. 1. 25.
| Modifier and Type | Method | Description |
|---|---|---|
void |
setClassLoader(java.lang.ClassLoader classLoader) |
Specify the
ClassLoader to provide. |
void setClassLoader(java.lang.ClassLoader classLoader)
ClassLoader to provide. The ClassLoader can be set
when the object is created, and allows the creator to provide the appropriate class
loader to be used by the object when when loading classes and resources.classLoader - the ClassLoader to provideCopyright © 2008–2018 The Aspectran Project. All rights reserved.