throws FacesException
{
//These two classes can be easily replaced by alternative implementations.
//As long as there is no need to switch implementations we need no
//factory pattern to create them.
_unmarshaller = new DigesterFacesConfigUnmarshallerImpl(_externalContext);
_dispenser = new DigesterFacesConfigDispenserImpl();
try
{
feedStandardConfig();