
public class ReferringUndefinedPagesPlugin extends AbstractReferralPlugin
Lists all pages containing links to Undefined Pages (pages containing dead links).
An original idea from Gregor Hagedorn.| Modifier and Type | Field and Description | 
|---|---|
| static String | PARAM_EXTRASParameter name for setting the text to show when the maximum items is overruled. | 
| static String | PARAM_MAXParameter name for setting the maximum items to show. | 
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_LOCALECORE_PLUGINS_RESOURCEBUNDLE| Constructor and Description | 
|---|
| ReferringUndefinedPagesPlugin() | 
| 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, initialize, makeHTML, wikitizeCollectionpublic static final String PARAM_MAX
public static final String PARAM_EXTRAS
public ReferringUndefinedPagesPlugin()
public String execute(WikiContext context, Map<String,String> params) throws PluginException
WikiPluginNote 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-2018 The Apache Software Foundation. All rights reserved.