org.apache.myfaces.config
Class FacesConfigurator

java.lang.Object
  extended by org.apache.myfaces.config.FacesConfigurator

public class FacesConfigurator
extends Object

Configures everything for a given context. The FacesConfigurator is independent of the concrete implementations that lie behind FacesConfigUnmarshaller and FacesConfigDispenser.

Version:
$Revision: 1091751 $ $Date: 2011-04-13 06:29:11 -0500 (Wed, 13 Apr 2011) $
Author:
Manfred Geiler (latest modification by $Author: lofwyr $)

Nested Class Summary
static class FacesConfigurator.JarInfo
           
static class FacesConfigurator.VersionInfo
           
 
Field Summary
static String COMMONS_EL_PACKAGE_NAME
           
static String JSP_API_PACKAGE_NAME
           
static String MYFACES_API_PACKAGE_NAME
           
static String MYFACES_IMPL_PACKAGE_NAME
           
static String MYFACES_TOBAGO_PACKAGE_NAME
           
static String MYFACES_TOMAHAWK_PACKAGE_NAME
           
static String MYFACES_TOMAHAWK_SANDBOX_PACKAGE_NAME
           
 
Constructor Summary
FacesConfigurator(ExternalContext externalContext)
           
 
Method Summary
 void configure()
           
protected  void feedMetaInfServicesFactories()
          This method performs part of the factory search outlined in section 10.2.6.1.
protected  void logMetaInf()
          This method performs part of the factory search outlined in section 10.2.6.1.
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MYFACES_API_PACKAGE_NAME

public static final String MYFACES_API_PACKAGE_NAME
See Also:
Constant Field Values

MYFACES_IMPL_PACKAGE_NAME

public static final String MYFACES_IMPL_PACKAGE_NAME
See Also:
Constant Field Values

MYFACES_TOMAHAWK_PACKAGE_NAME

public static final String MYFACES_TOMAHAWK_PACKAGE_NAME
See Also:
Constant Field Values

MYFACES_TOMAHAWK_SANDBOX_PACKAGE_NAME

public static final String MYFACES_TOMAHAWK_SANDBOX_PACKAGE_NAME
See Also:
Constant Field Values

MYFACES_TOBAGO_PACKAGE_NAME

public static final String MYFACES_TOBAGO_PACKAGE_NAME
See Also:
Constant Field Values

COMMONS_EL_PACKAGE_NAME

public static final String COMMONS_EL_PACKAGE_NAME
See Also:
Constant Field Values

JSP_API_PACKAGE_NAME

public static final String JSP_API_PACKAGE_NAME
See Also:
Constant Field Values
Constructor Detail

FacesConfigurator

public FacesConfigurator(ExternalContext externalContext)
Method Detail

update

public void update()

configure

public void configure()
               throws FacesException
Throws:
FacesException

logMetaInf

protected void logMetaInf()
This method performs part of the factory search outlined in section 10.2.6.1.


feedMetaInfServicesFactories

protected void feedMetaInfServicesFactories()
This method performs part of the factory search outlined in section 10.2.6.1.



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