org.picocontainer.defaults
Class DefaultCompositeProxyFactory
java.lang.Object
org.picocontainer.defaults.DefaultCompositeProxyFactory
- All Implemented Interfaces:
- CompositeProxyFactory, Serializable
- public class DefaultCompositeProxyFactory
- extends Object
- implements CompositeProxyFactory, Serializable
- Version:
- $Revision: 1.1 $
- Author:
- Aslak Hellesøy
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCompositeProxyFactory
public DefaultCompositeProxyFactory()
createCompositeProxy
public Object createCompositeProxy(ClassLoader classLoader,
List objectsToAggregateCallFor,
boolean callInReverseOrder)
- Specified by:
createCompositeProxy
in interface CompositeProxyFactory
Copyright © 2003 Codehaus. All Rights Reserved.