Uses of Class
org.hippoecm.hst.core.container.ComponentsException
-
Packages that use ComponentsException Package Description org.hippoecm.hst.addon.module org.hippoecm.hst.core.container 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 Modifier and Type Method Description <T> T
ModuleInstance. getComponent(Class<T> requiredType)
-
Uses of ComponentsException in org.hippoecm.hst.core.container
Methods in org.hippoecm.hst.core.container that throw ComponentsException Modifier and Type Method Description <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.
-