rewrite-integration-cdi 1.0.5.Final

org.ocpsoft.rewrite.cdi
Class CdiServiceLocator

java.lang.Object
  extended by org.ocpsoft.rewrite.cdi.manager.BeanManagerAware
      extended by org.ocpsoft.rewrite.cdi.CdiServiceLocator
All Implemented Interfaces:
org.ocpsoft.common.spi.ServiceLocator

public class CdiServiceLocator
extends BeanManagerAware
implements org.ocpsoft.common.spi.ServiceLocator

Author:
Lincoln Baxter, III, Christian Kaltepoth

Constructor Summary
CdiServiceLocator()
           
 
Method Summary
<T> Collection<Class<T>>
locate(Class<T> type)
           
 
Methods inherited from class org.ocpsoft.rewrite.cdi.manager.BeanManagerAware
getBeanManager, getBeanManagerLocator, isBeanManagerAvailable, isBeanManagerInjected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdiServiceLocator

public CdiServiceLocator()
Method Detail

locate

public <T> Collection<Class<T>> locate(Class<T> type)
Specified by:
locate in interface org.ocpsoft.common.spi.ServiceLocator

rewrite-integration-cdi 1.0.5.Final

Copyright © 2012 OCPsoft. All Rights Reserved.