Uses of Interface
org.hippoecm.hst.core.component.HstComponentMetadata
-
Packages that use HstComponentMetadata Package Description org.hippoecm.hst.core.container The org.hippoecm.hst.core.container package defines the API for the HST Core Container -
-
Uses of HstComponentMetadata in org.hippoecm.hst.core.container
Methods in org.hippoecm.hst.core.container that return HstComponentMetadata Modifier and Type Method Description HstComponentMetadata
HstComponentFactory. getComponentMetadata(HstContainerConfig requestContainerConfig, HstComponentConfiguration compConfig, Mount mount)
Returns the metadata of the HstComponent from the HstComponent context.HstComponentMetadata
HstComponentRegistry. getComponentMetadata(HstContainerConfig requestContainerConfig, String componentId)
Returns the metadata of the registered HstComponent.HstComponentMetadata
HstComponentWindow. getComponentMetadata()
The metadata of the actual HstComponent class.
-