public interface Initializable
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Engine engine,
java.util.Properties props)
Initializes this Engine component.
|
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.
engine - Engine performing the initialization.props - Properties for setup.WikiException - if an exception occurs while initializing the component.Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.