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
  • Constructor Details

    • CdiServiceLocator

      public CdiServiceLocator()
  • Method Details

    • locate

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