Package de.intarsys.tools.facade
Class DelegatingFacadeFactory
java.lang.Object
de.intarsys.tools.facade.FacadeFactory
de.intarsys.tools.facade.DelegatingFacadeFactory
- All Implemented Interfaces:
IFacadeFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFactory(IFacadeFactory factory) protected IFacadebasicCreate(Object nativeObject) final IFacadecreateFacade(Object nativeObject) TheIFacadeassociated withobject.voidremoveFactory(IFacadeFactory factory) Methods inherited from class de.intarsys.tools.facade.FacadeFactory
get, set
-
Constructor Details
-
DelegatingFacadeFactory
public DelegatingFacadeFactory()
-
-
Method Details
-
basicCreate
-
addFactory
-
removeFactory
-
createFacade
Description copied from interface:IFacadeFactoryTheIFacadeassociated withobject.
-