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

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

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

The context the RegExpEvaluatorFactory must work against.


Method Summary
 String getEvaluatorFactoryClassName()
          Fully qualified classname for the factory responsible for finding related evaluators.
 String getUniqueId()
          A uniqueId for the request.
 
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
 
Methods inherited from interface no.sesat.search.query.QueryStringContext
getQueryString
 

Method Detail

getEvaluatorFactoryClassName

String getEvaluatorFactoryClassName()
Fully qualified classname for the factory responsible for finding related evaluators.

Returns:
the fully qualified factory classname.

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.