Java equivalent of <render:stream> tag
Do we have Java equivalent method for tag: `<render:stream>`? I am trying to assign string value of asset that has embedded links to a variable.
e.g. String ckEditorValue = alternative of `<render:stream>`;
Later I want to apply multiple string operations on that variable.
Thanks.