no.sesat.search.mode
Class SearchCommandFactory
java.lang.Object
no.sesat.search.mode.SearchCommandFactory
public final class SearchCommandFactory
- extends Object
This factory creates the appropriate command for a given SearchConfiguration.
- Version:
- $Id: SearchCommandFactory.java 3359 2006-08-03 08:13:22Z mickw $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchCommandFactory
public SearchCommandFactory(SearchCommandFactory.Context context)
- Create a factory to work within the given context.
- Parameters:
context - to work within
getController
public SearchCommand getController(SearchCommand.Context cxt)
- Create the appropriate command that's to work within the given SearchCommand.Context.
- Parameters:
cxt - to work within
- Returns:
- SearchCommand appropriate for the given context
Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.