Class ContentModuleImpl

    • Constructor Detail

      • ContentModuleImpl

        public ContentModuleImpl()
    • Method Detail

      • getEncodeds

        public List<String> getEncodeds()
        Description copied from interface: ContentModule
        Returns a List of Strings containing the New Syntax Encoded values are in the element.
        Specified by:
        getEncodeds in interface ContentModule
        Returns:
        List of content Strings
      • setEncodeds

        public void setEncodeds​(List<String> encodeds)
        Description copied from interface: ContentModule
        Sets a List of Strings containing the New Syntax Encoded values are in the element.
        Specified by:
        setEncodeds in interface ContentModule
      • getContentItems

        public List<ContentItem> getContentItems()
        Description copied from interface: ContentModule
        Contains a list of ContentItems that represent the "Original Syntax" set.
        Specified by:
        getContentItems in interface ContentModule
        Returns:
        List of ContentItems.
        See Also:
        com.totsp.xml.syndication.content.ContentItem
      • setContentItems

        public void setContentItems​(List<ContentItem> list)
        Description copied from interface: ContentModule
        Contains a list of ContentItems that represent the "Original Syntax" set.
        Specified by:
        setContentItems in interface ContentModule
        See Also:
        com.totsp.xml.syndication.content.ContentItem
      • getContents

        public List<String> getContents()
        Description copied from interface: ContentModule
        Returns a List of Strings containing whatever new or original syntax items are in the element.
        Specified by:
        getContents in interface ContentModule
        Returns:
        List of content Strings
      • setContents

        public void setContents​(List<String> contents)
        Description copied from interface: ContentModule
        Sets a List of Strings containing whatever new or original syntax items are in the element.
        Specified by:
        setContents in interface ContentModule