|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntryProcessor
An EntryProcessor is a class that knows how to create a section of a feed
for output.
This interface is generally implemented by an Element which then passes
itself into an EntryProvider to allow the EntryProvider to stream results
straight into the feed instead of dumping a large collection.
EntryProvider,
Element| Method Summary | |
|---|---|
void |
setEntry(Entry entry)
Sets an entry to the feed being constructed. |
| Method Detail |
|---|
void setEntry(Entry entry)
Generally called by an EntryProvider while streaming results from the
DB to the feed provider/outputter.
entry - the Entry to be written to the feedEntry,
EntryProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||