Package org.craftercms.engine.service.context
package org.craftercms.engine.service.context
-
ClassDescription
SiteResolverthat resolves the current site name from a cookie or request param.SiteResolverthat resolves always the current site name to a default site name.Default implementation ofSiteListResolver.SiteResolverthat resolves the current site name from a custom HTTP header.SiteResolverthat resolves the current site name from a mapping of the request domain name to site name.SiteResolverthat resolves the current site name from an extract of the request URI.Wrapper for aContextthat adds properties specific to Crafter Engine.Factory for creatingSiteContextwith common properties.Registry and lifecycle manager ofSiteContexts.Resolves theSiteContextto be used for the specified request.DefaultSiteContextResolver.Class that is used to create all contexts after Spring startup (if thecreateContextsOnStartupis true).Resolves the entire list of sites.Resolves the site for a given requestSiteResolverthat goes through a chain of resolvers until one of them returns a non-empty site.SiteResolverthat resolves the current site name from a set of static mappings, where the mapping key is a domain name, and the value is the site name.