de.intarsys.tools.functor
Class StandardFunctorOutlet

java.lang.Object
  extended by de.intarsys.tools.functor.StandardFunctorOutlet
All Implemented Interfaces:
IFunctorOutlet

public class StandardFunctorOutlet
extends java.lang.Object
implements IFunctorOutlet


Constructor Summary
StandardFunctorOutlet()
           
 
Method Summary
 java.util.List<IFunctorFactory> getFunctorFactories()
           
 IFunctorFactory lookupFunctorFactory(java.lang.String id)
           
 void registerFunctorFactory(IFunctorFactory factory)
           
 void unregisterFunctorFactory(IFunctorFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardFunctorOutlet

public StandardFunctorOutlet()
Method Detail

getFunctorFactories

public java.util.List<IFunctorFactory> getFunctorFactories()
Specified by:
getFunctorFactories in interface IFunctorOutlet

lookupFunctorFactory

public IFunctorFactory lookupFunctorFactory(java.lang.String id)
Specified by:
lookupFunctorFactory in interface IFunctorOutlet

registerFunctorFactory

public void registerFunctorFactory(IFunctorFactory factory)
Specified by:
registerFunctorFactory in interface IFunctorOutlet

unregisterFunctorFactory

public void unregisterFunctorFactory(IFunctorFactory factory)
Specified by:
unregisterFunctorFactory in interface IFunctorOutlet