@ApplicationScoped public class PlatformManagerImpl extends Object implements PlatformManager
| Modifier | Constructor and Description |
|---|---|
protected |
PlatformManagerImpl() |
|
PlatformManagerImpl(org.jboss.errai.ioc.client.container.SyncBeanManager beanManager) |
| Modifier and Type | Method and Description |
|---|---|
ClientPlatform |
getCurrentPlatform() |
Iterable<ClientPlatform> |
getSupportedPlatforms() |
void |
init() |
protected PlatformManagerImpl()
@Inject public PlatformManagerImpl(org.jboss.errai.ioc.client.container.SyncBeanManager beanManager)
@PostConstruct public void init()
public Iterable<ClientPlatform> getSupportedPlatforms()
getSupportedPlatforms in interface PlatformManagerpublic ClientPlatform getCurrentPlatform()
getCurrentPlatform in interface PlatformManagerCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.