org.apache.myfaces.extensions.cdi.core.api.config
Class CodiCoreConfig

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
      extended by org.apache.myfaces.extensions.cdi.core.api.config.CodiCoreConfig
All Implemented Interfaces:
Serializable, AttributeAware, CodiConfig

@ApplicationScoped
public class CodiCoreConfig
extends AbstractAttributeAware
implements CodiConfig

Author:
Gerhard Petracek
See Also:
Serialized Form

Constructor Summary
protected CodiCoreConfig()
           
 
Method Summary
 boolean isAdvancedQualifierRequiredForDependencyInjection()
           
 boolean isConfigurationLoggingEnabled()
           
 
Methods inherited from class org.apache.myfaces.extensions.cdi.core.api.config.AbstractAttributeAware
containsAttribute, getAttribute, initConfig, setAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodiCoreConfig

protected CodiCoreConfig()
Method Detail

isAdvancedQualifierRequiredForDependencyInjection

public boolean isAdvancedQualifierRequiredForDependencyInjection()

isConfigurationLoggingEnabled

public boolean isConfigurationLoggingEnabled()


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