Package net.officefloor.woof
Interface WoofLoader
-
- All Known Implementing Classes:
WoofLoaderImpl
public interface WoofLoaderLoads the WoOF configuration to theWebArchitect.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadWoofConfiguration(WoofContext context)Loads the WoOF configuration.
-
-
-
Method Detail
-
loadWoofConfiguration
void loadWoofConfiguration(WoofContext context) throws java.lang.Exception
Loads the WoOF configuration.- Parameters:
context-WoofContext.- Throws:
java.lang.Exception- If fails to load the configuration.
-
-