Class SiteContext
java.lang.Object
org.ametys.web.frontoffice.search.instance.model.SiteContext
A site context
-
Constructor Summary
ConstructorsConstructorDescriptionSiteContext(SiteContextType type, List<String> sites, SiteManager siteManager) Creates a SiteContext -
Method Summary
-
Constructor Details
-
SiteContext
Creates a SiteContext- Parameters:
type- the typesites- the sites. Must be non-null if type isSiteContextType.AMONG, must be null otherwise.siteManager- The site manager
-
-
Method Details