public interface SyndEntrySource
Modifier and Type | Method and Description |
---|---|
void |
source(com.sun.syndication.feed.synd.SyndEntry entry,
Object obj,
Map<String,Object> params,
XWikiContext context)
Overwrites the current values of the given feed entry with new ones computed from the specified source object.
|
void source(com.sun.syndication.feed.synd.SyndEntry entry, Object obj, Map<String,Object> params, XWikiContext context) throws XWikiException
entry
- the feed entry whose fields are going to be overwrittenobj
- the source for the new values to be set on the fields of the feed entryparams
- parameters to adjust the computation. Each concrete strategy may define its own (key, value) pairscontext
- the XWiki contextXWikiException
Copyright © 2004–2021 XWiki. All rights reserved.