Uses of Interface
org.hippoecm.hst.content.beans.manager.ObjectBeanManager
-
Packages that use ObjectBeanManager Package Description org.hippoecm.hst.content.beans.manager The org.hippoecm.hst.content.beans.manager package defines the API for the HST Content Beans Managerorg.hippoecm.hst.content.beans.manager.workflow The org.hippoecm.hst.content.beans.manager.workflow package defines the API for the HST Content Beans Workflow Managerorg.hippoecm.hst.content.tool org.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Request -
-
Uses of ObjectBeanManager in org.hippoecm.hst.content.beans.manager
Subinterfaces of ObjectBeanManager in org.hippoecm.hst.content.beans.manager Modifier and Type Interface Description interface
ObjectBeanPersistenceManager
ObjectBeanPersistenceManager
is the primary interface for HST-2-Persistence-aware application components. -
Uses of ObjectBeanManager in org.hippoecm.hst.content.beans.manager.workflow
Subinterfaces of ObjectBeanManager in org.hippoecm.hst.content.beans.manager.workflow Modifier and Type Interface Description interface
WorkflowPersistenceManager
-
Uses of ObjectBeanManager in org.hippoecm.hst.content.tool
Methods in org.hippoecm.hst.content.tool that return ObjectBeanManager Modifier and Type Method Description ObjectBeanManager
ContentBeansTool. createObjectBeanManager(Session session)
Creates a new ObjectBeanManager instance using theObjectConverter
fromContentBeansTool.getObjectConverter()
. -
Uses of ObjectBeanManager in org.hippoecm.hst.core.request
Methods in org.hippoecm.hst.core.request that return ObjectBeanManager Modifier and Type Method Description ObjectBeanManager
HstRequestContext. getObjectBeanManager()
ObjectBeanManager
HstRequestContext. getObjectBeanManager(Session session)
-