Uses of Interface
org.hippoecm.hst.content.beans.standard.HippoDocumentBean
Package
Description
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
-
Uses of HippoDocumentBean in org.hippoecm.hst.content.beans.standard
Modifier and TypeMethodDescriptionHippoFolderBean.getDocuments()
This method returns theList
ofHippoDocumentBean
s in the order they are in the repository.HippoFolderBean.getDocuments
(boolean sorted) This method enables to get theList
ofHippoDocumentBean
s according theirComparable.compareTo(Object)
.HippoFolderBean.getDocuments
(int from, int to) Returns a view of the portion of the list of HippoDocumentBean between the specifiedfrom
, inclusive, andto
, exclusive.
HippoFolderBean.getDocuments
(int from, int to, boolean sorted) Returns a view of the portion of the list of HippoDocumentBean between the specifiedfrom
, inclusive, andto
, exclusive.
-
Uses of HippoDocumentBean in org.hippoecm.hst.core.container
Modifier and TypeMethodDescriptionComponentProcessingContext.getOfflineDocuments
(HstComponent component) Modifier and TypeMethodDescriptionvoid
ComponentProcessingContext.addOfflineDocument
(HstComponent component, HippoDocumentBean bean)