public class PageViewPlugin extends AbstractReferralPlugin implements WikiPlugin, InitializablePlugin
show=none sort=name
Modifier and Type | Class and Description |
---|---|
class |
PageViewPlugin.PageViewManager
Page view manager, handling all storage.
|
ALL_ITEMS, m_after, m_before, m_dateFormat, m_dateLastModified, m_engine, m_exclude, m_include, m_lastModified, m_maxwidth, m_separator, m_show, m_sorter, PARAM_AFTER, PARAM_BEFORE, PARAM_EXCLUDE, PARAM_INCLUDE, PARAM_LASTMODIFIED, PARAM_MAXWIDTH, PARAM_SEPARATOR, PARAM_SHOW, PARAM_SHOW_VALUE_COUNT, PARAM_SHOW_VALUE_PAGES, PARAM_SORTORDER, PARAM_SORTORDER_HUMAN, PARAM_SORTORDER_JAVA, PARAM_SORTORDER_LOCALE
CORE_PLUGINS_RESOURCEBUNDLE
Constructor and Description |
---|
PageViewPlugin() |
Modifier and Type | Method and Description |
---|---|
String |
execute(WikiContext context,
Map<String,String> params)
This is the main entry point for any plugin.
|
void |
initialize(WikiEngine engine)
Initialize the PageViewPlugin and its singleton.
|
filterAndSortCollection, filterCollection, filterWikiPageCollection, initialize, makeHTML, wikitizeCollection
public PageViewPlugin()
public void initialize(WikiEngine engine)
initialize
in interface InitializablePlugin
engine
- The wiki engine.public String execute(WikiContext context, Map<String,String> params) throws PluginException
Note that it is preferred that the plugin returns XHTML-compliant HTML (i.e. close all tags, use <br /> instead of <br>, etc.
execute
in interface WikiPlugin
context
- The current WikiContext.params
- A Map which contains key-value pairs. Any
parameter that the user has specified on the
wiki page will contain String-String
parameters, but it is possible that at some future date,
JSPWiki will give you other things that are not Strings.PluginException
- In case anything goes wrong.Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.