RspResponse {R.rsp} | R Documentation |
Package: R.rsp
Class RspResponse
Object
~~|
~~+--
RspResponse
Directly known subclasses:
FileRspResponse, HttpDaemonRspResponse
public abstract static class RspResponse
extends Object
An abstract class that provides basic methods to write and flush output to the generated document.
RspResponse(...)
... |
Not used. |
Methods:
flush | Flushes the response buffer. | |
import | Imports the output from another RSP file. | |
write | Writes an RSP response to the predefined output file. |
Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstanciationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, save
Henrik Bengtsson (http://www.braju.com/R/)