Class SearchContext.ContextLangAndCurrentLang
java.lang.Object
org.ametys.web.frontoffice.search.instance.model.SearchContext.ContextLangAndCurrentLang
- Enclosing class:
- SearchContext
Class wrapping a
Needed because at the time of the
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 Returnable
s are responsible for creating the query via SearchContext.LangQueryProducer
)- See Also:
-
SearchContext.LangQueryProducer
Returnable.filterReturnedDocumentQuery(java.util.Collection<org.ametys.web.frontoffice.search.metamodel.context.ContextQueriesWrapper>, org.ametys.web.frontoffice.search.metamodel.AdditionalParameterValueMap)
ContextQueriesWrapper.getQuery(java.util.Collection<org.ametys.web.frontoffice.search.metamodel.context.ContextQueriesWrapper>, java.util.Optional<java.util.function.Function<org.ametys.cms.search.query.Query, org.ametys.cms.search.query.Query>>, java.util.Optional<java.util.function.Function<org.ametys.cms.search.query.Query, org.ametys.cms.search.query.Query>>, java.util.Optional<org.ametys.web.frontoffice.search.instance.model.SearchContext.LangQueryProducer>, java.util.Optional<java.util.function.Function<org.ametys.cms.search.query.Query, org.ametys.cms.search.query.Query>>)
-
Method Summary