pt.digitalis.dif.ioc
Class DIFIoCRegistry

java.lang.Object
  extended by pt.digitalis.dif.ioc.DIFIoCRegistry

public final class DIFIoCRegistry
extends Object

This class represents a wrapper class for the real registry implementation. Since we cant use IoC to abstract us from the IoC implementation we wish to use, we will use this Facade class to get to the real implementation. The registry is created with the proper implementation according to the default core dif configuration.

Author:
Pedro Viegas pviegas@digitalis.pt
Created on:
Oct 2, 2007

Method Summary
static pt.digitalis.utils.ioc.IIoCRegistry getRegistry()
          Getter for the Singleton instance of IIoCRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRegistry

public static pt.digitalis.utils.ioc.IIoCRegistry getRegistry()
Getter for the Singleton instance of IIoCRegistry

Returns:
the registry instance


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.