| Package | Description |
|---|---|
| org.jbake.app | |
| org.jbake.template.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentList |
ContentStore.getAllContent(String docType) |
DocumentList |
ContentStore.getAllTagsFromPublishedPosts() |
DocumentList |
ContentStore.getDocumentStatus(String docType,
String uri) |
DocumentList |
ContentStore.getPublishedContent(String docType) |
DocumentList |
ContentStore.getPublishedPages() |
DocumentList |
ContentStore.getPublishedPosts() |
DocumentList |
ContentStore.getPublishedPostsByTag(String tag) |
DocumentList |
ContentStore.getSignaturesForTemplates() |
DocumentList |
ContentStore.getUnrenderedContent(String docType) |
static DocumentList |
DocumentList.wrap(Iterator<com.orientechnologies.orient.core.record.impl.ODocument> docs) |
| 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) |
DocumentList |
PublishedCustomExtractor.get(ContentStore db,
Map model,
String key) |
DocumentList |
PublishedContentExtractor.get(ContentStore db,
Map model,
String key) |
DocumentList |
AllContentExtractor.get(ContentStore db,
Map model,
String key) |
Copyright © 2016. All rights reserved.