@ApplicationScoped
@Specializes
public class CommandLineSetup
extends org.uberfire.server.cdi.UberFireGeneralFactory
Constructor and Description |
---|
CommandLineSetup() |
Modifier and Type | Method and Description |
---|---|
org.uberfire.rpc.SessionInfo |
getSessionInfo(org.jboss.errai.security.shared.service.AuthenticationService authenticationService) |
org.uberfire.io.IOService |
ioService(org.uberfire.backend.server.IOWatchServiceAllImpl watchService) |
org.uberfire.ext.metadata.MetadataConfig |
luceneConfig() |
org.kie.soup.project.datamodel.commons.util.MVELEvaluator |
mvelEvaluator() |
org.jboss.errai.security.shared.api.identity.User |
user() |
@Produces @Singleton public org.jboss.errai.security.shared.api.identity.User user()
@Produces @Singleton public org.kie.soup.project.datamodel.commons.util.MVELEvaluator mvelEvaluator()
@Produces @Singleton @Named(value="luceneConfig") public org.uberfire.ext.metadata.MetadataConfig luceneConfig()
@Produces @Named(value="ioStrategy") @Singleton public org.uberfire.io.IOService ioService(org.uberfire.backend.server.IOWatchServiceAllImpl watchService)
@Produces @Default @ApplicationScoped public org.uberfire.rpc.SessionInfo getSessionInfo(org.jboss.errai.security.shared.service.AuthenticationService authenticationService)
getSessionInfo
in class org.uberfire.server.cdi.UberFireGeneralFactory
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.