Package info.bliki.wiki.model

Model classes for rendering Wikipedia texts to HTML, PDF with the IWikiModel interface.

See:
          Description

Interface Summary
IConfiguration Configuration interface for extensions similar to the Mediawiki HTML styled tag extension, template parser functions and interwiki links
IContext Interface for rendering a wiki model
IEventListener A wiki event listener which will trigger the on....
ITableOfContent Interface which must be implemented by the tag which renders the "table of content"
IWikiModel Interface for rendering a wiki model
 

Class Summary
AbstractWikiModel Standard model implementation for the Wikipedia syntax
BBCodeModel Wiki model implementation which allows some simple additional BB code syntax inside the wiki syntax See BBCode
Configuration Common Configuration settings
DefaultEventListener A default wiki event listener implementation which will trigger the on....
ImageFormat Represents an [[Image:....]] wiki link with all the possible attributes.
PDFWikiModel Deprecated. use an extended APIWikiModel instead; see PDFCreatorTest in the test sources
Reference Internal class for managing Footnotes
SemanticAttribute A semantic web attribute See Semantic MediaWiki for more information.
SemanticRelation A semantic web relation See Semantic MediaWiki for more information.
WikiModel Standard model implementation
 

Package info.bliki.wiki.model Description

Model classes for rendering Wikipedia texts to HTML, PDF with the IWikiModel interface.



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