Package org.hippoecm.hst.core.request
package org.hippoecm.hst.core.request
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
-
ClassDescriptionA
ComponentConfiguration
provides some configuration information to a component.HstRequestContextCredentialsProvider provides credentials based on the provided HstRequestContext.HstRequestContext provides repository content context and page/components configuration context.Implementations should be able to match a path (pathInfo) in combination with a
object to aHstSite
.ResolvedSiteMapItem
Implementations of this interface are a request flyweight instance of theMount
object, where possible wildcard property placeholders have been filled in, similar to theResolvedSiteMapItem
andHstSiteMapItem
An instance of the implementation of this interface will be available on the
.HstRequestContext
Implementations of this interface are a request flyweight instance of theVirtualHost
object, where possible wildcard property placeholders have been filled in, similar to theResolvedMount
andMount
ASiteMapItemHandlerConfiguration
is the runtime instance of aHstSiteMapItemHandlerConfiguration
and provides some configuration information to a sitemap item handler.