|
What this is
Other links
The source code
package wiki;
import org.stringtree.factory.Container;
import org.stringtree.factory.StringFetcher;
import org.stringtree.factory.memory.MapRepository;
public class WikiFormatterContext
extends MapRepository
{
public WikiFormatterContext(Container pages, StringFetcher remoteNames)
{
put("wiki.pages", pages);
put("wiki.remoteNames", remoteNames);
}
}
|
Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com