} else if (valueType.equalsIgnoreCase("template")) {
realValue = new PathAttribute(strValue);
} else if (valueType.equalsIgnoreCase("instance")) {
realValue = new DefinitionNameAttribute(strValue);
} else if (valueType.equalsIgnoreCase("definition")) {
realValue = new DefinitionNameAttribute(strValue);
} else { // bad type
throw new JspException(
"Warning - Tag put : Bad type '" + valueType + "'.");
}