Uses of Class
org.apache.juneau.bean.atom.Text
Packages that use Text
-
Uses of Text in org.apache.juneau.bean.atom
Subclasses of Text in org.apache.juneau.bean.atomMethods in org.apache.juneau.bean.atom that return TextModifier and TypeMethodDescriptionCommonEntry.getRights()
Bean property getter:rights .Feed.getSubtitle()
Bean property getter:subtitle .Source.getSubtitle()
Bean property getter:subtitle .Entry.getSummary()
Bean property getter:summary .CommonEntry.getTitle()
Bean property getter:title .Bean property setter:text .Bean property setter:type .static final Text
AtomBuilder.text()
Creates aText
element.static final Text
Creates aText
element with the specifiedsetType(String)
attribute.Methods in org.apache.juneau.bean.atom with parameters of type TextModifier and TypeMethodDescriptionstatic final Entry
Creates anEntry
element with the specifiedEntry.setId(Id)
,Entry.setTitle(Text)
, andEntry.setUpdated(Calendar)
attributes.static final Feed
Creates aFeed
element with the specifiedFeed.setId(Id)
,Entry.setTitle(Text)
, andFeed.setUpdated(Calendar)
attributes.Bean property setter:rights .Feed.setSubtitle
(Text value) Bean property setter:subtitle .Source.setSubtitle
(Text value) Bean property setter:subtitle .Entry.setSummary
(Text value) Bean property setter:summary .Bean property setter:title .Constructors in org.apache.juneau.bean.atom with parameters of type Text