|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DozerClassLoader
Service Provider Interface for control of Dozer Class and Resource loading behavior. Could be used in order to provide specific implementations for web-container, j2ee container and osgi environments.
| Method Summary | |
|---|---|
Class<?> |
loadClass(String className)
Loads class by provided name |
URL |
loadResource(String uri)
Loads the resource by URI as an URL |
| Method Detail |
|---|
Class<?> loadClass(String className)
className - fully qualified class name
URL loadResource(String uri)
uri - uri of the resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||