Uses of Interface
org.hippoecm.hst.content.beans.standard.HippoDocumentBean
Packages that use 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
Methods in org.hippoecm.hst.content.beans.standard that return types with arguments of type HippoDocumentBeanModifier 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
Methods in org.hippoecm.hst.core.container that return types with arguments of type HippoDocumentBeanModifier and TypeMethodDescriptionComponentProcessingContext.getOfflineDocuments
(HstComponent component) Methods in org.hippoecm.hst.core.container with parameters of type HippoDocumentBeanModifier and TypeMethodDescriptionvoid
ComponentProcessingContext.addOfflineDocument
(HstComponent component, HippoDocumentBean bean)