Package org.apache.wiki.plugin
Class WeblogArchivePlugin
java.lang.Object
org.apache.wiki.plugin.WeblogArchivePlugin
- All Implemented Interfaces:
org.apache.wiki.api.plugin.Plugin
Creates a list of all weblog entries on a monthly basis.
Parameters :
- page - the page name
- Since:
- 1.9.21
-
Field Summary
FieldsFields inherited from interface org.apache.wiki.api.plugin.Plugin
CORE_PLUGINS_RESOURCEBUNDLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wiki.api.plugin.Plugin
getSnipExample
-
Field Details
-
PARAM_PAGE
Parameter name for setting the page. Value is "page".- See Also:
-
-
Constructor Details
-
WeblogArchivePlugin
public WeblogArchivePlugin()
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayNamein interfaceorg.apache.wiki.api.plugin.Plugin
-
execute
public String execute(org.apache.wiki.api.core.Context context, Map<String, String> params) throws org.apache.wiki.api.exceptions.PluginException- Specified by:
executein interfaceorg.apache.wiki.api.plugin.Plugin- Throws:
org.apache.wiki.api.exceptions.PluginException
-