jBPM Form Modeler - ShowCase 6.1.0.Beta2

org.jbpm.formModeler.server.impl
Class ApplicationScopedProvider

java.lang.Object
  extended by org.jbpm.formModeler.server.impl.ApplicationScopedProvider

@ApplicationScoped
public class ApplicationScopedProvider
extends Object

This class should contain all ApplicationScoped producers required by the application.


Constructor Summary
ApplicationScopedProvider()
           
 
Method Summary
 org.uberfire.io.IOService ioService()
           
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationScopedProvider

public ApplicationScopedProvider()
Method Detail

setup

@PostConstruct
public void setup()

ioService

@Produces
@Named(value="ioStrategy")
public org.uberfire.io.IOService ioService()

jBPM Form Modeler - ShowCase 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.