Package | Description |
---|---|
org.hippoecm.hst.configuration.components |
The org.hippoecm.hst.configuration.components package defines the API for the HST Components Configuration
|
org.hippoecm.hst.core.channelmanager | |
org.hippoecm.hst.core.container |
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
|
org.hippoecm.hst.core.linking |
The org.hippoecm.hst.core.linking package defines the API for the HST Core Linking
|
org.hippoecm.hst.core.request |
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
|
org.hippoecm.hst.mock.configuration.components | |
org.hippoecm.hst.mock.core.request |
Modifier and Type | Method and Description |
---|---|
HstComponentConfiguration |
HstComponentConfiguration.getChildByName(String name)
Returns the child HstComponentConfiguration by its name, or null if it doens't exist
|
HstComponentConfiguration |
HstComponentsConfiguration.getComponentConfiguration(String id)
|
HstComponentConfiguration |
HstComponentConfiguration.getParent()
Returns the parent
HstComponentConfiguration for this this component or null if a root component. |
Modifier and Type | Method and Description |
---|---|
List<HstComponentConfiguration> |
HstComponentsConfiguration.getAvailableContainerItems()
Returns all the available
HstComponentConfiguration 's belonging to the HstSite
Implementations should return an unmodifiable List |
Map<String,HstComponentConfiguration> |
HstComponentConfiguration.getChildren()
Implementations should return an unmodifiable linked map, for example
Collections.unmodifiableMap(java.util.Map<? extends K, ? extends V>) to avoid client code changing configuration |
Map<String,HstComponentConfiguration> |
HstComponentsConfiguration.getComponentConfigurations()
Return the map of all *non prototype* canonical
HstComponentConfiguration 's where the keys are the the
HstComponentConfiguration 's (HstComponentInfo.getId() ). |
Map<String,HstComponentConfiguration> |
HstComponentsConfiguration.getPrototypePages() |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
AbstractComponentWindowResponseAppender.isContainerOrContainerItem(HstComponentConfiguration compConfig) |
Modifier and Type | Method and Description |
---|---|
HstComponentWindow |
HstComponentWindowFactory.create(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
HstComponentConfiguration compConfig,
HstComponentFactory compFactory)
Creates a
HstComponentWindow instance. |
HstComponentWindow |
HstComponentWindowFactory.create(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
HstComponentConfiguration compConfig,
HstComponentFactory compFactory,
HstComponentWindow parentWindow)
Creates a
HstComponentWindow 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.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
DocumentParamsScanner.findDocumentPathsRecursive(HstComponentConfiguration componentConfiguration,
ClassLoader classLoader)
Returns the document paths for
componentConfiguration including its descendant
HstComponentConfiguration s. |
static List<String> |
DocumentParamsScanner.findDocumentPathsRecursive(HstComponentConfiguration componentConfiguration,
ClassLoader classLoader,
Predicate<HstComponentConfiguration> predicate)
Returns the same as
DocumentParamsScanner.findDocumentPathsRecursive(org.hippoecm.hst.configuration.components.HstComponentConfiguration, ClassLoader)
only this time during recursive scanning of the componentConfiguration and its descendants, the scanning
can be stopped when the Predicate returns false for a HstComponentConfiguration |
Modifier and Type | Method and Description |
---|---|
static List<String> |
DocumentParamsScanner.findDocumentPathsRecursive(HstComponentConfiguration componentConfiguration,
ClassLoader classLoader,
Predicate<HstComponentConfiguration> predicate)
Returns the same as
DocumentParamsScanner.findDocumentPathsRecursive(org.hippoecm.hst.configuration.components.HstComponentConfiguration, ClassLoader)
only this time during recursive scanning of the componentConfiguration and its descendants, the scanning
can be stopped when the Predicate returns false for a HstComponentConfiguration |
Modifier and Type | Method and Description |
---|---|
HstComponentConfiguration |
ResolvedSiteMapItem.getHstComponentConfiguration() |
Modifier and Type | Class and Description |
---|---|
class |
MockHstComponentConfiguration
Mock implementation of
HstComponentConfiguration . |
Modifier and Type | Method and Description |
---|---|
HstComponentConfiguration |
MockHstComponentConfiguration.addChild(HstComponentConfiguration config) |
HstComponentConfiguration |
MockHstComponentConfiguration.getChildByName(String name) |
HstComponentConfiguration |
MockHstComponentConfiguration.getParent() |
Modifier and Type | Method and Description |
---|---|
SortedMap<String,HstComponentConfiguration> |
MockHstComponentConfiguration.getChildren() |
Modifier and Type | Method and Description |
---|---|
HstComponentConfiguration |
MockHstComponentConfiguration.addChild(HstComponentConfiguration config) |
void |
MockHstComponentConfiguration.setParent(HstComponentConfiguration parent) |
Modifier and Type | Method and Description |
---|---|
HstComponentConfiguration |
MockResolvedSiteMapItem.getHstComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
MockResolvedSiteMapItem.setHstComponentConfiguration(HstComponentConfiguration hstComponentConfiguration) |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.