Interface Initializer


public interface Initializer
Initializer. Initializer class must implement this. See config key 'ws_init_class'.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initModules(boolean isWithinServlet, String fullConfigBasePath)
    Initialize modules an other stuff before web pages are served.
  • Method Details

    • initModules

      void initModules(boolean isWithinServlet, String fullConfigBasePath) throws Exception
      Initialize modules an other stuff before web pages are served.
      Parameters:
      isWithinServlet - runs within servlet?
      fullConfigBasePath - full path to the location where the base config is.
      Throws:
      Exception - if anything goes wrong in your custom initialization