|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AtomLink | |
---|---|
org.apache.wink.common.model.atom | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Uses of AtomLink in org.apache.wink.common.model.atom |
---|
Fields in org.apache.wink.common.model.atom with type parameters of type AtomLink | |
---|---|
protected List<AtomLink> |
AtomFeed.link
|
protected List<AtomLink> |
AtomEntry.link
|
Methods in org.apache.wink.common.model.atom that return AtomLink | |
---|---|
AtomLink |
ObjectFactory.createAtomLink()
Create an instance of AtomLink |
Methods in org.apache.wink.common.model.atom that return types with arguments of type AtomLink | |
---|---|
List<AtomLink> |
AtomFeed.getLinks()
Gets the value of link. |
List<AtomLink> |
AtomEntry.getLinks()
Gets the value of link. |
List<AtomLink> |
AtomEntry.getLinks(String relationPattern,
String typePattern)
Get the list of links that match the relation and type regex patterns |
List<AtomLink> |
AtomEntry.getLinksByRelation(String relationPattern)
Get the list of links that match the type regex pattern |
List<AtomLink> |
AtomEntry.getLinksByType(String typePattern)
Get the list of links that match the relation regex pattern |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |