return groovyLoader;
}
@Override
protected void startBean(Attributes attributes) {
bean = new BeanDefine();
bean.setId(attributes.getValue(ID));
bean.setAliases(attributes.getValue(NAME));
String type = attributes.getValue(CLASS);
String groovy = attributes.getValue("type");
if (groovy != null && "groovy".equalsIgnoreCase(groovy)) {