| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DecoratingClassLoader | |
|---|---|
| org.springframework.core | Provides basic classes for exception handling and version detection, and other core helpers that are not specific to any part of the framework. | 
| org.springframework.instrument.classloading | Support package for load time weaving based on class loaders, as required by JPA providers (but not JPA-specific). | 
| Uses of DecoratingClassLoader in org.springframework.core | 
|---|
| Subclasses of DecoratingClassLoader in org.springframework.core | |
|---|---|
|  class | OverridingClassLoaderClassLoaderthat does not always delegate to the
 parent loader, as normal class loaders do. | 
| Uses of DecoratingClassLoader in org.springframework.instrument.classloading | 
|---|
| Subclasses of DecoratingClassLoader in org.springframework.instrument.classloading | |
|---|---|
|  class | ResourceOverridingShadowingClassLoaderSubclass of ShadowingClassLoader that overrides attempts to locate certain files. | 
|  class | ShadowingClassLoaderClassLoader decorator that shadows an enclosing ClassLoader, applying registered transformers to all affected classes. | 
|  class | SimpleInstrumentableClassLoaderSimplistic implementation of an instrumentable ClassLoader. | 
|  class | SimpleThrowawayClassLoaderClassLoader that can be used to load classes without bringing them into the parent loader. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||