org.apache.myfaces.cdi.checkenv
Class CheckInjectionWithWebServerExtension
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckInjectionWithWebServerExtension
public CheckInjectionWithWebServerExtension()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.