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, newInjector
public ComposingMonitor(ComponentMonitor delegate, ComposingMonitor.Composer... composers)
public ComposingMonitor(ComposingMonitor.Composer... composers)
public Object noComponentFound(MutablePicoContainer container, Object componentKey)
ComponentMonitor
noComponentFound
in interface ComponentMonitor
noComponentFound
in class AbstractComponentMonitor
Copyright © 2003–2015 Codehaus. All rights reserved.