java.lang.Object
org.ametys.web.frontoffice.search.instance.model.SearchContext

public class SearchContext extends Object
A search context
  • Constructor Details

    • SearchContext

      public SearchContext(SiteContext sites, SitemapContext sitemap, ContextLang langs, List<String> tags, boolean tagAutoposting)
      Creates a SearchContext
      Parameters:
      sites - The site context
      sitemap - The sitemap context
      langs - The lang of the context
      tags - The tags of the context
      tagAutoposting - true if search on tags should be with autoposting
  • Method Details