Output methods
setResponse( response )
Sets the Response object that will be sent to the client
response
Response object
sendResponse( response )
Sends the current response. If a response is passed, sets it as the current response and then sends it.
response
Optional Response object
Last updated