Package Peach :: Package Engine :: Module webwatcher :: Class WebHandler
[hide private]

Class WebHandler

source code


Nested Classes [hide private]

Inherited from twisted.web.resource.Resource: entityType

Instance Methods [hide private]
 
render_GET(self, request) source code

Inherited from twisted.web.resource.Resource: __init__, delEntity, getChild, getChildForRequest, getChildWithDefault, getDynamicEntity, getStaticEntity, listDynamicEntities, listDynamicNames, listEntities, listNames, listStaticEntities, listStaticNames, putChild, reallyPutEntity, render, render_HEAD

Class Variables [hide private]
  gadgetData = "%RUN_NAME%,%TEST_NAME%,%TEST_COUNT%,%TEST_TOTALC...
  html = ...
  isLeaf = True
  ret = ""
  dataUri = re.compile(r"^/stuff/(\d+)_(\d+)_(.*)$")
  gadgetDataUri = re.compile(r"^/\?gadgetData")

Inherited from twisted.web.resource.Resource: server

Class Variable Details [hide private]

gadgetData

Value:
"%RUN_NAME%,%TEST_NAME%,%TEST_COUNT%,%TEST_TOTALCOUNT%,%FAULT_COUNT%"

html

Value:
"""

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/T\
R/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1\
"/>
...