Class DelegatingFacadeFactory

java.lang.Object
de.intarsys.tools.facade.FacadeFactory
de.intarsys.tools.facade.DelegatingFacadeFactory
All Implemented Interfaces:
IFacadeFactory

public class DelegatingFacadeFactory extends FacadeFactory
  • Constructor Details

    • DelegatingFacadeFactory

      public DelegatingFacadeFactory()
  • Method Details

    • basicCreate

      protected IFacade basicCreate(Object nativeObject)
    • addFactory

      public void addFactory(IFacadeFactory factory)
    • removeFactory

      public void removeFactory(IFacadeFactory factory)
    • createFacade

      public final IFacade createFacade(Object nativeObject)
      Description copied from interface: IFacadeFactory
      The IFacade associated with object.
      Parameters:
      nativeObject - The object whose IFacade is to be created.
      Returns:
      The IFacade associated with object.