close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Changes between Version 7 and Version 8 of ApplicationObject


Ignore:
Timestamp:
Jul 15, 2008, 10:32:15 PM (16 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApplicationObject

    v7 v8  
    2525
    2626This application proxy forwards all operations to the actual application class. The application class has a `ctxt` property that provides access to various thread-local objects, such as the current HTTP request.
     27
     28Note though that it's not necessary to actually subclass `Application`, you can just as well use the base class as-is if you don't need any special behavior.
    2729
    2830== Initialization with a Configuration File ==