public class ComposingMonitor extends AbstractComponentMonitor
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComposingMonitor.Composer
A Composer can be used to make components that are otherwise missing.
|
KEEP| Constructor and Description |
|---|
ComposingMonitor(ComponentMonitor delegate,
ComposingMonitor.Composer... composers) |
ComposingMonitor(ComposingMonitor.Composer... composers) |
| Modifier and Type | Method and Description |
|---|---|
Object |
noComponentFound(MutablePicoContainer container,
Object componentKey)
No Component has been found for the key in question.
|
changeMonitor, currentMonitor, instantiated, instantiating, instantiationFailed, invocationFailed, invoked, invoking, lifecycleInvocationFailed, newBehavior, newInjectorpublic ComposingMonitor(ComponentMonitor delegate, ComposingMonitor.Composer... composers)
public ComposingMonitor(ComposingMonitor.Composer... composers)
public Object noComponentFound(MutablePicoContainer container, Object componentKey)
ComponentMonitornoComponentFound in interface ComponentMonitornoComponentFound in class AbstractComponentMonitorCopyright © 2003-2014 Codehaus. All Rights Reserved.