| java.lang.Object com.ecyrd.jspwiki.plugin.IndexPlugin
IndexPlugin | public class IndexPlugin implements WikiPlugin(Code) | | Builds an index of all pages.
Parameters
- itemsPerLine: How many items should be allowed per line before break.
If set to zero (the default), will not write breaks.
- include: Include only these pages.
- exclude: Exclude with this pattern.
author: Alain Ravet author: Janne Jalkanen since: 1.9.9 |
INITIALS_COLOR | final public static String INITIALS_COLOR(Code) | | |
log | final protected static Logger log(Code) | | |
m_previousPageFirstLetter | protected String m_previousPageFirstLetter(Code) | | |
breakLineIfTooLong | protected void breakLineIfTooLong()(Code) | | |
|
|