public interface WikiProvider
Modifier and Type | Field and Description |
---|---|
static int |
LATEST_VERSION
Passing this to any method should get the latest version
|
Modifier and Type | Method and Description |
---|---|
String |
getProviderInfo()
Return a valid HTML string for information.
|
void |
initialize(WikiEngine engine,
Properties properties)
Initializes the page provider.
|
static final int LATEST_VERSION
void initialize(WikiEngine engine, Properties properties) throws NoRequiredPropertyException, IOException
engine
- WikiEngine to own this providerproperties
- A set of properties used to initialize this providerNoRequiredPropertyException
- If the provider needs a property which is not found in the property setIOException
- If there is an IO problemString getProviderInfo()
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.