public LayoutInflaterContentHandler(
Map<String, Component> componentOverrideMap) {
this.componentOverrideMap = componentOverrideMap;
componentFactory = new ComponentFactory();
attributeHandler = new AttributeHandler(attributeFilters);
layoutAttributeHandler = new LayoutAttributeHandler(
attributeFilters);
}