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.container |
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
|
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 root
HstComponentConfiguration 's where the keys are the the HstComponentConfiguration 's
(HstComponentInfo.getId() ). |
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 |
---|---|
HstComponentConfiguration |
ResolvedSiteMapItem.getHstComponentConfiguration() |
HstComponentConfiguration |
ResolvedSiteMapItem.getPortletHstComponentConfiguration()
Deprecated.
portlet support will be removed after 2.26.xx
|
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() |
HstComponentConfiguration |
MockResolvedSiteMapItem.getPortletHstComponentConfiguration()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MockResolvedSiteMapItem.setHstComponentConfiguration(HstComponentConfiguration hstComponentConfiguration) |
void |
MockResolvedSiteMapItem.setPortletHstComponentConfiguration(HstComponentConfiguration portletHstComponentConfiguration)
Deprecated.
|
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.