|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RSSLink | |
|---|---|
| org.clapper.curn.parser | |
| org.clapper.curn.parser.informa | |
| org.clapper.curn.parser.rome | |
| Uses of RSSLink in org.clapper.curn.parser |
|---|
| Methods in org.clapper.curn.parser that return RSSLink | |
|---|---|
static RSSLink |
ParserUtil.findMatchingLink(java.util.Collection<RSSLink> links,
RSSLink.Type linkType)
Find the first RSSLink object with a specific link type. |
static RSSLink |
ParserUtil.findMatchingLink(java.util.Collection<RSSLink> links,
java.lang.String mimeType)
Find the first RSSLink object with a specific MIME type. |
static RSSLink |
ParserUtil.findMatchingLink(java.util.Collection<RSSLink> links,
java.lang.String mimeType,
RSSLink.Type... linkTypes)
Find the RSSLink object with a specific MIME type and one of
a set of link types. |
RSSLink |
RSSElement.getLink(RSSLink.Type linkType)
Get the first link with the specified link type. |
RSSLink |
RSSElement.getLink(java.lang.String mimeType)
Get the first link with the specified MIME type. |
RSSLink |
RSSElement.getLink(java.lang.String mimeType,
RSSLink.Type... linkTypes)
Get the link with a specific MIME type and one of a set of link types. |
RSSLink |
RSSElement.getLinkWithFallback(java.lang.String mimeType)
Get the first link with the specified MIME type. |
RSSLink |
RSSElement.getURL()
Get the URL associated with this item. |
| Methods in org.clapper.curn.parser that return types with arguments of type RSSLink | |
|---|---|
abstract java.util.Collection<RSSLink> |
RSSItem.getLinks()
Get the item's published links. |
abstract java.util.Collection<RSSLink> |
RSSElement.getLinks()
Get the element's list of published links (its URLs). |
abstract java.util.Collection<RSSLink> |
RSSChannel.getLinks()
Get the channel's list of published links (its URLs). |
| Method parameters in org.clapper.curn.parser with type arguments of type RSSLink | |
|---|---|
static RSSLink |
ParserUtil.findMatchingLink(java.util.Collection<RSSLink> links,
RSSLink.Type linkType)
Find the first RSSLink object with a specific link type. |
static RSSLink |
ParserUtil.findMatchingLink(java.util.Collection<RSSLink> links,
java.lang.String mimeType)
Find the first RSSLink object with a specific MIME type. |
static RSSLink |
ParserUtil.findMatchingLink(java.util.Collection<RSSLink> links,
java.lang.String mimeType,
RSSLink.Type... linkTypes)
Find the RSSLink object with a specific MIME type and one of
a set of link types. |
abstract void |
RSSItem.setLinks(java.util.Collection<RSSLink> links)
Set the item's published links. |
abstract void |
RSSChannel.setLinks(java.util.Collection<RSSLink> links)
Set the channel's list of published links (its URLs). |
| Uses of RSSLink in org.clapper.curn.parser.informa |
|---|
| Methods in org.clapper.curn.parser.informa that return types with arguments of type RSSLink | |
|---|---|
java.util.Collection<RSSLink> |
RSSItemAdapter.getLinks()
Get the item's published links. |
java.util.Collection<RSSLink> |
RSSChannelAdapter.getLinks()
Get the channel's published links. |
| Method parameters in org.clapper.curn.parser.informa with type arguments of type RSSLink | |
|---|---|
void |
RSSItemAdapter.setLinks(java.util.Collection<RSSLink> links)
Set the item's published links. |
void |
RSSChannelAdapter.setLinks(java.util.Collection<RSSLink> links)
Set the channel's list of published links (its URLs). |
| Uses of RSSLink in org.clapper.curn.parser.rome |
|---|
| Methods in org.clapper.curn.parser.rome that return types with arguments of type RSSLink | |
|---|---|
java.util.Collection<RSSLink> |
RSSItemAdapter.getLinks()
Get the item's published links. |
java.util.Collection<RSSLink> |
RSSChannelAdapter.getLinks()
Get the channel's published links. |
| Method parameters in org.clapper.curn.parser.rome with type arguments of type RSSLink | |
|---|---|
void |
RSSItemAdapter.setLinks(java.util.Collection<RSSLink> links)
Set the item's published links. |
void |
RSSChannelAdapter.setLinks(java.util.Collection<RSSLink> links)
Set the channel's list of published links (its URLs). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||