no.sesat.search.view.output
Interface SyndicationGenerator.Context

All Superinterfaces:
no.sesat.commons.ioc.BaseContext, BytecodeContext, DataModelContext, DocumentContext, PropertiesContext, ResourceContext, SiteContext
Enclosing class:
SyndicationGenerator

public static interface SyndicationGenerator.Context
extends SiteContext, DataModelContext, ResourceContext

The context this class needs to do its job.


Method Summary
 SearchTab getTab()
          The tab to generate rss for.
 String getURL()
          The complete URL of the original page the rss represents.
 
Methods inherited from interface no.sesat.search.site.SiteContext
getSite
 
Methods inherited from interface no.sesat.search.datamodel.DataModelContext
getDataModel
 
Methods inherited from interface no.sesat.search.site.config.DocumentContext
newDocumentLoader
 
Methods inherited from interface no.sesat.search.site.config.PropertiesContext
newPropertiesLoader
 
Methods inherited from interface no.sesat.search.site.config.BytecodeContext
newBytecodeLoader
 

Method Detail

getTab

SearchTab getTab()
The tab to generate rss for.

Returns:
The search tab to generate rss for.

getURL

String getURL()
The complete URL of the original page the rss represents.

Returns:
the url of the original page.


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.