@Startup(value=BOOTSTRAP) @ApplicationScoped public class ApplicationScopedProducer extends Object
Modifier and Type | Field and Description |
---|---|
protected IOServiceNio2WrapperProvider |
ioServiceNio2WrapperProvider |
Constructor and Description |
---|
ApplicationScopedProducer() |
Modifier and Type | Method and Description |
---|---|
org.uberfire.io.IOService |
ioService() |
void |
setup() |
org.jboss.errai.security.shared.api.identity.User |
user() |
@Inject protected IOServiceNio2WrapperProvider ioServiceNio2WrapperProvider
@PostConstruct public void setup()
@Produces @Named(value="ioStrategy") public org.uberfire.io.IOService ioService()
@Produces @RequestScoped public org.jboss.errai.security.shared.api.identity.User user()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.