|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HstQueryManager | |
---|---|
org.hippoecm.hst.component.support.bean | |
org.hippoecm.hst.content.beans.query | The org.hippoecm.hst.content.beans.query package defines the API for the HST Content Beans Query |
org.hippoecm.hst.core.search | The org.hippoecm.hst.core.search package defines the API for the HST Core Search |
org.hippoecm.hst.jaxrs.services |
Uses of HstQueryManager in org.hippoecm.hst.component.support.bean |
---|
Methods in org.hippoecm.hst.component.support.bean that return HstQueryManager | |
---|---|
HstQueryManager |
BaseHstComponent.getQueryManager()
Deprecated. use BaseHstComponent.getQueryManager(HstRequest) , BaseHstComponent.getQueryManager(HstRequestContext) or #getQue instead |
HstQueryManager |
BaseHstComponent.getQueryManager(HstRequest request)
|
HstQueryManager |
BaseHstComponent.getQueryManager(HstRequestContext ctx)
|
HstQueryManager |
BaseHstComponent.getQueryManager(javax.jcr.Session session)
|
Uses of HstQueryManager in org.hippoecm.hst.content.beans.query |
---|
Classes in org.hippoecm.hst.content.beans.query that implement HstQueryManager | |
---|---|
class |
HstQueryManagerImpl
|
Uses of HstQueryManager in org.hippoecm.hst.core.search |
---|
Methods in org.hippoecm.hst.core.search that return HstQueryManager | |
---|---|
HstQueryManager |
HstQueryManagerFactoryImpl.createQueryManager(ObjectConverter objectConverter)
|
HstQueryManager |
HstQueryManagerFactory.createQueryManager(ObjectConverter objectConverter)
Deprecated. use HstQueryManagerFactory.createQueryManager(Session, ObjectConverter) instead |
HstQueryManager |
HstQueryManagerFactoryImpl.createQueryManager(javax.jcr.Session session,
ObjectConverter objectConverter)
|
HstQueryManager |
HstQueryManagerFactory.createQueryManager(javax.jcr.Session session,
ObjectConverter objectConverter)
|
Uses of HstQueryManager in org.hippoecm.hst.jaxrs.services |
---|
Methods in org.hippoecm.hst.jaxrs.services that return HstQueryManager | |
---|---|
HstQueryManager |
AbstractResource.getHstQueryManager(HstRequestContext requestContext)
|
HstQueryManager |
AbstractResource.getHstQueryManager(javax.jcr.Session session,
HstRequestContext requestContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |