Uses of Interface
org.hippoecm.hst.content.beans.standard.HippoDocumentBean
-
Packages that use HippoDocumentBean Package Description org.hippoecm.hst.content.beans.standard org.hippoecm.hst.core.container 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 HippoDocumentBean Modifier and Type Method Description List<HippoDocumentBean>
HippoFolderBean. getDocuments()
This method returns theList
ofHippoDocumentBean
s in the order they are in the repository.List<HippoDocumentBean>
HippoFolderBean. getDocuments(boolean sorted)
This method enables to get theList
ofHippoDocumentBean
s according theirComparable.compareTo(Object)
.List<HippoDocumentBean>
HippoFolderBean. getDocuments(int from, int to)
Returns a view of the portion of the list of HippoDocumentBean between the specifiedfrom
, inclusive, andto
, exclusive.
List<HippoDocumentBean>
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 HippoDocumentBean Modifier and Type Method Description List<HippoDocumentBean>
ComponentProcessingContext. getOfflineDocuments(HstComponent component)
Methods in org.hippoecm.hst.core.container with parameters of type HippoDocumentBean Modifier and Type Method Description void
ComponentProcessingContext. addOfflineDocument(HstComponent component, HippoDocumentBean bean)
-