org.picocontainer.alternatives
Class ImplementationHidingComponentAdapterFactory

java.lang.Object
  extended byorg.picocontainer.defaults.MonitoringComponentAdapterFactory
      extended byorg.picocontainer.defaults.DecoratingComponentAdapterFactory
          extended byorg.picocontainer.defaults.ImplementationHidingComponentAdapterFactory
              extended byorg.picocontainer.alternatives.ImplementationHidingComponentAdapterFactory
All Implemented Interfaces:
ComponentAdapterFactory, ComponentMonitorStrategy, Serializable

Deprecated. since 1.2, moved to package org.picocontainer.defaults

public class ImplementationHidingComponentAdapterFactory
extends ImplementationHidingComponentAdapterFactory

Since:
1.1
Author:
Aslak Hellesøy
See Also:
for a more feature-rich version of the class, Serialized Form

Constructor Summary
ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate)
          Deprecated. since 1.2, moved to package org.picocontainer.defaults
ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate, boolean strict)
          Deprecated. since 1.2, moved to package org.picocontainer.defaults
 
Methods inherited from class org.picocontainer.defaults.ImplementationHidingComponentAdapterFactory
createComponentAdapter
 
Methods inherited from class org.picocontainer.defaults.MonitoringComponentAdapterFactory
changeMonitor, currentMonitor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementationHidingComponentAdapterFactory

public ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate,
                                                   boolean strict)
Deprecated. since 1.2, moved to package org.picocontainer.defaults


ImplementationHidingComponentAdapterFactory

public ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate)
Deprecated. since 1.2, moved to package org.picocontainer.defaults



Copyright © 2003-2007 Codehaus. All Rights Reserved.