Uses of Interface
info.bliki.wiki.namespaces.INamespace

Packages that use INamespace
info.bliki.wiki.model Model classes for rendering Wikipedia texts to HTML, PDF with the IWikiModel interface. 
info.bliki.wiki.namespaces   
 

Uses of INamespace in info.bliki.wiki.model
 

Fields in info.bliki.wiki.model declared as INamespace
protected  INamespace AbstractWikiModel.fNamespace
           
 

Methods in info.bliki.wiki.model that return INamespace
 INamespace WikiModel.getNamespace()
          Get the namespace of this model.
 INamespace IWikiModel.getNamespace()
          Get the namespace of this model.
 

Constructors in info.bliki.wiki.model with parameters of type INamespace
AbstractWikiModel(Configuration configuration, java.util.Locale locale, java.util.ResourceBundle resourceBundle, INamespace namespace)
           
AbstractWikiModel(Configuration configuration, java.util.ResourceBundle resourceBundle, INamespace namespace)
          Deprecated. use the (Configuration configuration, Locale locale,...) constructors instead.
WikiModel(Configuration configuration, java.util.ResourceBundle resourceBundle, INamespace namespace, java.lang.String imageBaseURL, java.lang.String linkBaseURL)
           
 

Uses of INamespace in info.bliki.wiki.namespaces
 

Classes in info.bliki.wiki.namespaces that implement INamespace
 class Namespace
          Mediawiki Namespaces.
 



Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.