|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.feed.synd.impl.ConverterForAtom10
public class ConverterForAtom10
Constructor Summary | |
---|---|
|
ConverterForAtom10()
|
protected |
ConverterForAtom10(String type)
|
Method Summary | |
---|---|
void |
copyInto(WireFeed feed,
SyndFeed syndFeed)
Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl. |
protected Content |
createAtomContent(SyndContent sContent)
|
protected List |
createAtomContents(List syndContents)
|
Link |
createAtomEnclosure(SyndEnclosure syndEnclosure)
|
protected List |
createAtomEntries(List syndEntries)
|
protected Entry |
createAtomEntry(SyndEntry sEntry)
|
Link |
createAtomLink(SyndLink syndLink)
|
WireFeed |
createRealFeed(SyndFeed syndFeed)
Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl. |
protected SyndContent |
createSyndContent(Content content)
|
SyndEnclosure |
createSyndEnclosure(Feed feed,
Entry entry,
Link link)
|
protected List |
createSyndEntries(Feed feed,
List atomEntries,
boolean preserveWireItems)
|
protected SyndEntry |
createSyndEntry(Feed feed,
Entry entry,
boolean preserveWireItem)
|
SyndLink |
createSyndLink(Link link)
|
protected List |
createSyndLinks(List aLinks)
|
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 ConverterForAtom10()
protected ConverterForAtom10(String type)
Method Detail |
---|
public String getType()
Converter
getType
in interface Converter
for details on the format of this string.
public void copyInto(WireFeed feed, SyndFeed syndFeed)
Converter
It assumes the given SyndFeedImpl has no properties set.
copyInto
in interface Converter
feed
- real feed to copy/convert.syndFeed
- the SyndFeedImpl that will contain the copied/converted values of the real feed.protected List createSyndLinks(List aLinks)
protected List createSyndEntries(Feed feed, List atomEntries, boolean preserveWireItems)
protected SyndEntry createSyndEntry(Feed feed, Entry entry, boolean preserveWireItem)
public SyndEnclosure createSyndEnclosure(Feed feed, Entry entry, Link link)
public Link createAtomEnclosure(SyndEnclosure syndEnclosure)
public SyndLink createSyndLink(Link link)
public Link createAtomLink(SyndLink syndLink)
public WireFeed createRealFeed(SyndFeed syndFeed)
Converter
createRealFeed
in interface Converter
syndFeed
- SyndFeedImpl to copy/convert value from.
protected SyndContent createSyndContent(Content content)
protected List createAtomEntries(List syndEntries)
protected Content createAtomContent(SyndContent sContent)
protected List createAtomContents(List syndContents)
protected Entry createAtomEntry(SyndEntry sEntry)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |