|
From: Dejan K. <dej...@nb...> - 2003-12-29 08:16:42
|
I would suggest using some shorter name. Something like getContents() as
Mitch Christensen proposed. Note that this method will mostly be used in
pipeline configurations and I would prefer using:
blah.blah=${document.contents}
then
blah.blah=${document.documentAsString}
Dejan
>OK, done and committed to both branches. The new method name is
>getDocumentAsString().
|