Package com.saperion.rs.rome.modules
Class WinOpenSearchModule
- java.lang.Object
-
- com.sun.syndication.feed.module.ModuleImpl
-
- com.saperion.rs.rome.modules.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.
-
Constructor Summary
Constructors Constructor Description WinOpenSearchModule()
Constructor.
-
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.
-
-
-
Field Detail
-
URI
public static final java.lang.String URI
The namespace URI of this module.- See Also:
- Constant Field Values
-
-
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.
-
-