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
,Serializable
,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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Gets the item folder path display.Gets the preview url.void
Sets the item folder path display.void
setPreviewURL
(String url) Sets the preview url.Methods inherited from class com.sun.syndication.feed.module.ModuleImpl
clone, equals, getUri, hashCode, toString
-
Field Details
-
URI
The namespace URI of this module.- See Also:
-
-
Constructor Details
-
WinOpenSearchModule
public WinOpenSearchModule()Constructor.
-
-
Method Details
-
copyFrom
-
getInterface
-
getItemFolderPathDisplay
Gets the item folder path display.- Returns:
- the item folder path display
-
setItemFolderPathDisplay
Sets the item folder path display.- Parameters:
path
- the new item folder path display
-
getPreviewURL
Gets the preview url.- Returns:
- the preview url
-
setPreviewURL
Sets the preview url.- Parameters:
url
- The new preview url.
-