|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SyndText | |
---|---|
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 |
Uses of SyndText in org.apache.wink.common.model.atom |
---|
Methods in org.apache.wink.common.model.atom that return SyndText | |
---|---|
SyndText |
AtomText.toSynd(SyndText value)
|
Methods in org.apache.wink.common.model.atom with parameters of type SyndText | |
---|---|
SyndText |
AtomText.toSynd(SyndText value)
|
Constructors in org.apache.wink.common.model.atom with parameters of type SyndText | |
---|---|
AtomText(SyndText value)
|
Uses of SyndText in org.apache.wink.common.model.synd |
---|
Methods in org.apache.wink.common.model.synd that return SyndText | |
---|---|
SyndText |
SyndFeed.getRights()
|
SyndText |
SyndFeed.getSubtitle()
|
SyndText |
SyndEntry.getSummary()
|
SyndText |
SyndBase.getTitle()
|
Methods in org.apache.wink.common.model.synd with parameters of type SyndText | |
---|---|
void |
SyndFeed.setRights(SyndText rights)
|
void |
SyndFeed.setSubtitle(SyndText subtitle)
|
void |
SyndEntry.setSummary(SyndText summary)
|
void |
SyndBase.setTitle(SyndText title)
|
Constructors in org.apache.wink.common.model.synd with parameters of type SyndText | |
---|---|
SyndBase(java.lang.String id,
SyndText title,
java.util.Date updated)
|
|
SyndEntry(SyndText title,
java.lang.String id)
|
|
SyndEntry(SyndText title,
java.lang.String id,
java.util.Date updated)
|
|
SyndFeed(SyndText title,
java.lang.String id)
|
|
SyndFeed(SyndText title,
java.lang.String id,
java.util.Date updated)
|
|
SyndText(SyndText other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |