/* 1132 */ String name = attribute.getName();
/* 1133 */ InvocationContext ctx = (InvocationContext)this.attributeContextMap.get(name);
/* */
/* 1135 */ Method getter = mmap.lookupGetter(attribute);
/* 1136 */ Method setter = mmap.lookupSetter(attribute);
/* 1137 */ ctx.setDispatcher(new AttributeDispatcher(getter, setter, this.dynamicResource));
/* 1138 */ ctx.setTarget(this.resource);
/* */ }
/* */ }