org.apache.myfaces.webapp
Class FaceletsInitilializer

java.lang.Object
  extended by org.apache.myfaces.webapp.AbstractFacesInitializer
      extended by org.apache.myfaces.webapp.FaceletsInitilializer
All Implemented Interfaces:
FacesInitializer

public class FaceletsInitilializer
extends AbstractFacesInitializer

This initializer initializes only Facelets. Specially checks for org.apache.myfaces.EXPRESSION_FACTORY parameter.

Author:
Martin Koci

Field Summary
 
Fields inherited from class org.apache.myfaces.webapp.AbstractFacesInitializer
CDI_BEAN_MANAGER_INSTANCE, EXPRESSION_FACTORY, INIT_PARAM_LOG_WEB_CONTEXT_PARAMS, INIT_PARAM_LOG_WEB_CONTEXT_PARAMS_DEFAULT, INITIALIZE_ALWAYS_STANDALONE
 
Constructor Summary
FaceletsInitilializer()
           
 
Method Summary
protected  void initContainerIntegration(javax.servlet.ServletContext servletContext, ExternalContext externalContext)
          Performs initialization tasks depending on the current environment.
 
Methods inherited from class org.apache.myfaces.webapp.AbstractFacesInitializer
_callPreDestroyOnInjectedJSFArtifacts, buildConfiguration, destroyFaces, destroyShutdownFacesContext, destroyStartupFacesContext, getUserDefinedExpressionFactory, initCDIIntegration, initFaces, initShutdownFacesContext, initStartupFacesContext, loadExpressionFactory, validateFacesConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaceletsInitilializer

public FaceletsInitilializer()
Method Detail

initContainerIntegration

protected void initContainerIntegration(javax.servlet.ServletContext servletContext,
                                        ExternalContext externalContext)
Description copied from class: AbstractFacesInitializer
Performs initialization tasks depending on the current environment.

Specified by:
initContainerIntegration in class AbstractFacesInitializer
Parameters:
servletContext - the current ServletContext
externalContext - the current ExternalContext


Copyright © 2015 The Apache Software Foundation. All rights reserved.