Uses of Interface
org.hippoecm.hst.content.PageModelEntity
-
Packages that use PageModelEntity Package Description org.hippoecm.hst.component.pagination org.hippoecm.hst.content.beans.standard org.hippoecm.hst.core.sitemenu The org.hippoecm.hst.core.sitemenu package defines the API for the HST Core SiteMenu -
-
Uses of PageModelEntity in org.hippoecm.hst.component.pagination
Subinterfaces of PageModelEntity in org.hippoecm.hst.component.pagination Modifier and Type Interface Description interface
Pagination<T>
Base class for Pagination implementations. -
Uses of PageModelEntity in org.hippoecm.hst.content.beans.standard
Subinterfaces of PageModelEntity in org.hippoecm.hst.content.beans.standard Modifier and Type Interface Description interface
HippoDocumentBean
This is a marker interface for all beans that represent a document.interface
HippoFacetChildNavigationBean
Interface for all child nodes primarily meant for the virtual structure below 'hippo:facetnavigation'interface
HippoFacetNavigationBean
Interface for all nodes of type 'hippo:facetnavigation'interface
HippoFolderBean
This is a base interface for all beans that represent a folder should implement.interface
HippoResultSetBean
-
Uses of PageModelEntity in org.hippoecm.hst.core.sitemenu
Subinterfaces of PageModelEntity in org.hippoecm.hst.core.sitemenu Modifier and Type Interface Description interface
CommonMenu
interface
EditableMenu
interface
HstSiteMenu
The interface for a SiteMenu implementation, containing possibly a tree ofHstSiteMenuItem
's
-