no.sesat.search.site
Interface SiteKeyedFactory

All Known Implementing Classes:
AbstractSiteKeyedFactory, AnalysisRuleFactory, DataModelFactory, SearchModeFactory, SearchTabFactory, SiteClassLoaderFactory, SiteConfiguration, UrlRewriterContainerFactory, VelocityEngineFactory

public interface SiteKeyedFactory

Factories that have Site->Factory mappings should implement this interface to ensure general behaviours. SiteKeyedFactories by default have a synchronised site to factory mapping. If this is not the case it must be clearly noted in the class's javadoc.

Version:
$Id$

Method Summary
 boolean remove(Site site)
          Remove the factory the maps to the given site.
 

Method Detail

remove

boolean remove(Site site)
Remove the factory the maps to the given site. *

Parameters:
site - remove factory corresponding to this site.
Returns:
true if a factory was successfully removed.


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