org.picocontainer.gems.behaviors
Class AsmImplementationHiding
java.lang.Object
org.picocontainer.behaviors.AbstractBehaviorFactory
org.picocontainer.gems.behaviors.AsmImplementationHiding
- All Implemented Interfaces:
- Serializable, BehaviorFactory, ComponentFactory
public class AsmImplementationHiding
- extends AbstractBehaviorFactory
Because AsmImplementationHiding is the same type of behavior as HiddenImplementation, we use the same
characteristic properties for turning on and off AsmImplementation Hiding.
- See Also:
Characteristics.HIDE_IMPL
,
Characteristics.NO_HIDE_IMPL
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsmImplementationHiding
public AsmImplementationHiding()
createComponentAdapter
public <T> ComponentAdapter<T> createComponentAdapter(ComponentMonitor componentMonitor,
LifecycleStrategy lifecycleStrategy,
Properties componentProperties,
Object componentKey,
Class<T> componentImplementation,
Parameter... parameters)
throws PicoCompositionException
- Specified by:
createComponentAdapter
in interface ComponentFactory
- Overrides:
createComponentAdapter
in class AbstractBehaviorFactory
- Throws:
PicoCompositionException
addComponentAdapter
public <T> ComponentAdapter<T> addComponentAdapter(ComponentMonitor componentMonitor,
LifecycleStrategy lifecycleStrategy,
Properties componentProperties,
ComponentAdapter<T> adapter)
- Specified by:
addComponentAdapter
in interface BehaviorFactory
- Overrides:
addComponentAdapter
in class AbstractBehaviorFactory
Copyright © 2003-2010 Codehaus. All Rights Reserved.