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

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.impl.AbstractStartupObserver
      extended by org.apache.myfaces.extensions.cdi.core.impl.CoreStartupObserver

@ApplicationScoped
public class CoreStartupObserver
extends AbstractStartupObserver

Startup observer


Field Summary
protected  ProjectStage projectStage
           
 
Fields inherited from class org.apache.myfaces.extensions.cdi.core.impl.AbstractStartupObserver
codiCoreConfig, logger, separator
 
Constructor Summary
protected CoreStartupObserver()
           
 
Method Summary
protected  void logCoreConfiguration(StartupEvent startupEvent)
           
 
Methods inherited from class org.apache.myfaces.extensions.cdi.core.impl.AbstractStartupObserver
getConfigInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

projectStage

@Inject
protected ProjectStage projectStage
Constructor Detail

CoreStartupObserver

protected CoreStartupObserver()
Method Detail

logCoreConfiguration

protected void logCoreConfiguration(@Observes
                                    StartupEvent startupEvent)


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