Package | Description |
---|---|
org.hippoecm.hst.component.support.bean | |
org.hippoecm.hst.container |
The org.hippoecm.hst.container package defines the API for the HST Container
|
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.content.beans.query.builder | |
org.hippoecm.hst.content.tool | |
org.hippoecm.hst.core.request |
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
|
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 | |
org.hippoecm.hst.mock.core.request |
Modifier and Type | Method and Description |
---|---|
HstQueryManager |
BaseHstComponent.getQueryManager(HstRequest request)
Deprecated.
since 7.9.0 : use
HstRequestContext.getQueryManager() instead |
HstQueryManager |
BaseHstComponent.getQueryManager(HstRequestContext ctx)
Deprecated.
since 7.9.0 : use
HstRequestContext.getQueryManager() instead |
HstQueryManager |
BaseHstComponent.getQueryManager(javax.jcr.Session session)
Deprecated.
since 7.9.0 : use
HstRequestContext.getQueryManager(Session) instead |
Modifier and Type | Method and Description |
---|---|
HstQueryManager |
GenericRequestContextWrapper.getQueryManager() |
HstQueryManager |
GenericRequestContextWrapper.getQueryManager(javax.jcr.Session session) |
Modifier and Type | Class and Description |
---|---|
class |
HstQueryManagerImpl |
Modifier and Type | Method and Description |
---|---|
abstract HstQuery |
HstQueryBuilder.build(HstQueryManager queryManager) |
Modifier and Type | Method and Description |
---|---|
HstQueryManager |
ContentBeansTool.createQueryManager(javax.jcr.Session session)
Creates a new HstQueryManager instance using the
ObjectConverter from ContentBeansTool.getObjectConverter() . |
HstQueryManager |
DefaultContentBeansTool.createQueryManager(javax.jcr.Session session) |
Modifier and Type | Method and Description |
---|---|
HstQueryManager |
HstRequestContext.getQueryManager() |
HstQueryManager |
HstRequestContext.getQueryManager(javax.jcr.Session session) |
Modifier and Type | Method and Description |
---|---|
HstQueryManager |
HstQueryManagerFactory.createQueryManager(javax.jcr.Session session,
ObjectConverter objectConverter) |
Modifier and Type | Method and Description |
---|---|
HstQueryManager |
AbstractResource.getHstQueryManager(HstRequestContext requestContext) |
HstQueryManager |
AbstractResource.getHstQueryManager(javax.jcr.Session session,
HstRequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
HstQueryManager |
MockHstRequestContext.getQueryManager() |
HstQueryManager |
MockHstRequestContext.getQueryManager(javax.jcr.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
MockHstRequestContext.setDefaultHstQueryManager(HstQueryManager defaultHstQueryManager) |
Modifier and Type | Method and Description |
---|---|
void |
MockHstRequestContext.setNonDefaultHstQueryManagers(Map<javax.jcr.Session,HstQueryManager> nonDefaultHstQueryManagers) |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.