no.sesat.search.query
Interface QueryStringContext

All Superinterfaces:
no.sesat.commons.ioc.BaseContext
All Known Subinterfaces:
AbstractEvaluatorFactory.Context, Alternation.Context, QueryParser.Context, TokenEvaluationEngine.Context
All Known Implementing Classes:
AbstractQueryParserContext

public interface QueryStringContext
extends no.sesat.commons.ioc.BaseContext

Used when the query string is a requirement of the Context and neither the Query object or datamodel are available.

Version:
$Id: QueryStringContext.java 7225 2009-04-09 00:32:20Z ssmiweve $

Method Summary
 String getQueryString()
          Get the original query string.
 

Method Detail

getQueryString

String getQueryString()
Get the original query string.

Returns:
the original query string.


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