Package ch.autumo.beetroot
Interface Initializer
public interface Initializer
Initializer. Initializer class must implement this.
See config key 'ws_init_class'.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitModules(boolean isWithinServlet, String fullConfigBasePath) Initialize modules an other stuff before web pages are served.
-
Method Details
-
initModules
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
-