com.sun.syndication.feed.synd.impl
クラス ConverterForAtom10

java.lang.Object
  上位を拡張 com.sun.syndication.feed.synd.impl.ConverterForAtom10
すべての実装されたインタフェース:
Converter

public class ConverterForAtom10
extends java.lang.Object
implements Converter


コンストラクタの概要
  ConverterForAtom10()
           
protected ConverterForAtom10(java.lang.String type)
           
 
メソッドの概要
 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  java.util.List createAtomContents(java.util.List syndContents)
           
 Link createAtomEnclosure(SyndEnclosure syndEnclosure)
           
protected  java.util.List createAtomEntries(java.util.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  java.util.List createSyndEntries(Feed feed, java.util.List atomEntries)
           
protected  SyndEntry createSyndEntry(Feed feed, Entry entry)
           
 SyndLink createSyndLink(Link link)
           
protected  java.util.List createSyndLinks(java.util.List aLinks)
           
 java.lang.String getType()
          Returns the type (version) of the real feed this converter handles.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ConverterForAtom10

public ConverterForAtom10()

ConverterForAtom10

protected ConverterForAtom10(java.lang.String type)
メソッドの詳細

getType

public java.lang.String getType()
インタフェース Converter の記述:
Returns the type (version) of the real feed this converter handles.

定義:
インタフェース Converter 内の getType
戻り値:
the real feed type.
関連項目:
for details on the format of this string.


copyInto

public void copyInto(WireFeed feed,
                     SyndFeed syndFeed)
インタフェース 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.

定義:
インタフェース Converter 内の copyInto
パラメータ:
feed - real feed to copy/convert.
syndFeed - the SyndFeedImpl that will contain the copied/converted values of the real feed.

createSyndLinks

protected java.util.List createSyndLinks(java.util.List aLinks)

createSyndEntries

protected java.util.List createSyndEntries(Feed feed,
                                           java.util.List atomEntries)

createSyndEntry

protected SyndEntry createSyndEntry(Feed feed,
                                    Entry entry)

createSyndEnclosure

public SyndEnclosure createSyndEnclosure(Feed feed,
                                         Entry entry,
                                         Link link)

createAtomEnclosure

public Link createAtomEnclosure(SyndEnclosure syndEnclosure)

createSyndLink

public SyndLink createSyndLink(Link link)

createAtomLink

public Link createAtomLink(SyndLink syndLink)

createRealFeed

public WireFeed createRealFeed(SyndFeed syndFeed)
インタフェース Converter の記述:
Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.

定義:
インタフェース Converter 内の createRealFeed
パラメータ:
syndFeed - SyndFeedImpl to copy/convert value from.
戻り値:
a real feed with copied/converted values of the SyndFeedImpl.

createSyndContent

protected SyndContent createSyndContent(Content content)

createAtomEntries

protected java.util.List createAtomEntries(java.util.List syndEntries)

createAtomContent

protected Content createAtomContent(SyndContent sContent)

createAtomContents

protected java.util.List createAtomContents(java.util.List syndContents)

createAtomEntry

protected Entry createAtomEntry(SyndEntry sEntry)