}
this.portletConfig = config;
PortletContext portletContext = config.getPortletContext();
WebXML webXml = new WebXML();
webXml.parse(portletContext);
this.filterInitParams = webXml.getFilterInitParams();
initFaces(portletContext);
// add locales to faces application
transferLocales(config);
// Register exception handler.
exceptionHandler = createExceptionHandler();
// Parse web.xml for a Faces Servlet mappings.
this.facesServletMappings = webXml.getFacesServletMappings();
errorPages = webXml.getErrorViews();
// Get all excluded request attributes names.
this.excludedAttributes = new HashSet<ExcludedRequestAttribute>();
String bridgeParametersPrefix = Bridge.BRIDGE_PACKAGE_PREFIX
+ portletName + ".";
List<String> excluded = (List<String>) portletContext