Uses of Interface
org.hippoecm.hst.content.beans.ContentNodeBinder

Packages that use ContentNodeBinder
org.hippoecm.hst.component.support.bean   
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.mock.content.beans.manager   
 

Uses of ContentNodeBinder in org.hippoecm.hst.component.support.bean
 

Method parameters in org.hippoecm.hst.component.support.bean with type arguments of type ContentNodeBinder
protected  WorkflowPersistenceManager BaseHstComponent.getWorkflowPersistenceManager(javax.jcr.Session session, Map<String,ContentNodeBinder> contentNodeBinders)
          Returns a WorkflowPersistenceManager instance with custom binders map.
 

Uses of ContentNodeBinder in org.hippoecm.hst.content.beans.manager
 

Methods in org.hippoecm.hst.content.beans.manager with parameters of type ContentNodeBinder
 void ObjectBeanPersistenceManager.update(Object content, ContentNodeBinder customContentNodeBinder)
          Updates the content node which is mapped to the object by the customContentNodeBinder provided by client.
 

Uses of ContentNodeBinder in org.hippoecm.hst.content.beans.manager.workflow
 

Fields in org.hippoecm.hst.content.beans.manager.workflow with type parameters of type ContentNodeBinder
protected  Map<String,ContentNodeBinder> WorkflowPersistenceManagerImpl.contentNodeBinders
          Custom content node binders map, which is used to look up a custom binder for a node type.
 

Methods in org.hippoecm.hst.content.beans.manager.workflow with parameters of type ContentNodeBinder
 void WorkflowPersistenceManagerImpl.update(Object content, ContentNodeBinder customContentNodeBinder)
          Updates the content node which is mapped to the object by the customContentNodeBinder provided by client.
 

Constructor parameters in org.hippoecm.hst.content.beans.manager.workflow with type arguments of type ContentNodeBinder
WorkflowPersistenceManagerImpl(javax.jcr.Session session, ObjectConverter objectConverter, Map<String,ContentNodeBinder> contentNodeBinders)
          Constructor
 

Uses of ContentNodeBinder in org.hippoecm.hst.mock.content.beans.manager
 

Methods in org.hippoecm.hst.mock.content.beans.manager with parameters of type ContentNodeBinder
 void MockObjectBeanPersistenceManager.update(Object content, ContentNodeBinder customBinder)
           
 



Copyright © 2008-2012 Hippo. All Rights Reserved.