doc/book/en/devweb/publisher.rst
branchstable
changeset 5400 b7ab099b128a
parent 5394 105011657405
equal deleted inserted replaced
5399:03c641ae00a6 5400:b7ab099b128a
     8 The story begins with the ``CubicWebPublisher.main_publish``
     8 The story begins with the ``CubicWebPublisher.main_publish``
     9 method. We do not get upper in the bootstrap process because it is
     9 method. We do not get upper in the bootstrap process because it is
    10 dependant on the used HTTP library. With `twisted`_ however,
    10 dependant on the used HTTP library. With `twisted`_ however,
    11 ``cubicweb.etwist.server.CubicWebRootResource.render_request`` is the
    11 ``cubicweb.etwist.server.CubicWebRootResource.render_request`` is the
    12 real entry point.
    12 real entry point.
       
    13 
       
    14 .. _`twisted`: http://twistedmatrix.com/trac/
    13 
    15 
    14 What main_publish does:
    16 What main_publish does:
    15 
    17 
    16 * get a controller id and a result set from the path (this is actually
    18 * get a controller id and a result set from the path (this is actually
    17   delegated to the `urlpublisher` component)
    19   delegated to the `urlpublisher` component)