|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ecyrd.jspwiki.plugin.TableOfContents
com.liferay.portlet.wiki.engines.jspwiki.plugin.TableOfContents
public class TableOfContents
This is a modification of JSPWiki's core TableOfContents plugin for use within Liferay. This plugin modifies the original behavior by producing ordered lists and making contents collapsable.
Field Summary |
---|
Fields inherited from class com.ecyrd.jspwiki.plugin.TableOfContents |
---|
PARAM_NUMBERED, PARAM_PREFIX, PARAM_START, PARAM_TITLE |
Fields inherited from interface com.ecyrd.jspwiki.plugin.WikiPlugin |
---|
CORE_PLUGINS_RESOURCEBUNDLE |
Constructor Summary | |
---|---|
TableOfContents()
|
Method Summary | |
---|---|
java.lang.String |
execute(com.ecyrd.jspwiki.WikiContext context,
java.util.Map params)
|
Methods inherited from class com.ecyrd.jspwiki.plugin.TableOfContents |
---|
headingAdded |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableOfContents()
Method Detail |
---|
public java.lang.String execute(com.ecyrd.jspwiki.WikiContext context, java.util.Map params) throws com.ecyrd.jspwiki.plugin.PluginException
execute
in interface com.ecyrd.jspwiki.plugin.WikiPlugin
execute
in class com.ecyrd.jspwiki.plugin.TableOfContents
com.ecyrd.jspwiki.plugin.PluginException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |