|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SyndLink | |
---|---|
org.apache.wink.common.model.atom | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
org.apache.wink.common.model.synd | |
org.apache.wink.server.utils |
Uses of SyndLink in org.apache.wink.common.model.atom |
---|
Methods in org.apache.wink.common.model.atom that return SyndLink | |
---|---|
SyndLink |
AtomLink.toSynd(SyndLink value)
|
Methods in org.apache.wink.common.model.atom with parameters of type SyndLink | |
---|---|
SyndLink |
AtomLink.toSynd(SyndLink value)
|
Constructors in org.apache.wink.common.model.atom with parameters of type SyndLink | |
---|---|
AtomLink(SyndLink value)
|
Uses of SyndLink in org.apache.wink.common.model.synd |
---|
Methods in org.apache.wink.common.model.synd that return SyndLink | |
---|---|
SyndLink |
SyndBase.getLink(java.lang.String rel)
|
Methods in org.apache.wink.common.model.synd that return types with arguments of type SyndLink | |
---|---|
java.util.List<SyndLink> |
SyndBase.getLinks()
|
Methods in org.apache.wink.common.model.synd with parameters of type SyndLink | |
---|---|
void |
SyndBase.addLink(SyndLink link)
Add a link to the list of links. |
Constructors in org.apache.wink.common.model.synd with parameters of type SyndLink | |
---|---|
SyndLink(SyndLink other)
|
Uses of SyndLink in org.apache.wink.server.utils |
---|
Methods in org.apache.wink.server.utils that return types with arguments of type SyndLink | |
---|---|
java.util.List<SyndLink> |
BaseLinksBuilder.build(java.util.List<SyndLink> out)
Build the link(s) and add them to the provided list. |
Method parameters in org.apache.wink.server.utils with type arguments of type SyndLink | |
---|---|
java.util.List<SyndLink> |
BaseLinksBuilder.build(java.util.List<SyndLink> out)
Build the link(s) and add them to the provided list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |