Uses of Interface
org.hippoecm.hst.content.beans.manager.ObjectConverter
-
Packages that use ObjectConverter 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.query The org.hippoecm.hst.content.beans.query package defines the API for the HST Content Beans Queryorg.hippoecm.hst.content.tool org.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Requestorg.hippoecm.hst.core.search The org.hippoecm.hst.core.search package defines the API for the HST Core Search -
-
Uses of ObjectConverter in org.hippoecm.hst.content.beans.manager
Methods in org.hippoecm.hst.content.beans.manager that return ObjectConverter Modifier and Type Method Description ObjectConverter
ObjectConverterAware. getObjectConverter()
Methods in org.hippoecm.hst.content.beans.manager with parameters of type ObjectConverter Modifier and Type Method Description void
ObjectConverterAware. setObjectConverter(ObjectConverter objectConverter)
Callback that supplies the object converter. -
Uses of ObjectConverter in org.hippoecm.hst.content.beans.query
Methods in org.hippoecm.hst.content.beans.query that return ObjectConverter Modifier and Type Method Description ObjectConverter
HstQueryManager. getObjectConverter()
-
Uses of ObjectConverter in org.hippoecm.hst.content.tool
Methods in org.hippoecm.hst.content.tool that return ObjectConverter Modifier and Type Method Description ObjectConverter
ContentBeansTool. getObjectConverter()
-
Uses of ObjectConverter in org.hippoecm.hst.core.request
Methods in org.hippoecm.hst.core.request that return ObjectConverter Modifier and Type Method Description ObjectConverter
HstRequestContext. getObjectConverter()
Returns theObjectConverter
for the currentHstRequestContext
. -
Uses of ObjectConverter in org.hippoecm.hst.core.search
Methods in org.hippoecm.hst.core.search with parameters of type ObjectConverter Modifier and Type Method Description HstQueryManager
HstQueryManagerFactory. createQueryManager(Session session, ObjectConverter objectConverter)
-