Uses of Interface
org.hippoecm.hst.core.container.HstContainerURLProvider
-
Packages that use HstContainerURLProvider 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.request The org.hippoecm.hst.core.request package defines the API for the HST Core Request -
-
Uses of HstContainerURLProvider in org.hippoecm.hst.core.component
Methods in org.hippoecm.hst.core.component that return HstContainerURLProvider Modifier and Type Method Description HstContainerURLProvider
HstURLFactory. getContainerURLProvider()
Returns the HstContainerURLProvider. -
Uses of HstContainerURLProvider in org.hippoecm.hst.core.request
Methods in org.hippoecm.hst.core.request that return HstContainerURLProvider Modifier and Type Method Description HstContainerURLProvider
HstRequestContext. getContainerURLProvider()
Returns theHstContainerURLProvider
to create HstContainerURLs
-