Package ZenUtils :: Module FakeRequest :: Class FakeRequest
[show private | hide private]
[frames | no frames]

Type FakeRequest

object --+    
         |    
      dict --+
             |
            FakeRequest


Used for ajax calls from event console and elsewhere. This is used as a container for REQUEST['message'] which we are interested in. It has the advantage over the regular REQUEST object in that it won't actually bother to render anything when callZenScreen() is called with one.
Method Summary
  __init__(self, *args, **kw)
  setMessage(self, R)
Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __getitem__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __repr__, __setitem__, clear, copy, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values
Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__, __str__
Inherited from type: fromkeys

Class Variable Summary
bool dontRedirect = True
bool dontRender = True

Class Variable Details

dontRedirect

Type:
bool
Value:
True                                                                   

dontRender

Type:
bool
Value:
True                                                                   

Generated by Epydoc 2.1 on Thu Aug 16 09:55:09 2007 http://epydoc.sf.net