AbstractPageResponse         package:R.httpd         R Documentation

_T_h_e _A_b_s_t_r_a_c_t_P_a_g_e_R_e_s_p_o_n_s_e _c_l_a_s_s

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     AbstractPageResponse(...)

_A_r_g_u_m_e_n_t_s:

     ...: Not used.

_F_i_e_l_d_s _a_n_d _M_e_t_h_o_d_s:

     *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

_A_u_t_h_o_r(_s):

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

