Package net.officefloor.woof
Interface WoofLoader
-
- All Known Implementing Classes:
WoofLoaderImpl
public interface WoofLoader
Loads the WoOF configuration to theWebArchitect
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
loadWoofConfiguration(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.
-
-