Package org.jbake.template
Interface ModelExtractor<T>
-
- Type Parameters:
T- the type of data returned by this model extractor
- All Known Implementing Classes:
AllContentExtractor,AllTagsExtractor,DataExtractor,DBExtractor,PublishedContentExtractor,PublishedCustomExtractor,PublishedDateExtractor,PublishedPagesExtractor,PublishedPostsExtractor,TaggedDocumentsExtractor,TagPostsExtractor,TagsExtractor,TypedDocumentsExtractor
public interface ModelExtractor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget(ContentStore db, java.util.Map model, java.lang.String key)
-
-
-
Method Detail
-
get
T get(ContentStore db, java.util.Map model, java.lang.String key)
-
-