Package | Description |
---|---|
com.communote.server.core.blog.export | |
com.communote.server.core.blog.export.impl |
Modifier and Type | Method and Description |
---|---|
void |
NoteWriter.write(NoteQueryParameters queryInstance,
OutputStream outputStream,
Collection<NoteData> noteItems,
String originalRequestUrl)
Writes the exported content into the output stream.
|
Modifier and Type | Method and Description |
---|---|
void |
RtfNoteWriter.write(NoteQueryParameters queryInstance,
OutputStream outputStream,
Collection<NoteData> notes,
String requestUrl)
Export to RTF.
|
void |
RssNoteWriter.write(NoteQueryParameters queryInstance,
OutputStream outputStream,
Collection<NoteData> notes,
String requestUrl)
Exports to RSS.
|
Copyright © 2019 Communote team. All rights reserved.