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

Author:
Gerhard Petracek

Field Summary
protected  CodiCoreConfig codiCoreConfig
           
protected  Logger logger
           
protected  String separator
           
 
Constructor Summary
AbstractStartupObserver()
           
 
Method Summary
protected  void createMethodFilter(Set<String> processedMethod)
           
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)

createMethodFilter

protected void createMethodFilter(Set<String> processedMethod)


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