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 | 
|---|---|
java.lang.String | 
getProviderInfo()
Return a valid HTML string for information. 
 | 
void | 
initialize(WikiEngine engine,
          java.util.Properties properties)
Initializes the page provider. 
 | 
static final int LATEST_VERSION
void initialize(WikiEngine engine, java.util.Properties properties) throws NoRequiredPropertyException, java.io.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 setjava.io.IOException - If there is an IO problemjava.lang.String getProviderInfo()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.