| AbstractPageResponse {R.httpd} | R Documentation |
Package: R.httpd
Class AbstractPageResponse
Object
~~|
~~+--AbstractPageResponse
Directly known subclasses:
HttpDaemonResponse
public abstract static class AbstractPageResponse
extends Object
An abstract class that provides basic methods to write and flush output to the generated document.
AbstractPageResponse(...)
... |
Not used. |
Methods:
flush | Flushes the response buffer. | |
getPath | Gets the path to the response directory. | |
headerDone | - | |
write | Writes a 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/)