BodyBuilder builder = new BodyBuilder();
builder.add("{0} = ({1}) ", fieldName, ClassFabUtils.getJavaClassName(propertyType));
builder.add("{0}#getComponent(this, ", TapestryUtils.class.getName());
builder.addQuoted(componentId);
builder.add(", {0}, {1});", classField, locationField);
op.extendMethodImplementation(IComponent.class, EnhanceUtils.FINISH_LOAD_SIGNATURE, builder
.toString());
}