doc/book/en/development/devweb/controllers.rst
branchstable
changeset 4743 026a89520184
parent 4741 f9a176ebe090
child 5263 196eb979318f
equal deleted inserted replaced
4741:f9a176ebe090 4743:026a89520184
    20   an end-user-friendly way (but other programming errors will slip
    20   an end-user-friendly way (but other programming errors will slip
    21   through)
    21   through)
    22 
    22 
    23 * the JSon controller (web/views/basecontrollers.py) provides services
    23 * the JSon controller (web/views/basecontrollers.py) provides services
    24   for Ajax calls, typically using JSON as a serialization format for
    24   for Ajax calls, typically using JSON as a serialization format for
    25   input, and sometimes using either JSON or XML for output; 
    25   input, and sometimes using either JSON or XML for output;
    26 
    26 
    27 * the Login/Logout controllers (web/views/basecontrollers.py) make
    27 * the Login/Logout controllers (web/views/basecontrollers.py) make
    28   effective user login or logout requests
    28   effective user login or logout requests
    29 
    29 
    30 Edition:
    30 Edition: