Uses of Class
org.hippoecm.hst.core.container.ComponentsException
Packages that use 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
Methods in org.hippoecm.hst.addon.module that throw ComponentsException -
Uses of ComponentsException in org.hippoecm.hst.core.container
Methods in org.hippoecm.hst.core.container that throw ComponentsExceptionModifier 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.