| org.picocontainer.behaviors.HiddenImplementation
All known Subclasses: org.picocontainer.behaviors.Intercepted,
HiddenImplementation | public class HiddenImplementation extends AbstractBehavior (Code) | | This component adapter makes it possible to hide the implementation
of a real subject (behind a proxy) provided the key is an interface.
This class exists here, because a) it has no deps on external jars, b) dynamic proxy is quite easy.
The user is prompted to look at picocontainer-gems for alternate and bigger implementations.
author: Aslak Hellesøy author: Paul Hammant See Also: org.picocontainer.gems.adapters.HotSwappingComponentAdapter See Also: for a more feature-rich version of this class. |
HiddenImplementation | public HiddenImplementation(ComponentAdapter<T> delegate)(Code) | | Creates an ImplementationHidingComponentAdapter with a delegate
Parameters: delegate - the component adapter to which this adapter delegates |
|
|