TagInfo forward = new TagInfo("jsp:forward", true);
forward.addAttributeInfo(new AttributeInfo("page", true));
_tagList.add(forward);
TagInfo param = new TagInfo("jsp:param", false);
param.addAttributeInfo(new AttributeInfo("name", true));
param.addAttributeInfo(new AttributeInfo("value", true));
_tagList.add(param);
TagInfo attribute = new TagInfo("jsp:attribute", true);
attribute.addAttributeInfo(new AttributeInfo("name", true));