attr = new AttributeBean();
attr.setBindingType(AttributeBean.BINDING_TYPE_NONE);
attr.setName("escape");
attr.setValue(Boolean.FALSE.toString());
endTarget.addAttribute(attr);
attr = new AttributeBean();
attr.setBindingType(AttributeBean.BINDING_TYPE_NONE);
attr.setName("isTransient");
attr.setValue(Boolean.TRUE.toString());