Uses of Class
com.rometools.modules.content.ContentItem
-
Packages that use ContentItem Package Description com.rometools.modules.content This is a ROME plug in that implements the Content RSS extension. -
-
Uses of ContentItem in com.rometools.modules.content
Methods in com.rometools.modules.content that return types with arguments of type ContentItem Modifier and Type Method Description List<ContentItem>ContentModule. getContentItems()Contains a list of ContentItems that represent the "Original Syntax" set.List<ContentItem>ContentModuleImpl. getContentItems()Method parameters in com.rometools.modules.content with type arguments of type ContentItem Modifier and Type Method Description voidContentModule. setContentItems(List<ContentItem> list)Contains a list of ContentItems that represent the "Original Syntax" set.voidContentModuleImpl. setContentItems(List<ContentItem> list)
-