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