Interface Initializable

    • Method Detail

      • initialize

        void initialize​(Engine engine,
                        java.util.Properties props)
                 throws WikiException

        Initializes this Engine component. Note that the engine is not fully initialized at this point, so don't do anything fancy here - use lazy init, if you have to.
         

        Parameters:
        engine - Engine performing the initialization.
        props - Properties for setup.
        Throws:
        WikiException - if an exception occurs while initializing the component.