|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.feed.synd.impl.ConverterForAtom03
Constructor Summary | |
ConverterForAtom03()
|
Method Summary | |
void |
copyInto(AbstractFeed feed,
SyndFeedI syndFeed)
Makes a deep copy/conversion of the values of a real feed into a SyndFeed. |
protected java.util.List |
createAtomEntries(java.util.List syndEntries)
|
protected Entry |
createAtomEntry(SyndEntryI sEntry)
|
AbstractFeed |
createRealFeed(SyndFeedI syndFeed)
Creates real feed with a deep copy/conversion of the values of a SyndFeed. |
protected java.util.List |
createSyndEntries(java.util.List atomEntries)
|
protected SyndEntryI |
createSyndEntry(Entry entry)
|
java.lang.String |
getType()
Returns the type (version) of the real feed this converter handles. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConverterForAtom03()
Method Detail |
public java.lang.String getType()
Converter
getType
in interface Converter
for details on the format of this string.
public void copyInto(AbstractFeed feed, SyndFeedI syndFeed)
Converter
It assumes the given SyndFeed has no properties set.
copyInto
in interface Converter
feed
- real feed to copy/convert.syndFeed
- the SyndFeed that will contain the copied/converted values of the real feed.protected java.util.List createSyndEntries(java.util.List atomEntries)
protected SyndEntryI createSyndEntry(Entry entry)
public AbstractFeed createRealFeed(SyndFeedI syndFeed)
Converter
createRealFeed
in interface Converter
syndFeed
- SyndFeed to copy/convert value from.
protected java.util.List createAtomEntries(java.util.List syndEntries)
protected Entry createAtomEntry(SyndEntryI sEntry)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |