Uses of Class
org.jboss.resteasy.plugins.providers.atom.Text
Packages that use Text
-
Uses of Text in org.jboss.resteasy.plugins.providers.atom
Fields in org.jboss.resteasy.plugins.providers.atom declared as TextModifier and TypeFieldDescriptionprivate Text
Entry.rights
private Text
Entry.summary
private Text
Entry.title
Methods in org.jboss.resteasy.plugins.providers.atom that return TextModifier and TypeMethodDescriptionEntry.getRightsElement()
Entry.getSummaryElement()
Entry.getTitleElement()
Methods in org.jboss.resteasy.plugins.providers.atom with parameters of type TextModifier and TypeMethodDescriptionvoid
Entry.setRightsElement
(Text rights) void
Entry.setSummaryElement
(Text summary) void
Entry.setTitleElement
(Text title)