Uses of Class
no.sesat.search.site.Site

Packages that use Site
no.sesat.search.datamodel   
no.sesat.search.datamodel.site   
no.sesat.search.http.filters ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. 
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.query.token   
no.sesat.search.result ##### 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.taglib   
no.sesat.search.view.velocity Provides for velocity specific stuff such as custom directives. 
 

Uses of Site in no.sesat.search.datamodel
 

Methods in no.sesat.search.datamodel with parameters of type Site
 boolean DataModelFactory.remove(Site site)
           
 

Uses of Site in no.sesat.search.datamodel.site
 

Methods in no.sesat.search.datamodel.site that return Site
 Site SiteDataObject.getSite()
          The Site class is a key used by other classes that return site-dependent results.
 

Uses of Site in no.sesat.search.http.filters
 

Methods in no.sesat.search.http.filters that return Site
static Site SiteLocatorFilter.getSite(ServletRequest servletRequest)
          The method to obtain the correct Site from the request.
 

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

Methods in no.sesat.search.http.urlrewrite with parameters of type Site
 boolean UrlRewriterContainerFactory.remove(Site site)
          Remove the factory in use for the skin defined within the context.
 

Uses of Site in no.sesat.search.mode
 

Methods in no.sesat.search.mode with parameters of type Site
 boolean SearchModeFactory.remove(Site site)
          Removes mode factory associated with site causing configuration to be reloaded.
 

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

Methods in no.sesat.search.query.analyser with parameters of type Site
 boolean AnalysisRuleFactory.remove(Site site)
           
 

Uses of Site in no.sesat.search.query.token
 

Methods in no.sesat.search.query.token that return Site
 Site TokenEvaluationEngineImpl.getSite()
           
 Site TokenEvaluationEngine.getSite()
          The site the evaluation's request is against
 

Uses of Site in no.sesat.search.result
 

Methods in no.sesat.search.result with parameters of type Site
static String Boomerang.getUrl(Site site, String orgUrl, String paramString)
           
 

Uses of Site in no.sesat.search.site
 

Fields in no.sesat.search.site declared as Site
static Site Site.DEFAULT
          the default SiteSearch.
 

Methods in no.sesat.search.site that return Site
 Site Site.getParent()
          the parent to this site.
 Site SiteContext.getSite()
          What is the site to use.
static Site Site.valueOf(Site.Context cxt, String siteName, Locale locale)
          Get the instance for the given siteName.
 

Methods in no.sesat.search.site with parameters of type Site
protected static
<T extends AbstractSiteKeyedFactory>
T
AbstractSiteKeyedFactory.instanceOf(Site site, Map<Site,T> instances, ReentrantReadWriteLock instancesLock, AbstractSiteKeyedFactory.FactoryConstructor<T> constructor)
          Handles the locking pattern around the INSTANCES map that's done with a ReentrantReadWriteLock.
 boolean SiteKeyedFactory.remove(Site site)
          Remove the factory the maps to the given site.
 

Method parameters in no.sesat.search.site with type arguments of type Site
protected static
<T extends AbstractSiteKeyedFactory>
T
AbstractSiteKeyedFactory.instanceOf(Site site, Map<Site,T> instances, ReentrantReadWriteLock instancesLock, AbstractSiteKeyedFactory.FactoryConstructor<T> constructor)
          Handles the locking pattern around the INSTANCES map that's done with a ReentrantReadWriteLock.
 

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

Methods in no.sesat.search.site.config with parameters of type Site
protected abstract  URL AbstractResourceLoader.getResource(Site site)
           
protected  URL UrlResourceLoader.getResource(Site site)
           
static URL UrlResourceLoader.getURL(String resource, Site site)
           
static SiteConfiguration SiteConfiguration.instanceOf(Site site)
          Utility wrapper to the instanceOf(Context).
 boolean SiteClassLoaderFactory.remove(Site site)
          Remove the factory the maps to the given site.
 boolean SiteConfiguration.remove(Site site)
           
static TextMessages TextMessages.valueOf(Site site)
          Utility wrapper to the instanceOf(Context).
 

Uses of Site in no.sesat.search.view
 

Methods in no.sesat.search.view with parameters of type Site
static String FindResource.find(Site site, String resource)
          Find the real location, in URL format, of the resource for the given site.
 boolean SearchTabFactory.remove(Site site)
          Remove the factory in use for the skin defined within the context.
 

Uses of Site in no.sesat.search.view.taglib
 

Methods in no.sesat.search.view.taglib that return Site
protected  Site AbstractVelocityTemplateTag.getSiteManually(PageContext cxt)
           
 

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

Methods in no.sesat.search.view.velocity with parameters of type Site
static org.apache.velocity.Template VelocityEngineFactory.getTemplate(org.apache.velocity.app.VelocityEngine engine, Site site, String templateName)
          Find the appropriate velocity Template by its name against a given engine and site.
 URL URLResourceLoader.Context.getURL(String resource, Site site)
           
 boolean VelocityEngineFactory.remove(Site site)
           
static VelocityEngineFactory VelocityEngineFactory.valueOf(Site site)
          Utility wrapper to the instanceOf(Context).
 

Constructors in no.sesat.search.view.velocity with parameters of type Site
URLResourceLoader(Site site)
           
 



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