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
|
org.hippoecm.hst.mock.core.container |
Modifier and Type | Method and Description |
---|---|
<T> T |
ModuleInstance.getComponent(Class<T> requiredType) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
MockComponentManager.getComponent(Class<T> requiredType) |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.