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