picocontainer.defaults
Class DefaultAggregateProxyFactory

java.lang.Object
  extended bypicocontainer.defaults.DefaultAggregateProxyFactory
All Implemented Interfaces:
AggregateProxyFactory

public class DefaultAggregateProxyFactory
extends Object
implements AggregateProxyFactory

Version:
$Revision: 1.2 $
Author:
Aslak Hellesøy

Constructor Summary
DefaultAggregateProxyFactory()
           
 
Method Summary
 Object createAggregateProxy(ClassLoader classLoader, List objectsToAggregateCallFor, boolean callInReverseOrder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAggregateProxyFactory

public DefaultAggregateProxyFactory()
Method Detail

createAggregateProxy

public Object createAggregateProxy(ClassLoader classLoader,
                                   List objectsToAggregateCallFor,
                                   boolean callInReverseOrder)
Specified by:
createAggregateProxy in interface AggregateProxyFactory


Copyright © 2003 Codehaus. All Rights Reserved.