|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WikiProvider

A generic Wiki provider for all sorts of things that the Wiki can store.
| Field Summary | |
|---|---|
static int |
LATEST_VERSION
Passing this to any method should get the latest version |
| Method Summary | |
|---|---|
String |
getProviderInfo()
Return a valid HTML string for information. |
void |
initialize(WikiEngine engine,
Properties properties)
Initializes the page provider. |
| Field Detail |
|---|
static final int LATEST_VERSION
| Method Detail |
|---|
void initialize(WikiEngine engine,
Properties properties)
throws NoRequiredPropertyException,
IOException
engine - WikiEngine to own this providerproperties - A set of properties used to initialize this provider
NoRequiredPropertyException - If the provider needs a property which is not found in the property set
IOException - If there is an IO problemString getProviderInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||