|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HstComponentConfiguration | |
---|---|
org.hippoecm.hst.configuration | The org.hippoecm.hst.configuration package defines the API for the HST Configuration |
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 | |
org.hippoecm.hst.pagecomposer.jaxrs.model | |
org.hippoecm.hst.site.request |
Uses of HstComponentConfiguration in org.hippoecm.hst.configuration |
---|
Methods in org.hippoecm.hst.configuration with parameters of type HstComponentConfiguration | |
---|---|
static void |
ConfigurationViewUtilities.view(StringBuffer buf,
HstComponentConfiguration hstComponentConfiguration)
|
static void |
ConfigurationViewUtilities.view(StringBuffer buf,
String indent,
HstComponentConfiguration hstComponentConfiguration)
|
Uses of HstComponentConfiguration in org.hippoecm.hst.configuration.components |
---|
Classes in org.hippoecm.hst.configuration.components that implement HstComponentConfiguration | |
---|---|
class |
HstComponentConfigurationService
|
Methods in org.hippoecm.hst.configuration.components that return HstComponentConfiguration | |
---|---|
HstComponentConfiguration |
HstComponentConfigurationService.getChildByName(String name)
|
HstComponentConfiguration |
HstComponentConfiguration.getChildByName(String name)
Returns the child HstComponentConfiguration by its name, or null if it doens't exist |
HstComponentConfiguration |
HstComponentsConfigurationService.getComponentConfiguration(String id)
|
HstComponentConfiguration |
HstComponentsConfiguration.getComponentConfiguration(String id)
Returns the root HstComponentConfiguration whose HstComponentInfo.getId() equals this id . |
HstComponentConfiguration |
HstComponentConfigurationService.getParent()
|
HstComponentConfiguration |
HstComponentConfiguration.getParent()
Returns the parent HstComponentConfiguration 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 | |
---|---|
List<HstComponentConfiguration> |
HstComponentsConfigurationService.getAvailableContainerItems()
|
List<HstComponentConfiguration> |
HstComponentsConfiguration.getAvailableContainerItems()
Returns all the available HstComponentConfiguration 's belonging to the HstSite
Implementations should return an unmodifiable List |
Map<String,HstComponentConfiguration> |
HstComponentConfigurationService.getChildren()
|
Map<String,HstComponentConfiguration> |
HstComponentConfiguration.getChildren()
Implementations should return an unmodifiable linked map, for example Collections.UnmodifiableMap to avoid
client code changing configuration |
Map<String,HstComponentConfiguration> |
HstComponentsConfigurationService.getComponentConfigurations()
|
Map<String,HstComponentConfiguration> |
HstComponentsConfiguration.getComponentConfigurations()
Return the map of all root HstComponentConfiguration 's where the keys are the the HstComponentConfiguration 's
(HstComponentInfo.getId() ). |
Method parameters in org.hippoecm.hst.configuration.components with type arguments of type HstComponentConfiguration | |
---|---|
protected void |
HstComponentConfigurationService.populateComponentReferences(Map<String,HstComponentConfiguration> rootComponentConfigurations,
List<HstComponentConfiguration> populated)
|
protected void |
HstComponentConfigurationService.populateComponentReferences(Map<String,HstComponentConfiguration> rootComponentConfigurations,
List<HstComponentConfiguration> populated)
|
Constructors in org.hippoecm.hst.configuration.components with parameters of type HstComponentConfiguration | |
---|---|
HstComponentConfigurationService(HstNode node,
HstComponentConfiguration parent,
String rootNodeName)
|
|
HstComponentConfigurationService(HstNode node,
HstComponentConfiguration parent,
String rootNodeName,
boolean traverseDescendants)
|
Uses of HstComponentConfiguration in org.hippoecm.hst.core.container |
---|
Fields in org.hippoecm.hst.core.container declared as HstComponentConfiguration | |
---|---|
protected HstComponentConfiguration |
HstComponentWindowImpl.hstComponentConfiguration
|
Methods in org.hippoecm.hst.core.container with parameters of type HstComponentConfiguration | |
---|---|
HstComponentWindow |
HstComponentWindowFactoryImpl.create(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
HstComponentConfiguration compConfig,
HstComponentFactory compFactory)
|
HstComponentWindow |
HstComponentWindowFactory.create(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
HstComponentConfiguration compConfig,
HstComponentFactory compFactory)
Creates a HstComponentWindow instance. |
HstComponentWindow |
HstComponentWindowFactoryImpl.create(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
HstComponentConfiguration compConfig,
HstComponentFactory compFactory,
HstComponentWindow parentWindow)
|
HstComponentWindow |
HstComponentWindowFactory.create(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
HstComponentConfiguration compConfig,
HstComponentFactory compFactory,
HstComponentWindow parentWindow)
Creates a HstComponentWindow instance as a child window of the parentWindow. |
HstComponent |
HstComponentFactoryImpl.getComponentInstance(HstContainerConfig requestContainerConfig,
HstComponentConfiguration compConfig,
Mount mount)
|
HstComponent |
HstComponentFactory.getComponentInstance(HstContainerConfig requestContainerConfig,
HstComponentConfiguration compConfig,
Mount mount)
Returns the HstComponent instance from the HstComponent context. |
Constructors in org.hippoecm.hst.core.container with parameters of type HstComponentConfiguration | |
---|---|
HstComponentWindowImpl(HstComponentConfiguration hstComponentConfiguration,
String componentName,
HstComponent component,
HstComponentWindow parentWindow,
String referenceNamespace)
|
Uses of HstComponentConfiguration in org.hippoecm.hst.core.request |
---|
Methods in org.hippoecm.hst.core.request that return HstComponentConfiguration | |
---|---|
HstComponentConfiguration |
ResolvedSiteMapItem.getHstComponentConfiguration()
|
HstComponentConfiguration |
ResolvedSiteMapItem.getPortletHstComponentConfiguration()
|
Uses of HstComponentConfiguration in org.hippoecm.hst.mock.configuration.components |
---|
Classes in org.hippoecm.hst.mock.configuration.components that implement HstComponentConfiguration | |
---|---|
class |
MockHstComponentConfiguration
Mock implementation of HstComponentConfiguration . |
Methods in org.hippoecm.hst.mock.configuration.components that return HstComponentConfiguration | |
---|---|
HstComponentConfiguration |
MockHstComponentConfiguration.addChild(HstComponentConfiguration config)
|
HstComponentConfiguration |
MockHstComponentConfiguration.getChildByName(String name)
|
HstComponentConfiguration |
MockHstComponentConfiguration.getParent()
|
Methods in org.hippoecm.hst.mock.configuration.components that return types with arguments of type HstComponentConfiguration | |
---|---|
SortedMap<String,HstComponentConfiguration> |
MockHstComponentConfiguration.getChildren()
|
Methods in org.hippoecm.hst.mock.configuration.components with parameters of type HstComponentConfiguration | |
---|---|
HstComponentConfiguration |
MockHstComponentConfiguration.addChild(HstComponentConfiguration config)
|
void |
MockHstComponentConfiguration.setParent(HstComponentConfiguration parent)
|
Uses of HstComponentConfiguration in org.hippoecm.hst.mock.core.request |
---|
Methods in org.hippoecm.hst.mock.core.request that return HstComponentConfiguration | |
---|---|
HstComponentConfiguration |
MockResolvedSiteMapItem.getHstComponentConfiguration()
|
HstComponentConfiguration |
MockResolvedSiteMapItem.getPortletHstComponentConfiguration()
|
Methods in org.hippoecm.hst.mock.core.request with parameters of type HstComponentConfiguration | |
---|---|
void |
MockResolvedSiteMapItem.setHstComponentConfiguration(HstComponentConfiguration hstComponentConfiguration)
|
void |
MockResolvedSiteMapItem.setPortletHstComponentConfiguration(HstComponentConfiguration portletHstComponentConfiguration)
|
Uses of HstComponentConfiguration in org.hippoecm.hst.pagecomposer.jaxrs.model |
---|
Methods in org.hippoecm.hst.pagecomposer.jaxrs.model with parameters of type HstComponentConfiguration | |
---|---|
ComponentRepresentation |
ContainerRepresentation.represent(HstComponentConfiguration componentConfiguration,
Mount mount)
|
ComponentRepresentation |
ComponentRepresentation.represent(HstComponentConfiguration componentConfiguration,
Mount mount)
|
Uses of HstComponentConfiguration in org.hippoecm.hst.site.request |
---|
Fields in org.hippoecm.hst.site.request declared as HstComponentConfiguration | |
---|---|
HstComponentConfiguration |
ComponentConfigurationImpl.componentConfiguration
|
Methods in org.hippoecm.hst.site.request that return HstComponentConfiguration | |
---|---|
HstComponentConfiguration |
ResolvedSiteMapItemImpl.getHstComponentConfiguration()
|
HstComponentConfiguration |
ResolvedSiteMapItemImpl.getPortletHstComponentConfiguration()
|
Constructors in org.hippoecm.hst.site.request with parameters of type HstComponentConfiguration | |
---|---|
ComponentConfigurationImpl(HstComponentConfiguration compConfig)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |