return new Property(stack);
super.populateParams(); Property tag = (Property) component; tag.setDefault(defaultValue); tag.setValue(value); tag.setEscape(escape);
this.defaultValue = defaultValue;
this.escape = escape;
this.value = value;