org.apache.myfaces.extensions.cdi.jsf.impl
Class JsfModuleStartupObserver

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

@ApplicationScoped
public class JsfModuleStartupObserver
extends AbstractStartupObserver

Author:
Gerhard Petracek

Field Summary
protected  ConversationConfig conversationConfig
           
protected  JsfModuleConfig jsfModuleConfig
           
protected  MessageContext messageContext
           
protected  WindowContextConfig windowContextConfig
           
 
Fields inherited from class org.apache.myfaces.extensions.cdi.core.impl.AbstractStartupObserver
codiCoreConfig, logger, separator
 
Constructor Summary
protected JsfModuleStartupObserver()
           
 
Method Summary
protected  String detectActiveJsfVersion()
           
protected  String detectJsfModuleVersion()
           
protected  String getTargetJsfVersion()
           
protected  void logJsfModuleConfiguration(StartupEvent startupEvent)
           
 
Methods inherited from class org.apache.myfaces.extensions.cdi.core.impl.AbstractStartupObserver
createMethodFilter, getConfigInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jsfModuleConfig

@Inject
protected JsfModuleConfig jsfModuleConfig

windowContextConfig

@Inject
protected WindowContextConfig windowContextConfig

conversationConfig

@Inject
protected ConversationConfig conversationConfig

messageContext

@Inject
@Jsf
protected MessageContext messageContext
Constructor Detail

JsfModuleStartupObserver

protected JsfModuleStartupObserver()
Method Detail

logJsfModuleConfiguration

protected void logJsfModuleConfiguration(@Observes
                                         StartupEvent startupEvent)

detectActiveJsfVersion

protected String detectActiveJsfVersion()

detectJsfModuleVersion

protected String detectJsfModuleVersion()

getTargetJsfVersion

protected String getTargetJsfVersion()


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