Uses of Interface
org.hippoecm.hst.core.request.ComponentConfiguration
-
Packages that use ComponentConfiguration Package Description org.hippoecm.hst.core.component 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 ComponentConfiguration Modifier and Type Method Description ComponentConfiguration
GenericHstComponent. 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 ComponentConfiguration Modifier and Type Method Description void
GenericHstComponent. init(javax.servlet.ServletContext servletContext, ComponentConfiguration componentConfig)
void
HstComponent. init(javax.servlet.ServletContext servletContext, ComponentConfiguration componentConfig)
Allows the component to initialize itself
-