Module cloud.piranha.resource.api
Package cloud.piranha.resource.api
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 Summary
Modifier and TypeMethodDescriptionReturns the resource manager.void
setResourceManager(ResourceManager resourceManager)
Set the resource manager.
-
Method Details
-
getResourceManager
ResourceManager getResourceManager()Returns the resource manager.- Returns:
- the resource manager
-
setResourceManager
Set the resource manager.- Parameters:
resourceManager
- the resource manager.
-