}
}
private void processFacesConfiguration(PortletContext context)
{
FacesConfigurationProcessor processor = new FacesConfigurationProcessor(context);
// Get the public render parameter mappings
mPublicParameterMappings = processor.getPublicParameterMappings();
// Get the write-behind response wrapper mappings
mWriteBehindRenderResponseWrapper = validateWrapperClass(processor.getWriteBehindRenderResponseWrapperClassName());
mWriteBehindResourceResponseWrapper = validateWrapperClass(processor.getWriteBehindResourceResponseWrapperClassName());
// Update the excluded attributes list
List<String> list = processor.getExcludedAttributes();
if (list != null)
{
ListIterator<String> i = (ListIterator<String>) list.listIterator();
while (i.hasNext())