applyToResource: function(resource) {
      this.allDecorators.forEach((function(decorator) {
        decorator.resourceApply(resource);
      }));
      if (this.parentDescription) {