|
||||||||||
| 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
public class ConverterForAtom03
| Field Summary | |
|---|---|
private java.lang.String |
_type
|
| Constructor Summary | |
|---|---|
|
ConverterForAtom03()
|
protected |
ConverterForAtom03(java.lang.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 java.util.List |
createAtomEntries(java.util.List syndEntries)
|
protected Entry |
createAtomEntry(SyndEntry sEntry)
|
protected static java.util.List |
createAtomPersons(java.util.List sPersons)
|
WireFeed |
createRealFeed(SyndFeed syndFeed)
Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl. |
protected java.util.List |
createSyndEntries(java.util.List atomEntries)
|
protected SyndEntry |
createSyndEntry(Entry entry)
|
protected static java.util.List |
createSyndPersons(java.util.List aPersons)
|
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 |
| Field Detail |
|---|
private java.lang.String _type
| Constructor Detail |
|---|
public ConverterForAtom03()
protected ConverterForAtom03(java.lang.String type)
| Method Detail |
|---|
public java.lang.String getType()
Converter
getType in interface Converterfor details on the format of this string.
public void copyInto(WireFeed feed,
SyndFeed syndFeed)
ConverterIt assumes the given SyndFeedImpl has no properties set.
copyInto in interface Converterfeed - real feed to copy/convert.syndFeed - the SyndFeedImpl that will contain the copied/converted values of the real feed.protected java.util.List createSyndEntries(java.util.List atomEntries)
protected SyndEntry createSyndEntry(Entry entry)
public WireFeed createRealFeed(SyndFeed syndFeed)
Converter
createRealFeed in interface ConvertersyndFeed - SyndFeedImpl to copy/convert value from.
protected static java.util.List createAtomPersons(java.util.List sPersons)
protected static java.util.List createSyndPersons(java.util.List aPersons)
protected java.util.List createAtomEntries(java.util.List syndEntries)
protected Entry createAtomEntry(SyndEntry sEntry)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||