org.apache.myfaces.cdi.checkenv
Class CheckInjectionWithWebServerExtension

java.lang.Object
  extended by org.apache.myfaces.cdi.checkenv.CheckInjectionWithWebServerExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

public class CheckInjectionWithWebServerExtension
extends Object
implements javax.enterprise.inject.spi.Extension

This extension registers a dummy bean that helps to test if the underlying web server integration is working with the CDI implementation or not. The idea is detect those cases where the web server is not integrated but CDI is available and should be preferred as InjectionProvider

Author:
Leonardo Uribe

Constructor Summary
CheckInjectionWithWebServerExtension()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckInjectionWithWebServerExtension

public CheckInjectionWithWebServerExtension()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.