org.apache.myfaces.extensions.cdi.core.impl
Class CodiInformationExtension

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.impl.CodiInformationExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension, Deactivatable

public class CodiInformationExtension
extends Object
implements javax.enterprise.inject.spi.Extension, Deactivatable

Author:
Gerhard Petracek

Field Summary
protected  Logger logger
           
 
Constructor Summary
CodiInformationExtension()
           
 
Method Summary
 boolean isActivated()
           
 void setBeanManager(javax.enterprise.inject.spi.AfterDeploymentValidation afterDeploymentValidation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final Logger logger
Constructor Detail

CodiInformationExtension

public CodiInformationExtension()
Method Detail

setBeanManager

public void setBeanManager(@Observes
                           javax.enterprise.inject.spi.AfterDeploymentValidation afterDeploymentValidation)

isActivated

public boolean isActivated()
Specified by:
isActivated in interface Deactivatable


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