Class RSS20Modifier
java.lang.Object
org.bloomreach.forge.feed.api.modifier.RSS20Modifier
- All Implemented Interfaces:
Modifier<com.rometools.rome.feed.rss.Channel,
com.rometools.rome.feed.rss.Item, RSS20FeedDescriptor>
public class RSS20Modifier
extends Object
implements Modifier<com.rometools.rome.feed.rss.Channel,com.rometools.rome.feed.rss.Item,RSS20FeedDescriptor>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
modifyEntry
(org.hippoecm.hst.core.request.HstRequestContext context, com.rometools.rome.feed.rss.Item entry, org.hippoecm.hst.content.beans.standard.HippoBean bean) Modify the Syndication Entry<bean id="rssModifier" class="org.bloomreach.forge.feed.api.modifier.RSS20Modifier" scope="singleton"/>
void
modifyFeed
(org.hippoecm.hst.core.request.HstRequestContext context, com.rometools.rome.feed.rss.Channel feed, RSS20FeedDescriptor descriptor) Modify the Syndication Feed e.g.void
modifyHstQuery
(org.hippoecm.hst.core.request.HstRequestContext context, org.hippoecm.hst.content.beans.query.HstQuery query, RSS20FeedDescriptor descriptor) Modify the HST Query, set implementation in override spring xml e.g.
-
Constructor Details
-
RSS20Modifier
public RSS20Modifier()
-
-
Method Details
-
modifyHstQuery
public void modifyHstQuery(org.hippoecm.hst.core.request.HstRequestContext context, org.hippoecm.hst.content.beans.query.HstQuery query, RSS20FeedDescriptor descriptor) Description copied from interface:Modifier
Modify the HST Query, set implementation in override spring xml e.g. for RSS:<bean id="rssModifier" class="org.bloomreach.forge.feed.api.modifier.RSS20Modifier" scope="singleton"/>
- Specified by:
modifyHstQuery
in interfaceModifier<com.rometools.rome.feed.rss.Channel,
com.rometools.rome.feed.rss.Item, RSS20FeedDescriptor>
-
modifyFeed
public void modifyFeed(org.hippoecm.hst.core.request.HstRequestContext context, com.rometools.rome.feed.rss.Channel feed, RSS20FeedDescriptor descriptor) Description copied from interface:Modifier
Modify the Syndication Feed e.g. for RSS<bean id="rssModifier" class="org.bloomreach.forge.feed.api.modifier.RSS20Modifier" scope="singleton"/>
- Specified by:
modifyFeed
in interfaceModifier<com.rometools.rome.feed.rss.Channel,
com.rometools.rome.feed.rss.Item, RSS20FeedDescriptor>
-
modifyEntry
public void modifyEntry(org.hippoecm.hst.core.request.HstRequestContext context, com.rometools.rome.feed.rss.Item entry, org.hippoecm.hst.content.beans.standard.HippoBean bean) Description copied from interface:Modifier
Modify the Syndication Entry<bean id="rssModifier" class="org.bloomreach.forge.feed.api.modifier.RSS20Modifier" scope="singleton"/>
- Specified by:
modifyEntry
in interfaceModifier<com.rometools.rome.feed.rss.Channel,
com.rometools.rome.feed.rss.Item, RSS20FeedDescriptor>
-