Package net.officefloor.woof.resources
Interface WoofResourcesLoader
-
- All Known Implementing Classes:
WoofResourcesLoaderImpl
public interface WoofResourcesLoader
Loads theWoofResourcesModel
configuration.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
loadWoofResourcesConfiguration(WoofResourcesLoaderContext context)
Loads theWoofResourcesModel
configuration.
-
-
-
Method Detail
-
loadWoofResourcesConfiguration
void loadWoofResourcesConfiguration(WoofResourcesLoaderContext context) throws java.lang.Exception
Loads theWoofResourcesModel
configuration.- Parameters:
context
-WoofResourcesLoaderContext
.- Throws:
java.lang.Exception
- If fails to load the configuration.
-
-