org.stringtree.wiki
Class RemoteWikiLink

java.lang.Object
  extended by org.stringtree.wiki.RemoteWikiLink
All Implemented Interfaces:
Fetcher, Initialisable

public class RemoteWikiLink
extends java.lang.Object
implements Initialisable, Fetcher


Field Summary
private  Fetcher remoteNames
           
 
Constructor Summary
RemoteWikiLink()
           
RemoteWikiLink(Fetcher remoteNames)
           
 
Method Summary
 java.lang.Object getObject(java.lang.String key)
           
 void init(Fetcher context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remoteNames

private Fetcher remoteNames
Constructor Detail

RemoteWikiLink

public RemoteWikiLink(Fetcher remoteNames)

RemoteWikiLink

public RemoteWikiLink()
Method Detail

getObject

public java.lang.Object getObject(java.lang.String key)
Specified by:
getObject in interface Fetcher

init

public void init(Fetcher context)
Specified by:
init in interface Initialisable