Package twisted :: Package test :: Module test_woven :: Class FakeSite
[show private | hide private]
[frames | no frames]

Class FakeSite

  Factory --+            
            |            
ServerFactory --+        
                |        
      HTTPFactory --+    
                    |    
                 Site --+
                        |
                       FakeSite


Method Summary
  __init__(self, resource, logPath)
Initialize. (inherited from Site)
  __getstate__(self)
(inherited from Site)
  buildProtocol(self, addr)
Generate a channel attached to this site. (inherited from Site)
  doStart(self)
Make sure startFactory is called. (inherited from Factory)
  doStop(self)
Make sure stopFactory is called. (inherited from Factory)
  getChildWithDefault(self, pathEl, request)
Emulate a resource's getChild method. (inherited from Site)
  getResourceFor(self, req)
  getSession(self, uid)
Get a previously generated session, by its unique ID. (inherited from Site)
  log(self, request)
Log a request's result to the logfile, by default in combined log format. (inherited from HTTPFactory)
  makeSession(self)
Generate a new Session instance, and store it for future reference. (inherited from Site)
  render(self, request)
Redirect because a Site is always a directory. (inherited from Site)
  startFactory(self)
This will be called before I begin listening on a Port or Connector. (inherited from HTTPFactory)
  stopFactory(self)
This will be called before I stop listening on all Ports/Connectors. (inherited from HTTPFactory)
  _mkuid(self)
(internal) Generate an opaque, unique ID for a user's session. (inherited from Site)
  _openLogFile(self, path)
Override in subclasses, e.g. (inherited from Site)

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:29:08 2003 http://epydoc.sf.net