org.stringtree.wiki
Class WikiFormatter

java.lang.Object
  extended by org.stringtree.juicer.tract.TractFilterFetcher
      extended by org.stringtree.juicer.formatter.Formatter
          extended by org.stringtree.wiki.WikiFormatter
All Implemented Interfaces:
Container, Fetcher, ObjectFinder, StringFinder, Initialisable

public class WikiFormatter
extends Formatter


Field Summary
 
Fields inherited from interface org.stringtree.Container
CONTAINER
 
Constructor Summary
WikiFormatter(Container pages, Fetcher remoteNames)
           
WikiFormatter(Fetcher context)
           
WikiFormatter(java.util.Map pages)
           
WikiFormatter(java.util.Map pages, java.util.Map remoteNames)
           
 
Method Summary
protected  TractFilter[] getFilters(Fetcher context)
           
 
Methods inherited from class org.stringtree.juicer.formatter.Formatter
init
 
Methods inherited from class org.stringtree.juicer.tract.TractFilterFetcher
contains, get, getObject, getUnderlyingFetcher, list, setFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiFormatter

public WikiFormatter(java.util.Map pages)

WikiFormatter

public WikiFormatter(java.util.Map pages,
                     java.util.Map remoteNames)

WikiFormatter

public WikiFormatter(Container pages,
                     Fetcher remoteNames)

WikiFormatter

public WikiFormatter(Fetcher context)
Method Detail

getFilters

protected TractFilter[] getFilters(Fetcher context)
Specified by:
getFilters in class Formatter