|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EditableContent
Defines an editable content.
| Method Summary | |
|---|---|
void |
setContent(java.io.InputStream in)
Sets the content from the given InputStream. |
void |
setContent(java.lang.String content)
Sets the content. |
Content |
toContent()
Returns a new non-editable content instance. |
| Methods inherited from interface net.coalevo.discussion.model.Content |
|---|
getContent, isEmpty, writeTo |
| Method Detail |
|---|
void setContent(java.lang.String content)
content - a String.
void setContent(java.io.InputStream in)
throws java.io.IOException
in - the InputStream to obtain the content from.
java.io.IOException - if I/O fails.Content toContent()
Content instance.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||