Package | Description |
---|---|
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.beans.standard.facetnavigation | |
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 HippoBean#compareTo(HippoBean) . |
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 |
---|---|
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 ). |
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.