useBean.addAttributeInfo(new AttributeInfo("scope", true, SCOPE));
useBean.addAttributeInfo(new AttributeInfo("class", true, CLASS));
_tagList.add(useBean);
TagInfo setProperty = new TagInfo("jsp:setProperty", false);
setProperty.addAttributeInfo(new AttributeInfo("name", true));
setProperty.addAttributeInfo(new AttributeInfo("param", true));
setProperty.addAttributeInfo(new AttributeInfo("property", true));
_tagList.add(setProperty);
TagInfo include = new TagInfo("jsp:include", false);