| Package | Description |
|---|---|
| org.jbake.app | |
| org.jbake.render | |
| org.jbake.template | |
| org.jbake.template.model |
| Modifier and Type | Method and Description |
|---|---|
static ContentStore |
DBUtil.createDataStore(String type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DBUtil.updateSchema(ContentStore db) |
| Constructor and Description |
|---|
Crawler(ContentStore db,
File source,
org.apache.commons.configuration.CompositeConfiguration config)
Creates new instance of Crawler.
|
Renderer(ContentStore db,
File destination,
File templatesPath,
org.apache.commons.configuration.CompositeConfiguration config)
Creates a new instance of Renderer with supplied references to folders.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TagsRenderer.render(Renderer renderer,
ContentStore db,
File destination,
File templatesPath,
org.apache.commons.configuration.CompositeConfiguration config) |
int |
SitemapRenderer.render(Renderer renderer,
ContentStore db,
File destination,
File templatesPath,
org.apache.commons.configuration.CompositeConfiguration config) |
int |
RenderingTool.render(Renderer renderer,
ContentStore db,
File destination,
File templatesPath,
org.apache.commons.configuration.CompositeConfiguration config) |
int |
IndexRenderer.render(Renderer renderer,
ContentStore db,
File destination,
File templatesPath,
org.apache.commons.configuration.CompositeConfiguration config) |
int |
FeedRenderer.render(Renderer renderer,
ContentStore db,
File destination,
File templatesPath,
org.apache.commons.configuration.CompositeConfiguration config) |
int |
DocumentsRenderer.render(Renderer renderer,
ContentStore db,
File destination,
File templatesPath,
org.apache.commons.configuration.CompositeConfiguration config) |
int |
ArchiveRenderer.render(Renderer renderer,
ContentStore db,
File destination,
File templatesPath,
org.apache.commons.configuration.CompositeConfiguration config) |
| Modifier and Type | Field and Description |
|---|---|
protected ContentStore |
AbstractTemplateEngine.db |
| Modifier and Type | Method and Description |
|---|---|
<Type> Type |
ModelExtractors.extractAndTransform(ContentStore db,
String key,
Map map,
TemplateEngineAdapter<Type> adapter) |
Type |
ModelExtractor.get(ContentStore db,
Map model,
String key) |
| Constructor and Description |
|---|
AbstractTemplateEngine(org.apache.commons.configuration.Configuration config,
ContentStore db,
File destination,
File templatesPath) |
DelegatingTemplateEngine(org.apache.commons.configuration.CompositeConfiguration config,
ContentStore db,
File destination,
File templatesPath) |
FreemarkerTemplateEngine.LazyLoadingModel(Map<String,Object> eagerModel,
ContentStore db) |
FreemarkerTemplateEngine(org.apache.commons.configuration.CompositeConfiguration config,
ContentStore db,
File destination,
File templatesPath) |
GroovyMarkupTemplateEngine(org.apache.commons.configuration.CompositeConfiguration config,
ContentStore db,
File destination,
File templatesPath) |
GroovyTemplateEngine(org.apache.commons.configuration.CompositeConfiguration config,
ContentStore db,
File destination,
File templatesPath) |
JadeTemplateEngine(org.apache.commons.configuration.CompositeConfiguration config,
ContentStore db,
File destination,
File templatesPath) |
TemplateEngines(org.apache.commons.configuration.Configuration config,
ContentStore db,
File destination,
File templatesPath) |
ThymeleafTemplateEngine(org.apache.commons.configuration.CompositeConfiguration config,
ContentStore db,
File destination,
File templatesPath) |
| Modifier and Type | Method and Description |
|---|---|
ContentStore |
DBExtractor.get(ContentStore db,
Map model,
String key) |
| Modifier and Type | Method and Description |
|---|---|
DocumentList |
TypedDocumentsExtractor.get(ContentStore db,
Map model,
String key) |
DocumentList |
TagPostsExtractor.get(ContentStore db,
Map model,
String key) |
DocumentList |
PublishedPostsExtractor.get(ContentStore db,
Map model,
String key) |
DocumentList |
PublishedPagesExtractor.get(ContentStore db,
Map model,
String key) |
Date |
PublishedDateExtractor.get(ContentStore db,
Map model,
String key) |
DocumentList |
PublishedCustomExtractor.get(ContentStore db,
Map model,
String key) |
DocumentList |
PublishedContentExtractor.get(ContentStore db,
Map model,
String key) |
ContentStore |
DBExtractor.get(ContentStore db,
Map model,
String key) |
Set<String> |
AllTagsExtractor.get(ContentStore db,
Map model,
String key) |
DocumentList |
AllContentExtractor.get(ContentStore db,
Map model,
String key) |
Copyright © 2016. All rights reserved.