Class KieServerStandaloneControllerProducer
- java.lang.Object
-
- org.kie.workbench.common.screens.server.management.backend.KieServerStandaloneControllerProducer
-
@ApplicationScoped public class KieServerStandaloneControllerProducer extends Object
-
-
Constructor Summary
Constructors Constructor Description KieServerStandaloneControllerProducer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.server.controller.client.KieServerControllerClientproduceKieServerControllerClient(org.kie.server.controller.client.event.EventHandler handler)protected static voidvalidateProtocol(String controllerURL)
-
-
-
Method Detail
-
produceKieServerControllerClient
@Produces @ApplicationScoped public org.kie.server.controller.client.KieServerControllerClient produceKieServerControllerClient(org.kie.server.controller.client.event.EventHandler handler)
-
validateProtocol
protected static void validateProtocol(String controllerURL)
-
-