|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Content | |
---|---|
com.sun.syndication.feed.atom | |
com.sun.syndication.feed.synd.impl | |
com.sun.syndication.io.impl |
Uses of Content in com.sun.syndication.feed.atom |
---|
Methods in com.sun.syndication.feed.atom that return Content | |
---|---|
Content |
Feed.getInfo()
Returns the feed info (Atom 0.3 only) |
Content |
Feed.getSubtitle()
Returns the subtitle |
Content |
Entry.getSummary()
Returns the entry summary. |
Content |
Feed.getTagline()
Returns the feed tag line (Atom 0.3, maps to Feed.getSubtitle() ). |
Content |
Entry.getTitleEx()
Returns the entry title as a text construct. |
Content |
Feed.getTitleEx()
Returns the feed title. |
Methods in com.sun.syndication.feed.atom that return types with arguments of type Content | |
---|---|
List<Content> |
Entry.getContents()
Returns the entry contents. |
Methods in com.sun.syndication.feed.atom with parameters of type Content | |
---|---|
void |
Feed.setInfo(Content info)
Sets the feed info (Atom 0.3 only) |
void |
Feed.setSubtitle(Content subtitle)
Set the subtitle |
void |
Entry.setSummary(Content summary)
Sets the entry summary. |
void |
Feed.setTagline(Content tagline)
Sets the feed tagline (Atom 0.3, maps to Feed.setSubtitle(com.sun.syndication.feed.atom.Content) ). |
void |
Entry.setTitleEx(Content title)
Sets the entry title as a text construct. |
void |
Feed.setTitleEx(Content title)
Sets the feed title. |
Method parameters in com.sun.syndication.feed.atom with type arguments of type Content | |
---|---|
void |
Entry.setContents(List<Content> contents)
Sets the entry contents. |
Uses of Content in com.sun.syndication.feed.synd.impl |
---|
Methods in com.sun.syndication.feed.synd.impl that return Content | |
---|---|
protected Content |
ConverterForAtom10.createAtomContent(SyndContent sContent)
|
Methods in com.sun.syndication.feed.synd.impl that return types with arguments of type Content | |
---|---|
protected List<Content> |
ConverterForAtom10.createAtomContents(List<SyndContent> syndContents)
|
Methods in com.sun.syndication.feed.synd.impl with parameters of type Content | |
---|---|
protected SyndContent |
ConverterForAtom10.createSyndContent(Content content)
|
Uses of Content in com.sun.syndication.io.impl |
---|
Methods in com.sun.syndication.io.impl with parameters of type Content | |
---|---|
protected void |
Atom10Generator.fillContentElement(org.jdom2.Element contentElement,
Content content)
|
protected void |
Atom03Generator.fillContentElement(org.jdom2.Element contentElement,
Content content)
|
protected org.jdom2.Element |
Atom10Generator.generateTagLineElement(Content tagline)
|
protected org.jdom2.Element |
Atom03Generator.generateTagLineElement(Content tagline)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |