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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
modifyEntry
(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"/>
void
modifyFeed
(org.hippoecm.hst.core.request.HstRequestContext context, com.rometools.rome.feed.atom.Feed feed, Atom10FeedDescriptor descriptor) Modify the Syndication Feed e.g.void
modifyHstQuery
(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: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.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: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.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: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.atom.Feed,
com.rometools.rome.feed.atom.Entry, Atom10FeedDescriptor>
-