org.ceryle.wiki.plugin.aggregate
Class AggregatePlugin

java.lang.Object
  extended by org.ceryle.wiki.plugin.aggregate.AggregatePlugin
All Implemented Interfaces:
WikiPlugin
Direct Known Subclasses:
Aggregate

public class AggregatePlugin
extends Object
implements WikiPlugin

Combine the QueryPlugin and InsertPage plugin to generate "aggregates" of the selected pages. This could be used to auto-generate glossaries, dictionaries, and summaries of all sorts.

Author:
John Volkar (john.volkar at gmail.com)

Field Summary
 
Fields inherited from interface com.ecyrd.jspwiki.plugin.WikiPlugin
CORE_PLUGINS_RESOURCEBUNDLE
 
Constructor Summary
AggregatePlugin()
           
 
Method Summary
 String execute(WikiContext context, Map paramMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregatePlugin

public AggregatePlugin()
Method Detail

execute

public String execute(WikiContext context,
                      Map paramMap)
Specified by:
execute in interface WikiPlugin
See Also:
WikiPlugin.execute(WikiContext,Map)


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