Package | Description |
---|---|
io.stallion.dataAccess | |
io.stallion.dataAccess.file |
Modifier and Type | Method and Description |
---|---|
TextItemController<TextItem> |
DataAccessRegistry.getPages() |
TextItemController<TextItem> |
DataAccessRegistry.getPosts() |
Modifier and Type | Method and Description |
---|---|
void |
DataAccessRegistry.setPages(TextItemController<TextItem> pages) |
void |
DataAccessRegistry.setPosts(TextItemController<TextItem> posts) |
Modifier and Type | Class and Description |
---|---|
class |
TextFilePersister<T extends TextItem> |
class |
TextItemController<T extends TextItem> |
Modifier and Type | Method and Description |
---|---|
static TextItem |
TextItem.build()
Creates a new object with all fields non-null;
|
TextItem |
TextItem.setElementById(Map<String,StElement> elementById) |
TextItem |
TextItem.setElements(List<StElement> elements) |
TextItem |
TextItem.setTags(List<String> tags) |
Modifier and Type | Method and Description |
---|---|
protected void |
TextFilePersister.setProperty(TextItem item,
String key,
Object value) |
String |
TextFilePersister.stringify(TextItem obj) |
String |
TextFilePersister.toHtml(TextItem obj) |
Copyright © 2016. All rights reserved.