public abstract class AbstractConvertible extends Object implements Convertible
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Constructor and Description |
|---|
AbstractConvertible() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getContent() |
abstract String |
getLayout() |
File |
getOutputFile(File dest) |
abstract String |
getOutputFileExtension() |
protected abstract Renderer |
getRenderer() |
abstract Source |
getSource() |
abstract String |
getUrl() |
protected String |
getUrlForOutputFile() |
protected abstract void |
mergeRootMap(Map<String,Object> rootMap) |
void |
render(Map<String,Object> rootMap) |
abstract void |
setContent(String content) |
void |
write(File dest) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertpublic abstract String getUrl()
public abstract String getContent()
public abstract void setContent(String content)
public abstract String getOutputFileExtension()
public abstract String getLayout()
protected abstract Renderer getRenderer()
public abstract Source getSource()
public void render(Map<String,Object> rootMap)
render in interface Convertibleprotected String getUrlForOutputFile()
public File getOutputFile(File dest)
getOutputFile in interface Convertiblepublic void write(File dest)
write in interface Convertiblewrite in interface WritableCopyright © 2014-2015 Opoo.org. All Rights Reserved.