Uses of Interface
org.hippoecm.hst.core.ModelContributable
-
Packages that use ModelContributable Package Description org.hippoecm.hst.core.component The org.hippoecm.hst.core.component package defines the API for the HST Core Componentorg.hippoecm.hst.core.internal The org.hippoecm.hst.core.internal package defines INTERNAL USAGE ONLY API for the HST Containerorg.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Request -
-
Uses of ModelContributable in org.hippoecm.hst.core.component
Subinterfaces of ModelContributable in org.hippoecm.hst.core.component Modifier and Type Interface Description interface
HstRequest
TheHstRequest
defines the interface to provide client request information to a HstComponent. -
Uses of ModelContributable in org.hippoecm.hst.core.internal
Subinterfaces of ModelContributable in org.hippoecm.hst.core.internal Modifier and Type Interface Description interface
HstMutableRequestContext
This is an INTERNAL USAGE ONLY API. -
Uses of ModelContributable in org.hippoecm.hst.core.request
Subinterfaces of ModelContributable in org.hippoecm.hst.core.request Modifier and Type Interface Description interface
HstRequestContext
HstRequestContext provides repository content context and page/components configuration context.
-