Class DomainHandlerRegistry
- java.lang.Object
-
- org.kie.workbench.common.screens.datamodeller.client.handlers.DomainHandlerRegistry
-
@ApplicationScoped public class DomainHandlerRegistry extends Object
-
-
Constructor Summary
Constructors Constructor Description DomainHandlerRegistry(org.jboss.errai.ioc.client.container.SyncBeanManager iocBeanManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DomainHandler>getDomainHandlers()List<DomainHandler>getDomainHandlers(String excludeDomain)List<DomainHandler>getDomainHandlers(List<String> includedDomains)
-
-
-
Method Detail
-
getDomainHandlers
public List<DomainHandler> getDomainHandlers(String excludeDomain)
-
getDomainHandlers
public List<DomainHandler> getDomainHandlers(List<String> includedDomains)
-
getDomainHandlers
public List<DomainHandler> getDomainHandlers()
-
-