no.sesat.search.query.token
Interface TokenEvaluationEngine.Context

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

public static interface TokenEvaluationEngine.Context
extends no.sesat.commons.ioc.BaseContext, QueryStringContext, ResourceContext, SiteContext


Method Summary
 String getUniqueId()
          A uniqueId for the request.
 
Methods inherited from interface no.sesat.search.query.QueryStringContext
getQueryString
 
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.site.SiteContext
getSite
 

Method Detail

getUniqueId

String getUniqueId()
A uniqueId for the request. Is not mission critical, ie can be left leave blank.

Returns:
the uniqueId


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