Class WinOpenSearchModule

  • All Implemented Interfaces:
    com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, java.io.Serializable, java.lang.Cloneable

    public class WinOpenSearchModule
    extends com.sun.syndication.feed.module.ModuleImpl
    Rome module for adding open search data to a RSS/ATOM feed.
    Author:
    sts
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String URI
      The namespace URI of this module.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void copyFrom​(java.lang.Object object)  
      java.lang.Class getInterface()  
      java.lang.String getItemFolderPathDisplay()
      Gets the item folder path display.
      java.lang.String getPreviewURL()
      Gets the preview url.
      void setItemFolderPathDisplay​(java.lang.String path)
      Sets the item folder path display.
      void setPreviewURL​(java.lang.String url)
      Sets the preview url.
      • Methods inherited from class com.sun.syndication.feed.module.ModuleImpl

        clone, equals, getUri, hashCode, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • URI

        public static final java.lang.String URI
        The namespace URI of this module.
        See Also:
        Constant Field Values
    • Constructor Detail

      • WinOpenSearchModule

        public WinOpenSearchModule()
        Constructor.
    • Method Detail

      • copyFrom

        public void copyFrom​(java.lang.Object object)
      • getInterface

        public java.lang.Class getInterface()
      • getItemFolderPathDisplay

        public java.lang.String getItemFolderPathDisplay()
        Gets the item folder path display.
        Returns:
        the item folder path display
      • setItemFolderPathDisplay

        public void setItemFolderPathDisplay​(java.lang.String path)
        Sets the item folder path display.
        Parameters:
        path - the new item folder path display
      • getPreviewURL

        public java.lang.String getPreviewURL()
        Gets the preview url.
        Returns:
        the preview url
      • setPreviewURL

        public void setPreviewURL​(java.lang.String url)
        Sets the preview url.
        Parameters:
        url - The new preview url.