org.ocpsoft.rewrite.cdi
Class CdiServiceLocator
java.lang.Object
org.ocpsoft.rewrite.cdi.manager.BeanManagerAware
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CdiServiceLocator
public CdiServiceLocator()
locate
public <T> Collection<Class<T>> locate(Class<T> type)
- Specified by:
locate in interface org.ocpsoft.common.spi.ServiceLocator
Copyright © 2012 OCPsoft. All Rights Reserved.