Class SearchContext.ContextLangAndCurrentLang

java.lang.Object
org.ametys.web.frontoffice.search.instance.model.SearchContext.ContextLangAndCurrentLang
Enclosing class:
SearchContext

public static final class SearchContext.ContextLangAndCurrentLang extends Object
Class wrapping a ContextLang and the current lang.
Needed because at the time of the SearchContext.ContextLangAndCurrentLang constructor call, the Query cannot be created yet, even though the current lang is known (the Returnables are responsible for creating the query via SearchContext.LangQueryProducer)
See Also: