@ApplicationScoped public class DomainHandlerRegistry extends Object
| Constructor and Description |
|---|
DomainHandlerRegistry(org.jboss.errai.ioc.client.container.SyncBeanManager iocBeanManager) |
| Modifier and Type | Method and Description |
|---|---|
List<DomainHandler> |
getDomainHandlers() |
List<DomainHandler> |
getDomainHandlers(List<String> includedDomains) |
List<DomainHandler> |
getDomainHandlers(String excludeDomain) |
@Inject public DomainHandlerRegistry(org.jboss.errai.ioc.client.container.SyncBeanManager iocBeanManager)
public List<DomainHandler> getDomainHandlers(String excludeDomain)
public List<DomainHandler> getDomainHandlers(List<String> includedDomains)
public List<DomainHandler> getDomainHandlers()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.