A C D F G H I P R S T U W

A

APIWikiModel - Class in info.bliki.wiki.impl
Wiki model implementation which uses the info.bliki.api package for downloading templates and images from a defined wiki.
APIWikiModel(User, WikiDB, String, String, String) - Constructor for class info.bliki.wiki.impl.APIWikiModel
WikiModel which loads the templates and images through the Wikimedia API
APIWikiModel(User, WikiDB, Locale, String, String, String) - Constructor for class info.bliki.wiki.impl.APIWikiModel
WikiModel which loads the templates and images through the Wikimedia API
appendInternalImageLink(String, String, ImageFormat) - Method in class info.bliki.wiki.impl.APIWikiModel
 
appendInternalImageLink(String, String, ImageFormat) - Method in class info.bliki.wiki.impl.DumpWikiModel
 
appendInternalLink(String, String, String, String, boolean) - Method in class info.bliki.wiki.impl.APIWikiModel
 
appendInternalLink(String, String, String, String, boolean) - Method in class info.bliki.wiki.impl.DumpWikiModel
 

C

create(String, String, String, String, String, String) - Method in class info.bliki.pdf.PDFGenerator
Create a PDF document from a given rendered XHTML text.

D

DocumentCreator - Class in info.bliki.api.creator
Create an HTML or PDF file from a Mediawiki wiki which supports the api.php interface from http://en.wikipedia.org/w/api.php.
DocumentCreator(IWikiModel, User, String[]) - Constructor for class info.bliki.api.creator.DocumentCreator
 
DumpDocumentCreator - Class in info.bliki.api.creator
Create an HTML or PDF file from a Mediawiki wiki which supports the api.php interface from http://en.wikipedia.org/w/api.php.
DumpDocumentCreator(IWikiModel, WikiArticle) - Constructor for class info.bliki.api.creator.DumpDocumentCreator
 
DumpWikiModel - Class in info.bliki.wiki.impl
 
DumpWikiModel(WikiDB, Siteinfo, String, String, String) - Constructor for class info.bliki.wiki.impl.DumpWikiModel
 
DumpWikiModel(WikiDB, Siteinfo, Locale, String, String, String) - Constructor for class info.bliki.wiki.impl.DumpWikiModel
 

F

FOOTER - Static variable in class info.bliki.pdf.PDFGenerator
 
fURLExternalForm - Variable in class info.bliki.pdf.PDFGenerator
 

G

getCategoryNamespace() - Method in class info.bliki.wiki.impl.DumpWikiModel
 
getContent() - Method in class info.bliki.api.creator.TopicData
 
getFilename() - Method in class info.bliki.api.creator.ImageData
 
getFooter() - Method in class info.bliki.api.creator.DocumentCreator
Get the HTML footer of this creator.
getFooter() - Method in class info.bliki.api.creator.DumpDocumentCreator
Get the HTML footer of this creator.
getHeader() - Method in class info.bliki.api.creator.DocumentCreator
Get the HTML header of this creator.
getHeader() - Method in class info.bliki.api.creator.DumpDocumentCreator
Get the HTML header of this creator.
getImageNamespace() - Method in class info.bliki.wiki.impl.DumpWikiModel
 
getName() - Method in class info.bliki.api.creator.ImageData
 
getName() - Method in class info.bliki.api.creator.TopicData
 
getRawWikiContent(String, String, Map<String, String>) - Method in class info.bliki.wiki.impl.APIWikiModel
Get the raw wiki text for the given namespace and article name.
getRawWikiContent(String, String, Map<String, String>) - Method in class info.bliki.wiki.impl.DumpWikiModel
Get the raw wiki text for the given namespace and article name.
getRedirectedWikiContent(String, Map<String, String>) - Method in class info.bliki.wiki.impl.APIWikiModel
 
getRedirectedWikiContent(String, Map<String, String>) - Method in class info.bliki.wiki.impl.DumpWikiModel
 
getTemplateNamespace() - Method in class info.bliki.wiki.impl.DumpWikiModel
 
getUrl() - Method in class info.bliki.api.creator.ImageData
 

H

HEADER_TEMPLATE - Static variable in class info.bliki.pdf.PDFGenerator
 

I

ImageData - Class in info.bliki.api.creator
 
ImageData(String) - Constructor for class info.bliki.api.creator.ImageData
 
ImageData(String, String) - Constructor for class info.bliki.api.creator.ImageData
 
ImageData(String, String, String) - Constructor for class info.bliki.api.creator.ImageData
 
info.bliki.api.creator - package info.bliki.api.creator
DocumentCreator renders wikipedia texts into HTML or PDF documents.
info.bliki.pdf - package info.bliki.pdf
Generate PDF files from XHTML texts
info.bliki.wiki.impl - package info.bliki.wiki.impl
 
