Uses of Interface
no.sesat.search.site.SiteKeyedFactory

Packages that use SiteKeyedFactory
no.sesat.search.datamodel   
no.sesat.search.http.urlrewrite   
no.sesat.search.mode Provides the entry to appropriate Search Commands classes through the SearchCommandFactory. 
no.sesat.search.query.analyser ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. 
no.sesat.search.site ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. 
no.sesat.search.site.config ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. 
no.sesat.search.view   
no.sesat.search.view.velocity Provides for velocity specific stuff such as custom directives. 
 

Uses of SiteKeyedFactory in no.sesat.search.datamodel
 

Classes in no.sesat.search.datamodel that implement SiteKeyedFactory
 class DataModelFactory
          Base definition of a factory used to create a datamodel, its datanodes, and its dataobjects.
 

Uses of SiteKeyedFactory in no.sesat.search.http.urlrewrite
 

Classes in no.sesat.search.http.urlrewrite that implement SiteKeyedFactory
 class UrlRewriterContainerFactory
          Provides a SiteKeyedFactory around urlrewrite.xml configurations instead of tuckey's default of only loading WEB-INF/urlrewrite.xml
 

Uses of SiteKeyedFactory in no.sesat.search.mode
 

Classes in no.sesat.search.mode that implement SiteKeyedFactory
 class SearchModeFactory
          Controlling class around the deserialisation of modes.xml into all the SearchModes.
 

Uses of SiteKeyedFactory in no.sesat.search.query.analyser
 

Classes in no.sesat.search.query.analyser that implement SiteKeyedFactory
 class AnalysisRuleFactory
          Responsible for loading and serving all the AnalysisRule instances.
 

Uses of SiteKeyedFactory in no.sesat.search.site
 

Classes in no.sesat.search.site that implement SiteKeyedFactory
 class AbstractSiteKeyedFactory
          Abstract implementation of a SiteKeyedFactory to help with the INSTANCES map and locking pattern typically used around it using ReentrantReadWriteLocks.
 

Uses of SiteKeyedFactory in no.sesat.search.site.config
 

Classes in no.sesat.search.site.config that implement SiteKeyedFactory
 class SiteClassLoaderFactory
          This provides class loaders capable of loading classes from the skins.
 class SiteConfiguration
          SiteConfiguration properties.
 

Uses of SiteKeyedFactory in no.sesat.search.view
 

Classes in no.sesat.search.view that implement SiteKeyedFactory
 class SearchTabFactory
          Deserialises views.xml into SearchTab (& its inner classes).
 

Uses of SiteKeyedFactory in no.sesat.search.view.velocity
 

Classes in no.sesat.search.view.velocity that implement SiteKeyedFactory
 class VelocityEngineFactory
          Custom Factory around Velocity Engines and Templates.
 



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