jbpm-form-modeler-common 6.2.0.Beta3

org.jbpm.formModeler.service.cdi
Class CDIBeanLocator

java.lang.Object
  extended by org.jbpm.formModeler.service.cdi.CDIBeanLocator

public class CDIBeanLocator
extends Object


Constructor Summary
CDIBeanLocator()
           
 
Method Summary
static Object getBeanByName(String name)
           
static Object getBeanByNameOrType(String beanName)
           
static Object getBeanByType(Class type)
           
static Object getBeanByType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDIBeanLocator

public CDIBeanLocator()
Method Detail

getBeanByName

public static Object getBeanByName(String name)

getBeanByType

public static Object getBeanByType(Class type)

getBeanByType

public static Object getBeanByType(String type)

getBeanByNameOrType

public static Object getBeanByNameOrType(String beanName)

jbpm-form-modeler-common 6.2.0.Beta3

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