Interface WoofLoader

All Known Implementing Classes:
WoofLoaderImpl

public interface WoofLoader
Loads the WoOF configuration to the WebArchitect.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Loads the WoOF configuration.
  • Method Details

    • loadWoofConfiguration

      void loadWoofConfiguration(WoofContext context) throws Exception
      Loads the WoOF configuration.
      Parameters:
      context - WoofContext.
      Throws:
      Exception - If fails to load the configuration.