Uses of Class
org.jboss.resteasy.plugins.providers.atom.Text
-
Packages that use Text Package Description org.jboss.resteasy.plugins.providers.atom -
-
Uses of Text in org.jboss.resteasy.plugins.providers.atom
Fields in org.jboss.resteasy.plugins.providers.atom declared as Text Modifier and Type Field Description private Text
Entry. rights
private Text
Entry. summary
private Text
Entry. title
Methods in org.jboss.resteasy.plugins.providers.atom that return Text Modifier and Type Method Description Text
Entry. getRightsElement()
Text
Entry. getSummaryElement()
Text
Entry. getTitleElement()
Methods in org.jboss.resteasy.plugins.providers.atom with parameters of type Text Modifier and Type Method Description void
Entry. setRightsElement(Text rights)
void
Entry. setSummaryElement(Text summary)
void
Entry. setTitleElement(Text title)
-