public interface InitializablePlugin
This method did not actually work until 2.5.30. The method signature has been changed in 2.6 to reflect the new operation.
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(WikiEngine engine)
Called whenever the plugin is being instantiated for
the first time.
|
void initialize(WikiEngine engine) throws PluginException
engine - The WikiEngine.PluginException - If something goes wrong.Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.