Uses of Interface
org.hippoecm.hst.core.request.ComponentConfiguration
Packages that use ComponentConfiguration
Package
Description
The org.hippoecm.hst.core.component package defines the API for the HST Core Component
-
Uses of ComponentConfiguration in org.hippoecm.hst.core.component
Methods in org.hippoecm.hst.core.component that return ComponentConfigurationModifier and TypeMethodDescriptionGenericHstComponent.getComponentConfiguration()
default ComponentConfiguration
HstComponent.getComponentConfiguration()
Returns the ComponentConfiguration for this component ornull
if not implemented by a subclassMethods in org.hippoecm.hst.core.component with parameters of type ComponentConfigurationModifier and TypeMethodDescriptionvoid
GenericHstComponent.init
(jakarta.servlet.ServletContext servletContext, ComponentConfiguration componentConfig) void
HstComponent.init
(jakarta.servlet.ServletContext servletContext, ComponentConfiguration componentConfig) Allows the component to initialize itself