org.ceryle.wiki.plugin
Class PageAttributes

java.lang.Object
  extended by org.ceryle.wiki.plugin.PageAttributes
All Implemented Interfaces:
WikiPlugin

public class PageAttributes
extends Object
implements WikiPlugin

The PageAttributes plugin is a CeryleWikiPlugin that lists the attributes set for the current page.

The output is wrapped in a

element whose 'class' attribute value is "attributes".

Since:
2.5.58
Author:
Murray Altheim

Field Summary
static String CLASS_ATTRIBUTES
          The CSS class name used for the generated <div> element.
 
Fields inherited from interface com.ecyrd.jspwiki.plugin.WikiPlugin
CORE_PLUGINS_RESOURCEBUNDLE
 
Constructor Summary
PageAttributes()
           
 
Method Summary
 String execute(WikiContext context, Map params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_ATTRIBUTES

public static final String CLASS_ATTRIBUTES
The CSS class name used for the generated <div> element. The value is "attributes".

See Also:
Constant Field Values
Constructor Detail

PageAttributes

public PageAttributes()
Method Detail

execute

public String execute(WikiContext context,
                      Map params)
               throws PluginException
Specified by:
execute in interface WikiPlugin
Throws:
PluginException


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.