net.sourceforge.smile.config
Class ConfigurationManager

java.lang.Object
  extended bynet.sourceforge.smile.config.ConfigurationManager

public class ConfigurationManager
extends java.lang.Object

Author:
codehawk This object implements the default object initialization and also contains the default application startup behaviour.

Method Summary
static ConfigurationManager getInstance()
           
 FacesConfigTag getRoot()
          Retrieves the root configuration tag.
 void initialize()
          This operation scans the path of this web application and loads, and merges all faces-config.xml configuration files...
 void setRoot(FacesConfigTag root)
          This operation allows us to change the root context for out of container unit testing basically.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ConfigurationManager getInstance()

initialize

public void initialize()
This operation scans the path of this web application and loads, and merges all faces-config.xml configuration files...
Extract from 10.3.2 Application Startup Behavior:
At application startup time, before any requests are processed, the JSF implementation must process zero or more application configuration resources, located according to the following algorithm:


getRoot

public FacesConfigTag getRoot()
Retrieves the root configuration tag.

Returns:

setRoot

public void setRoot(FacesConfigTag root)
This operation allows us to change the root context for out of container unit testing basically.

Parameters:
root -