@Service(value=GuiProviderFactory.class) public class DefaultGuiProviderFactory extends Object implements GuiProviderFactory
| Constructor and Description |
|---|
DefaultGuiProviderFactory()
Creates the factory.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends PersistentDomainObject<T>> |
createGuiProvider(T pdo)
Creates a service object that provides methods related to the rdc gui.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstancepublic DefaultGuiProviderFactory()
public <T extends PersistentDomainObject<T>> GuiProvider<T> createGuiProvider(T pdo)
GuiProviderFactorycreateGuiProvider in interface GuiProviderFactoryT - the PDO's classpdo - the PDOTentackle - distributed, domain- and model-driven