| com.ecyrd.jspwiki.WikiProvider
WikiProvider | public interface WikiProvider (Code) | | A generic Wiki provider for all sorts of things that the Wiki can
store.
author: Janne Jalkanen since: 2.0 |
LATEST_VERSION | final public static int LATEST_VERSION(Code) | | Passing this to any method should get the latest version
|
getProviderInfo | public String getProviderInfo()(Code) | | Return a valid HTML string for information. May
be anything.
since: 1.6.4 A string describing the provider. |
|
|