public class DbkTextInterpreter
extends java.lang.Object
implements org.argeo.cms.text.TextInterpreter
| Constructor and Description |
|---|
DbkTextInterpreter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
convertFromStorage(Item item,
java.lang.String content)
To be overridden, in order to support additional formatting.
|
protected java.lang.String |
convertToStorage(Item item,
java.lang.String content)
To be overridden, in order to support additional formatting.
|
java.lang.String |
raw(Item item) |
java.lang.String |
read(Item item) |
protected void |
validateBeforeStoring(java.lang.String raw)
To be overridden, in order to make sure that only valid strings are being
stored.
|
void |
write(Item item,
java.lang.String content) |
public void write(Item item, java.lang.String content)
write in interface org.argeo.cms.text.TextInterpreterpublic java.lang.String read(Item item)
read in interface org.argeo.cms.text.TextInterpreterpublic java.lang.String raw(Item item)
raw in interface org.argeo.cms.text.TextInterpreterprotected void validateBeforeStoring(java.lang.String raw)
protected java.lang.String convertToStorage(Item item, java.lang.String content) throws RepositoryException
RepositoryExceptionprotected java.lang.String convertFromStorage(Item item, java.lang.String content) throws RepositoryException
RepositoryExceptionCopyright © 2007–2020. All rights reserved.