Class AppLibClassLoaderServiceImpl


  • @Service
    @Singleton
    public class AppLibClassLoaderServiceImpl
    extends Object
    This class is responsible for constructing class loader that has visibility to deploy time libraries (--libraries and EXTENSION_LIST of MANIFEST.MF, provided the library is available in 'applibs' directory) for an application. It is different from CommonClassLoader in a sense that the libraries that are part of common class loader are shared by all applications, where as this class loader adds a scope to a library.
    Author:
    [email protected]