Interface t.w.w.i.IWovenLivePage(Interface):

Part of twisted.web.woven.interfaces View Source View In Hierarchy

Known implementations: twisted.web.woven.utils.WovenLivePage
No interface docstring
Method getCurrentPage Return the current page object contained in this session.
Method setCurrentPage Set the current page object contained in this session.
Method sendJavaScript Send "js" to the live page's persistent output conduit for
def getCurrentPage(): (source)
Return the current page object contained in this session.
def setCurrentPage(page): (source)
Set the current page object contained in this session.
def sendJavaScript(js): (source)
Send "js" to the live page's persistent output conduit for execution in the browser. If there is no conduit connected yet, save the js and write it as soon as the output conduit is connected.
API Documentation for twisted, generated by pydoctor.