no.sesat.search.result.handler
Interface ResultHandler.Context

All Superinterfaces:
no.sesat.commons.ioc.BaseContext, BytecodeContext, DocumentContext, PropertiesContext, QueryContext, ResourceContext, SiteContext
Enclosing interface:
ResultHandler

public static interface ResultHandler.Context
extends ResourceContext, QueryContext, SiteContext

Contextual demands from a ResultHandler. Slightly unusual in that the context never becomes a member field but is only used inside the handleResult method.


Method Summary
 String getDisplayQuery()
          Returns the query as it is after the query transformers have been applied to it.
 BaseSearchConfiguration getSearchConfiguration()
           
 ResultList<ResultItem> getSearchResult()
           
 SearchTab getSearchTab()
           
 
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
 
Methods inherited from interface no.sesat.search.query.QueryContext
getQuery
 
Methods inherited from interface no.sesat.search.site.SiteContext
getSite
 

Method Detail

getSearchResult

ResultList<ResultItem> getSearchResult()
Returns:

getSearchTab

SearchTab getSearchTab()
Returns:

getSearchConfiguration

BaseSearchConfiguration getSearchConfiguration()
Returns:

getDisplayQuery

String getDisplayQuery()
Returns the query as it is after the query transformers have been applied to it.

Returns:


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