open static fun print(): ResultHandler
Print MvcResult details to the "standard" output stream.
See Also
System#out#print(OutputStream)#print(Writer)#log()
open static fun print(stream: OutputStream): ResultHandler
Print MvcResult details to the supplied OutputStream.
Since
4.2
See Also
#print()#print(Writer)#log()
open static fun print(writer: Writer): ResultHandler
Print MvcResult details to the supplied Writer.
Since
4.2
See Also
#print()#print(OutputStream)#log()