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 interfaceObjectBeanPersistenceManagerObjectBeanPersistenceManageris 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 interfaceWorkflowPersistenceManager -
Uses of ObjectBeanManager in org.hippoecm.hst.content.tool
Methods in org.hippoecm.hst.content.tool that return ObjectBeanManager Modifier and Type Method Description ObjectBeanManagerContentBeansTool. createObjectBeanManager(Session session)Creates a new ObjectBeanManager instance using theObjectConverterfromContentBeansTool.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 ObjectBeanManagerHstRequestContext. getObjectBeanManager()ObjectBeanManagerHstRequestContext. getObjectBeanManager(Session session)
-