de.tuberlin.cs.flp.jspwiki.plugin
Class _

java.lang.Object
  extended byde.tuberlin.cs.flp.jspwiki.plugin._

public class _
extends java.lang.Object

[{_ ... comment text ... }]

The most simple plugin possible - does nothing at all. Can be used for inserting invisible comments into a page.


Constructor Summary
_()
           
 
Method Summary
 java.lang.String execute(WikiContext context, java.util.Map params)
          Executes the plugin.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_

public _()
Method Detail

execute

public java.lang.String execute(WikiContext context,
                                java.util.Map params)
Executes the plugin.

Parameters:
context - The WikiContext.
params - Parameters specified at plugin inclusion.
Returns:
HTML to be inserted into page
Throws:
PluginException - if an error occurs