public abstract class AbstractBase extends AbstractConvertible implements Base
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
containsHighlightCodeBlock(Highlighter highlighter) |
void |
convert() |
Object |
get(String name) |
String |
getContent() |
protected Converter |
getConverter() |
String |
getDate_formatted()
For freemarker template.
|
Date |
getDate() |
String |
getDateFormatted() |
String |
getLayout() |
String |
getOutputFileExtension() |
String |
getPath() |
String |
getPermalink() |
protected Renderer |
getRenderer() |
Site |
getSite() |
Source |
getSource() |
String |
getTitle() |
String |
getUpdated_formatted()
For freemarker template.
|
Date |
getUpdated() |
String |
getUpdatedFormatted() |
String |
getUrl() |
protected String |
getUrlForOutputFile() |
protected void |
mergeRootMap(Map<String,Object> rootMap) |
void |
set(String name,
Object value) |
void |
setContent(String content) |
void |
setUrl(String url) |
getOutputFile, render, writepublic String getOutputFileExtension()
getOutputFileExtension in class AbstractConvertiblepublic Site getSite()
public Source getSource()
getSource in interface BasegetSource in class AbstractConvertibleprotected Converter getConverter()
protected Renderer getRenderer()
getRenderer in class AbstractConvertiblepublic String getContent()
getContent in interface BasegetContent in class AbstractConvertiblepublic void setContent(String content)
setContent in class AbstractConvertiblepublic void convert()
convert in interface Convertibleprotected void mergeRootMap(Map<String,Object> rootMap)
mergeRootMap in class AbstractConvertibleprotected boolean containsHighlightCodeBlock(Highlighter highlighter)
highlighter - public String getUrl()
getUrl in interface BasegetUrl in class AbstractConvertiblepublic void setUrl(String url)
public String getLayout()
getLayout in interface BasegetLayout in class AbstractConvertiblepublic String getPermalink()
getPermalink in interface Basepublic Date getUpdated()
getUpdated in interface Basepublic String getDateFormatted()
getDateFormatted in interface Basepublic String getUpdatedFormatted()
getUpdatedFormatted in interface Basepublic String getDate_formatted()
public String getUpdated_formatted()
protected String getUrlForOutputFile()
getUrlForOutputFile in class AbstractConvertibleCopyright © 2014-2015 Opoo.org. All Rights Reserved.