Uses of Interface
no.sesat.search.run.handler.RunHandlerConfig

Packages that use RunHandlerConfig
no.sesat.search.mode Provides the entry to appropriate Search Commands classes through the SearchCommandFactory. 
no.sesat.search.run.handler Run Handlers 
 

Uses of RunHandlerConfig in no.sesat.search.mode
 

Methods in no.sesat.search.mode that return types with arguments of type RunHandlerConfig
 List<RunHandlerConfig> SearchMode.getRunHandlers()
          Getter for run handlers
 

Method parameters in no.sesat.search.mode with type arguments of type RunHandlerConfig
 void SearchMode.setRunHandlers(List<RunHandlerConfig> runHandlers)
          Setter for run handlers
 

Uses of RunHandlerConfig in no.sesat.search.run.handler
 

Classes in no.sesat.search.run.handler that implement RunHandlerConfig
 class AbstractRunHandlerConfig
           
 class CopySearchRunHandlerConfig
          Copy a SearchDataObject giving the new copy a new name.
 class FederatorRunHandlerConfig
          Generic RunHandler that can be configured to merge result lists together $Id: FederatorRunHandlerConfig.java 7225 2009-04-09 00:32:20Z ssmiweve $
 class NavigationRunHandlerConfig
           
 class NullRunHandlerConfig
          $Id$
 

Methods in no.sesat.search.run.handler that return RunHandlerConfig
 RunHandlerConfig CopySearchRunHandlerConfig.readRunHandler(Element element)
           
 RunHandlerConfig FederatorRunHandlerConfig.readRunHandler(Element element)
           
 RunHandlerConfig NullRunHandlerConfig.readRunHandler(Element element)
           
 RunHandlerConfig AbstractRunHandlerConfig.readRunHandler(Element element)
           
 RunHandlerConfig RunHandlerConfig.readRunHandler(Element element)
           
 

Methods in no.sesat.search.run.handler with parameters of type RunHandlerConfig
static RunHandler RunHandlerFactory.getController(RunHandler.Context context, RunHandlerConfig config)
           
 

Constructors in no.sesat.search.run.handler with parameters of type RunHandlerConfig
CopySearchRunHandler(RunHandlerConfig rhc)
           
FederatorRunHandler(RunHandlerConfig rhc)
           
NavigationRunHandler(RunHandlerConfig rhc)
           
NullRunHandler(RunHandlerConfig rhc)
           
 



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