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.manager |
The org.hippoecm.hst.content.beans.manager package defines the API for the HST Content Beans Manager
|
org.hippoecm.hst.content.beans.manager.workflow |
The org.hippoecm.hst.content.beans.manager.workflow package defines the API for the HST Content Beans Workflow Manager
|
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.mock.content.beans.manager | |
org.hippoecm.hst.mock.core.request | |
org.hippoecm.hst.tag |
Modifier and Type | Method and Description |
---|---|
ObjectBeanManager |
BaseHstComponent.getObjectBeanManager(HstRequest request)
Deprecated.
since 7.9.0 : use
HstRequestContext.getObjectBeanManager() instead |
Modifier and Type | Method and Description |
---|---|
ObjectBeanManager |
GenericRequestContextWrapper.getObjectBeanManager() |
ObjectBeanManager |
GenericRequestContextWrapper.getObjectBeanManager(javax.jcr.Session session) |
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectBeanPersistenceManager
ObjectBeanPersistenceManager is the primary interface for HST-2-Persistence-aware application components. |
Modifier and Type | Class and Description |
---|---|
class |
ObjectBeanManagerImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
WorkflowPersistenceManager |
Modifier and Type | Class and Description |
---|---|
class |
WorkflowPersistenceManagerImpl
An implementation for
WorkflowPersistenceManager interface with Hippo Repository Workflow API. |
Modifier and Type | Method and Description |
---|---|
ObjectBeanManager |
ContentBeansTool.createObjectBeanManager(javax.jcr.Session session)
Creates a new ObjectBeanManager instance using the
ObjectConverter from ContentBeansTool.getObjectConverter() . |
ObjectBeanManager |
DefaultContentBeansTool.createObjectBeanManager(javax.jcr.Session session) |
Modifier and Type | Method and Description |
---|---|
ObjectBeanManager |
HstRequestContext.getObjectBeanManager() |
ObjectBeanManager |
HstRequestContext.getObjectBeanManager(javax.jcr.Session session) |
Modifier and Type | Class and Description |
---|---|
class |
MockObjectBeanPersistenceManager
Simple in-memory implementation for
MockObjectBeanPersistenceManager interface. |
Modifier and Type | Method and Description |
---|---|
ObjectBeanManager |
MockHstRequestContext.getObjectBeanManager() |
ObjectBeanManager |
MockHstRequestContext.getObjectBeanManager(javax.jcr.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
MockHstRequestContext.setDefaultObjectBeanManager(ObjectBeanManager defaultObjectBeanManager) |
Modifier and Type | Method and Description |
---|---|
void |
MockHstRequestContext.setNonDefaultObjectBeanManagers(Map<javax.jcr.Session,ObjectBeanManager> nonDefaultObjectBeanManagers) |
Modifier and Type | Method and Description |
---|---|
protected ObjectBeanManager |
HstTagSupport.getObjectBeanManager(HstRequest request) |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.