Interface ResourceManagerClassLoader

All Known Subinterfaces:
WebApplicationClassLoader
All Known Implementing Classes:
DefaultResourceManagerClassLoader, DefaultWebApplicationClassLoader, IsolatingResourceManagerClassLoader

public interface ResourceManagerClassLoader
The WebApplicationClassLoader API.
Author:
Manfred Riem ([email protected]), Arjan Tijms
  • Method Details

    • getResourceManager

      ResourceManager getResourceManager()
      Returns the resource manager.
      Returns:
      the resource manager
    • setResourceManager

      void setResourceManager(ResourceManager resourceManager)
      Set the resource manager.
      Parameters:
      resourceManager - the resource manager.