output=true
tags to your interceptors. (BAD PRACTICE). This is an elegant solution that can work for both core and custom interception points.Hint Each execution point will have its own clean buffer to work with. As each interception point has finalized execution, the output buffer is flushed, only if content exists.
buffer
argument:append( str )
Append strings to the bufferclear()
Clear the entire bufferlength()
Get size of the buffergetString()
Get the entire string in the buffergetBufferObject()
Get the actual java String Builder object