java.lang.Object
com.sun.syndication.feed.synd.impl.ConverterForAtom10
- All Implemented Interfaces:
- com.sun.syndication.feed.synd.Converter
- public class ConverterForAtom10
- extends java.lang.Object
- implements com.sun.syndication.feed.synd.Converter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_type
private java.lang.String _type
ConverterForAtom10
public ConverterForAtom10()
ConverterForAtom10
protected ConverterForAtom10(java.lang.String type)
getType
public java.lang.String getType()
- Description copied from interface:
com.sun.syndication.feed.synd.Converter
- Returns the type (version) of the real feed this converter handles.
- Specified by:
getType in interface com.sun.syndication.feed.synd.Converter
copyInto
public void copyInto(com.sun.syndication.feed.WireFeed feed,
com.sun.syndication.feed.synd.SyndFeed syndFeed)
- Description copied from interface:
com.sun.syndication.feed.synd.Converter
- Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
It assumes the given SyndFeedImpl has no properties set.
- Specified by:
copyInto in interface com.sun.syndication.feed.synd.Converter
createSyndLinks
protected java.util.List createSyndLinks(java.util.List aLinks)
createSyndEntries
protected java.util.List createSyndEntries(com.sun.syndication.feed.atom.Feed feed,
java.util.List atomEntries)
createSyndEntry
protected com.sun.syndication.feed.synd.SyndEntry createSyndEntry(com.sun.syndication.feed.atom.Feed feed,
com.sun.syndication.feed.atom.Entry entry)
createSyndLink
public com.sun.syndication.feed.synd.SyndLink createSyndLink(com.sun.syndication.feed.atom.Feed feed,
com.sun.syndication.feed.atom.Entry entry,
com.sun.syndication.feed.atom.Link link)
createRealFeed
public com.sun.syndication.feed.WireFeed createRealFeed(com.sun.syndication.feed.synd.SyndFeed syndFeed)
- Description copied from interface:
com.sun.syndication.feed.synd.Converter
- Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.
- Specified by:
createRealFeed in interface com.sun.syndication.feed.synd.Converter
createSyndContent
protected com.sun.syndication.feed.synd.SyndContent createSyndContent(com.sun.syndication.feed.atom.Content content)
createAtomEntries
protected java.util.List createAtomEntries(java.util.List syndEntries)
createAtomContent
protected com.sun.syndication.feed.atom.Content createAtomContent(com.sun.syndication.feed.synd.SyndContent sContent)
createAtomContents
protected java.util.List createAtomContents(java.util.List syndContents)
createAtomEntry
protected com.sun.syndication.feed.atom.Entry createAtomEntry(com.sun.syndication.feed.synd.SyndEntry sEntry)