Uses of Class
org.hippoecm.hst.core.container.ComponentsException
Package
Description
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
-
Uses of ComponentsException in org.hippoecm.hst.addon.module
-
Uses of ComponentsException in org.hippoecm.hst.core.container
Modifier and TypeMethodDescription<T> T
ComponentManager.getComponent
(Class<T> requiredType) Returns the registered container component by the specified type if any.<T> T
ComponentManager.getComponent
(Class<T> requiredType, String... addonModuleNames) Returns the registered component from a child context by the specified type.