Package | Description |
---|---|
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.content.beans.query |
The org.hippoecm.hst.content.beans.query package defines the API for the HST Content Beans Query
|
org.hippoecm.hst.content.beans.standard |
The org.hippoecm.hst.content.beans.standard package defines the API for the HST Content Standard Beans
|
org.hippoecm.hst.content.tool | |
org.hippoecm.hst.core.search |
The org.hippoecm.hst.core.search package defines the API for the HST Core Search
|
org.hippoecm.hst.mock.content.beans.standard | |
org.hippoecm.hst.tag | |
org.hippoecm.hst.util |
The org.hippoecm.hst.content.util package defines the API for the HST Util
|
org.hippoecm.hst.utils |
Modifier and Type | Field and Description |
---|---|
protected ObjectConverter |
BaseHstComponent.objectConverter
Deprecated.
since 2.26.05 : do not use any more, In the 2.28.00 this protected member is removed.
Use
BaseHstComponent.getObjectConverter() instead |
Modifier and Type | Method and Description |
---|---|
ObjectConverter |
BaseHstComponent.getObjectConverter() |
Modifier and Type | Class and Description |
---|---|
class |
ObjectConverterImpl |
Modifier and Type | Field and Description |
---|---|
protected ObjectConverter |
ObjectBeanManagerImpl.objectConverter |
Modifier and Type | Method and Description |
---|---|
ObjectConverter |
ObjectConverterAware.getObjectConverter() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectConverterAware.setObjectConverter(ObjectConverter objectConverter)
Callback that supplies the object converter.
|
Constructor and Description |
---|
ObjectBeanManagerImpl(javax.jcr.Session session,
ObjectConverter objectConverter) |
Constructor and Description |
---|
WorkflowPersistenceManagerImpl(javax.jcr.Session session,
ObjectConverter objectConverter)
Constructor
|
WorkflowPersistenceManagerImpl(javax.jcr.Session session,
ObjectConverter objectConverter,
Map<String,ContentNodeBinder> contentNodeBinders)
Constructor
|
Constructor and Description |
---|
HstQueryImpl(javax.jcr.Session session,
ObjectConverter objectConverter,
javax.jcr.Node scope,
IsNodeTypeFilter isNodeTypeFilter) |
HstQueryImpl(javax.jcr.Session session,
ObjectConverter objectConverter,
javax.jcr.Node scope,
NodeTypeFilter nodeTypeFilter) |
HstQueryManagerImpl(javax.jcr.Session session,
ObjectConverter objectConverter)
Deprecated.
since 2.24.13 / 2.16.01. Use
HstQueryManagerImpl.HstQueryManagerImpl(Session, ObjectConverter, DateTools.Resolution)
instead |
HstQueryManagerImpl(javax.jcr.Session session,
ObjectConverter objectConverter,
org.hippoecm.repository.util.DateTools.Resolution resolution) |
HstQueryResultImpl(ObjectConverter objectConverter,
javax.jcr.query.QueryResult queryResult) |
Modifier and Type | Field and Description |
---|---|
protected ObjectConverter |
HippoItem.objectConverter |
Modifier and Type | Method and Description |
---|---|
ObjectConverter |
HippoItem.getObjectConverter() |
Modifier and Type | Method and Description |
---|---|
void |
HippoItem.setObjectConverter(ObjectConverter objectConverter) |
Constructor and Description |
---|
AvailableTranslations(javax.jcr.Node node,
ObjectConverter objectConverter) |
HippoBeanIteratorImpl(ObjectConverter objectConverter,
javax.jcr.NodeIterator nodeIterator) |
Modifier and Type | Method and Description |
---|---|
ObjectConverter |
ContentBeansTool.getObjectConverter() |
ObjectConverter |
DefaultContentBeansTool.getObjectConverter() |
Modifier and Type | Method and Description |
---|---|
HstQueryManager |
HstQueryManagerFactory.createQueryManager(javax.jcr.Session session,
ObjectConverter objectConverter) |
Modifier and Type | Method and Description |
---|---|
ObjectConverter |
MockHippoBean.getObjectConverter() |
Modifier and Type | Method and Description |
---|---|
void |
MockHippoBean.setObjectConverter(ObjectConverter objectConverter) |
Modifier and Type | Method and Description |
---|---|
protected ObjectConverter |
HstTagSupport.getObjectConverter() |
Modifier and Type | Method and Description |
---|---|
static ObjectConverter |
ObjectConverterUtils.createObjectConverter(Collection<Class<? extends HippoBean>> annotatedClasses)
Creates
ObjectConverter , with ignoreDuplicates = false, which means that when there are two annotated beans with the same
value for Node.jcrType() , an IllegalArgumentException is thrown. |
static ObjectConverter |
ObjectConverterUtils.createObjectConverter(Collection<Class<? extends HippoBean>> annotatedClasses,
boolean ignoreDuplicates)
Creates
ObjectConverter . |
static ObjectConverter |
ObjectConverterUtils.createObjectConverter(Collection<Class<? extends HippoBean>> annotatedClasses,
Class<? extends HippoBean>[] builtInMappingClasses,
String[] fallbackNodeTypes,
boolean ignoreDuplicates)
Creates
ObjectConverter . |
Modifier and Type | Method and Description |
---|---|
static HstQuery |
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean,
HippoBean scope,
int depth,
ObjectConverter converter,
Class<? extends HippoBean> beanMappingClass,
boolean includeSubTypes)
Returns a HstQuery for incoming beans (incoming beans within scope
scope ). |
static HstQuery |
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean,
HippoBean scope,
List<String> linkPaths,
ObjectConverter converter,
Class<? extends HippoBean> beanMappingClass,
boolean includeSubTypes)
Returns a HstQuery for incoming beans (incoming beans within scope
scope ). |
static HstQuery |
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean,
HippoBean scope,
String linkPath,
ObjectConverter converter,
Class<? extends HippoBean> beanMappingClass,
boolean includeSubTypes)
Returns a HstQuery for incoming beans (incoming beans within scope
scope ). |
Modifier and Type | Method and Description |
---|---|
static <T extends HippoBean> |
BeanUtils.getFacetedNavigationResultDocument(HstRequest hstRequest,
HstQuery query,
ObjectConverter objectConverter,
Class<T> beanMappingClass)
Tries to return a bean that is located in a faceted navigation tree below a result set.
|
static <T extends HippoBean> |
BeanUtils.getFacetedNavigationResultDocument(HstRequest hstRequest,
HstQuery query,
String relPath,
ObjectConverter objectConverter,
Class<T> beanMappingClass)
Tries to return a bean that is located in a faceted navigation tree below a result set.
|
static <T extends HippoBean> |
BeanUtils.getFacetedNavigationResultDocument(HstRequest hstRequest,
String query,
ObjectConverter objectConverter,
Class<T> beanMappingClass)
Tries to return a bean that is located in a faceted navigation tree below a result set.
|
static <T extends HippoBean> |
BeanUtils.getFacetedNavigationResultDocument(HstRequest hstRequest,
String query,
String relPath,
ObjectConverter objectConverter,
Class<T> beanMappingClass)
Tries to return a bean that is located in a faceted navigation tree below a result set.
|
static HippoFacetNavigationBean |
BeanUtils.getFacetNavigationBean(HstRequest hstRequest,
HstQuery query,
ObjectConverter objectConverter)
Same as
BeanUtils.getFacetNavigationBean(HstRequest, String, ObjectConverter) only now instead of a String query we
pass in a HstQuery |
static HippoFacetNavigationBean |
BeanUtils.getFacetNavigationBean(HstRequest hstRequest,
HstQuery query,
String relPath,
ObjectConverter objectConverter)
Same as
BeanUtils.getFacetNavigationBean(HstRequest, HstQuery, ObjectConverter) only now instead of having the faceted navigation
node from the ResolvedSiteMapItem we add a relPath where it should be found |
static HippoFacetNavigationBean |
BeanUtils.getFacetNavigationBean(HstRequest hstRequest,
String query,
ObjectConverter objectConverter)
Returns the
HippoFacetNavigationBean for this HstRequest from the ResolvedSiteMapItem where it is accounted for the free text query . |
static HippoFacetNavigationBean |
BeanUtils.getFacetNavigationBean(HstRequest hstRequest,
String relPath,
String query,
ObjectConverter objectConverter)
Returns the
HippoFacetNavigationBean for this HstRequest and relPath where it is accounted for the free text query . |
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.