public class ReferringPagesPlugin extends AbstractReferralPlugin
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_EXTRAS
Parameter name for setting the text to show when the maximum items is overruled.
|
static String |
PARAM_MAX
Parameter name for setting the maximum items to show.
|
static String |
PARAM_PAGE
Parameter name for choosing the page.
|
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 |
---|
ReferringPagesPlugin() |
Modifier and Type | Method and Description |
---|---|
String |
execute(WikiContext context,
Map<String,String> params)
This is the main entry point for any plugin.
|
filterAndSortCollection, filterCollection, filterWikiPageCollection, initialize, makeHTML, wikitizeCollection
public static final String PARAM_MAX
public static final String PARAM_EXTRAS
public static final String PARAM_PAGE
public ReferringPagesPlugin()
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.
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.