insertImage(ImageData) - Method in class info.bliki.api.creator.WikiDB
 
insertTopic(TopicData) - Method in class info.bliki.api.creator.WikiDB
 
isCategoryNamespace(String) - Method in class info.bliki.wiki.impl.DumpWikiModel
 
isImageNamespace(String) - Method in class info.bliki.wiki.impl.DumpWikiModel
 
isNamespace(String) - Method in class info.bliki.wiki.impl.DumpWikiModel
 
isTemplateNamespace(String) - Method in class info.bliki.wiki.impl.DumpWikiModel
 

P

parseInternalImageLink(String, String) - Method in class info.bliki.wiki.impl.APIWikiModel
 
parseInternalImageLink(String, String) - Method in class info.bliki.wiki.impl.DumpWikiModel
 
PDFGenerator - Class in info.bliki.pdf
Create a PDF document from a given rendered XHTML text.
PDFGenerator(URL) - Constructor for class info.bliki.pdf.PDFGenerator
 

R

readPages() - Method in class info.bliki.api.creator.DocumentCreator
 
render(ITextConverter, Appendable) - Method in class info.bliki.api.creator.DocumentCreator
Render the given Wikipedia texts into a string for a given converter
render(Appendable) - Method in class info.bliki.api.creator.DocumentCreator
Render the given Wikipedia texts into an HTML string and use the default HTMLConverter.
render(ITextConverter, Appendable) - Method in class info.bliki.api.creator.DumpDocumentCreator
Render the given Wikipedia texts into a string for a given converter
render(Appendable) - Method in class info.bliki.api.creator.DumpDocumentCreator
Render the given Wikipedia texts into an HTML string and use the default HTMLConverter.
renderPDF(Appendable) - Method in class info.bliki.api.creator.DocumentCreator
Render the given Wikipedia texts into an HTML string and use the default PDFConverter.
renderPDF(Appendable) - Method in class info.bliki.api.creator.DumpDocumentCreator
Render the given Wikipedia texts into an HTML string and use the default PDFConverter.
renderPDFToFile(String, String, String) - Method in class info.bliki.api.creator.DocumentCreator
Render the given Wikipedia texts into a PDF file.
renderPDFToFile(String, String, String) - Method in class info.bliki.api.creator.DumpDocumentCreator
Render the given Wikipedia texts into a PDF file.
renderToFile(ITextConverter, String) - Method in class info.bliki.api.creator.DocumentCreator
Render the given Wikipedia texts into an HTML file for the given converter.
renderToFile(String) - Method in class info.bliki.api.creator.DocumentCreator
Render the given Wikipedia texts into an HTML file.
renderToFile(ITextConverter, String) - Method in class info.bliki.api.creator.DumpDocumentCreator
Render the given Wikipedia texts into an HTML file for the given converter.
renderToFile(String) - Method in class info.bliki.api.creator.DumpDocumentCreator
Render the given Wikipedia texts into an HTML file.

S

selectImage(String) - Method in class info.bliki.api.creator.WikiDB
Select the image data from the database
selectTopic(String) - Method in class info.bliki.api.creator.WikiDB
Select the topic data from the database
setContent(String) - Method in class info.bliki.api.creator.TopicData
 
setFilename(String) - Method in class info.bliki.api.creator.ImageData
 
setFooter(String) - Method in class info.bliki.api.creator.DocumentCreator
Set the HTML footer of this creator.
setFooter(String) - Method in class info.bliki.api.creator.DumpDocumentCreator
Set the HTML footer of this creator.
setHeader(String) - Method in class info.bliki.api.creator.DocumentCreator
Set the HTML header set of this creator.
setHeader(String) - Method in class info.bliki.api.creator.DumpDocumentCreator
Set the HTML header set of this creator.
setName(String) - Method in class info.bliki.api.creator.ImageData
 
setName(String) - Method in class info.bliki.api.creator.TopicData
 
setUp() - Method in class info.bliki.api.creator.WikiDB
 
setUrl(String) - Method in class info.bliki.api.creator.ImageData
 

T

tearDown() - Method in class info.bliki.api.creator.WikiDB
 
TopicData - Class in info.bliki.api.creator
 
TopicData(String) - Constructor for class info.bliki.api.creator.TopicData
 
TopicData(String, String) - Constructor for class info.bliki.api.creator.TopicData
 

U

updateImage(ImageData) - Method in class info.bliki.api.creator.WikiDB
 
updateTopic(TopicData) - Method in class info.bliki.api.creator.WikiDB
 

W

WikiDB - Class in info.bliki.api.creator
A simple Apache Derby Database to store the retrieved Wiki contents
WikiDB(String, String) - Constructor for class info.bliki.api.creator.WikiDB
The Wiki database constructor.

A C D F G H I P R S T U W

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