Uses of Interface
org.hippoecm.hst.content.beans.query.HstQueryManager
-
Packages that use HstQueryManager Package Description org.hippoecm.hst.content.tool org.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Requestorg.hippoecm.hst.core.search The org.hippoecm.hst.core.search package defines the API for the HST Core Search -
-
Uses of HstQueryManager in org.hippoecm.hst.content.tool
Methods in org.hippoecm.hst.content.tool that return HstQueryManager Modifier and Type Method Description HstQueryManager
ContentBeansTool. createQueryManager(Session session)
Creates a new HstQueryManager instance using theObjectConverter
fromContentBeansTool.getObjectConverter()
. -
Uses of HstQueryManager in org.hippoecm.hst.core.request
Methods in org.hippoecm.hst.core.request that return HstQueryManager Modifier and Type Method Description HstQueryManager
HstRequestContext. getQueryManager()
HstQueryManager
HstRequestContext. getQueryManager(Session session)
-
Uses of HstQueryManager in org.hippoecm.hst.core.search
Methods in org.hippoecm.hst.core.search that return HstQueryManager Modifier and Type Method Description HstQueryManager
HstQueryManagerFactory. createQueryManager(Session session, ObjectConverter objectConverter)
-