Uses of Interface
org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
Packages that use HstComponentConfiguration Package Description org.hippoecm.hst.configuration.components The org.hippoecm.hst.configuration.components package defines the API for the HST Components Configurationorg.hippoecm.hst.configuration.experiencepage org.hippoecm.hst.core.channelmanager org.hippoecm.hst.core.container The org.hippoecm.hst.core.container package defines the API for the HST Core Containerorg.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Requestorg.hippoecm.hst.pagecomposer.jaxrs.api -
-
Uses of HstComponentConfiguration in org.hippoecm.hst.configuration.components
Methods in org.hippoecm.hst.configuration.components that return HstComponentConfiguration Modifier and Type Method Description HstComponentConfiguration
HstComponentConfiguration. getChildByName(String name)
Returns the child HstComponentConfiguration by its name, or null if it doens't existHstComponentConfiguration
HstComponentsConfiguration. getComponentConfiguration(String id)
HstComponentConfiguration
HstComponentConfiguration. getParent()
Returns the parentHstComponentConfiguration
for this this component or null if a root component.Methods in org.hippoecm.hst.configuration.components that return types with arguments of type HstComponentConfiguration Modifier and Type Method Description default Stream<HstComponentConfiguration>
HstComponentConfiguration. flattened()
default Stream<HstComponentConfiguration>
HstComponentsConfiguration. flattened(List<HstComponentConfiguration> childComponents)
List<HstComponentConfiguration>
HstComponentsConfiguration. getAvailableContainerItems()
Returns all the availableHstComponentConfiguration
's belonging to theHstSite
Map<String,HstComponentConfiguration>
HstComponentConfiguration. getChildren()
Implementations should return an unmodifiable linked map, for exampleCollections.unmodifiableMap(java.util.Map<? extends K, ? extends V>)
to avoid client code changing configurationMap<String,HstComponentConfiguration>
HstComponentsConfiguration. getComponentConfigurations()
Return the map of all *non prototype* canonicalHstComponentConfiguration
's where the keys are the theHstComponentConfiguration
's (HstComponentInfo.getId()
).Map<String,HstComponentConfiguration>
HstComponentsConfiguration. getPrototypePages()
Map<String,HstComponentConfiguration>
HstComponentsConfiguration. getXPages()
Method parameters in org.hippoecm.hst.configuration.components with type arguments of type HstComponentConfiguration Modifier and Type Method Description default Stream<HstComponentConfiguration>
HstComponentsConfiguration. flattened(List<HstComponentConfiguration> childComponents)
-
Uses of HstComponentConfiguration in org.hippoecm.hst.configuration.experiencepage
Methods in org.hippoecm.hst.configuration.experiencepage that return HstComponentConfiguration Modifier and Type Method Description HstComponentConfiguration
ExperiencePageService. loadExperiencePage(Node hstPage, HstSite hstSite, ClassLoader websiteClassLoader)
HstComponentConfiguration
ExperiencePageService. loadExperiencePageComponentItem(Node componentItem, HstSite hstSite, ClassLoader websiteClassLoader)
-
Uses of HstComponentConfiguration in org.hippoecm.hst.core.channelmanager
Methods in org.hippoecm.hst.core.channelmanager with parameters of type HstComponentConfiguration Modifier and Type Method Description Optional<String>
ComponentLockedReasonContributor. findReason(HstRequestContext requestContext, HstComponentConfiguration compConfig, Workflow workflow, Map<String,Serializable> hints, String branchId)
-
Uses of HstComponentConfiguration in org.hippoecm.hst.core.container
Methods in org.hippoecm.hst.core.container with parameters of type HstComponentConfiguration Modifier and Type Method Description HstComponentWindow
HstComponentWindowFactory. create(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, HstComponentConfiguration compConfig, HstComponentFactory compFactory)
Creates aHstComponentWindow
instance.HstComponentWindow
HstComponentWindowFactory. create(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, HstComponentConfiguration compConfig, HstComponentFactory compFactory, HstComponentWindow parentWindow)
Creates aHstComponentWindow
instance as a child window of the parentWindow.HstComponentWindow
HstComponentWindowFilter. doFilter(HstRequestContext requestContext, HstComponentConfiguration compConfig, HstComponentWindow window)
HstComponent
HstComponentFactory. getComponentInstance(HstContainerConfig requestContainerConfig, HstComponentConfiguration compConfig, Mount mount)
Returns the HstComponent instance from the HstComponent context.HstComponentMetadata
HstComponentFactory. getComponentMetadata(HstContainerConfig requestContainerConfig, HstComponentConfiguration compConfig, Mount mount)
Returns the metadata of the HstComponent from the HstComponent context. -
Uses of HstComponentConfiguration in org.hippoecm.hst.core.request
Methods in org.hippoecm.hst.core.request that return HstComponentConfiguration Modifier and Type Method Description HstComponentConfiguration
ResolvedSiteMapItem. getHstComponentConfiguration()
-
Uses of HstComponentConfiguration in org.hippoecm.hst.pagecomposer.jaxrs.api
Methods in org.hippoecm.hst.pagecomposer.jaxrs.api that return HstComponentConfiguration Modifier and Type Method Description HstComponentConfiguration
PageCopyContext. getSourcePage()
-