Package | Description |
---|---|
org.hippoecm.hst.content.beans.standard | |
org.hippoecm.hst.content.beans.standard.facetnavigation | |
org.hippoecm.hst.jaxrs.model.content | |
org.hippoecm.hst.util |
The org.hippoecm.hst.content.util package defines the API for the HST Util
|
Modifier and Type | Class and Description |
---|---|
class |
HippoAsset |
class |
HippoDocument |
class |
HippoGalleryImageSet
Bean mapping class for the 'hippogallery:imageset' document type
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<HippoDocumentBean> |
HippoFolder.hippoDocuments |
Modifier and Type | Method and Description |
---|---|
List<HippoDocumentBean> |
HippoFolderBean.getDocuments()
This method returns the
List of HippoDocumentBean s in the order they are in the repository. |
List<HippoDocumentBean> |
HippoFolder.getDocuments() |
List<HippoDocumentBean> |
HippoFolderBean.getDocuments(boolean sorted)
This method enables to get the
List of HippoDocumentBean s according their Comparable.compareTo(Object) . |
List<HippoDocumentBean> |
HippoFolder.getDocuments(boolean sorted) |
List<HippoDocumentBean> |
HippoFolderBean.getDocuments(int from,
int to)
Returns a view of the portion of the list of HippoDocumentBean between the specified
from , inclusive, and to |
List<HippoDocumentBean> |
HippoFolder.getDocuments(int from,
int to) |
List<HippoDocumentBean> |
HippoFolderBean.getDocuments(int from,
int to,
boolean sorted)
Returns a view of the portion of the list of HippoDocumentBean between the specified
from , inclusive, and to |
List<HippoDocumentBean> |
HippoFolder.getDocuments(int from,
int to,
boolean sorted) |
Modifier and Type | Method and Description |
---|---|
List<HippoDocumentBean> |
HippoFacetNavigation.getDocuments(boolean sorted)
because there are only documents below the resultset, we can return empty list here directly
|
Modifier and Type | Method and Description |
---|---|
HippoDocumentRepresentation |
HippoDocumentRepresentation.represent(HippoDocumentBean hippoBean) |
Modifier and Type | Method and Description |
---|---|
static HstQuery |
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean,
HippoBean scope,
int depth,
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,
int depth,
ObjectConverter converter,
Class<? extends HippoBean> beanMappingClass,
boolean includeSubTypes)
Deprecated.
since 7.9.0 : objectConverter not used any more.
use
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, int, Class, boolean) instead |
static HstQuery |
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean,
HippoBean scope,
List<String> linkPaths,
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)
Deprecated.
since 7.9.0 : objectConverter not used any more.
use
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, List, Class, boolean) instead |
static HstQuery |
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean,
HippoBean scope,
String linkPath,
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)
Deprecated.
since 7.9.0 : objectConverter not used any more.
use
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, String, Class, boolean) instead |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.