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

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.impl.AbstractStartupObserver
Direct Known Subclasses:
CoreStartupObserver

public abstract class AbstractStartupObserver
extends Object

Base implementation for startup observers


Field Summary
protected  CodiCoreConfig codiCoreConfig
           
protected  Logger logger
           
protected  String separator
           
 
Constructor Summary
AbstractStartupObserver()
           
 
Method Summary
protected  String getConfigInfo(CodiConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

@Inject
protected Logger logger

codiCoreConfig

@Inject
protected CodiCoreConfig codiCoreConfig

separator

protected String separator
Constructor Detail

AbstractStartupObserver

public AbstractStartupObserver()
Method Detail

getConfigInfo

protected String getConfigInfo(CodiConfig config)


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