180181182183184185186187188
ref.setRefId(attributes.getValue(BEAN)); } } protected void startConstructorArg(Attributes attributes) { arg = new BeanConstructorParam(); arg.setType(attributes.getValue(TYPE)); isConstrctor = true; }