t.w.w.u.WovenLivePage : class documentation

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

Implements interfaces: twisted.web.woven.interfaces.IWovenLivePage

No class docstring
Method __init__ Undocumented
Method getCurrentPage Return the current page object contained in this session.
Method setCurrentPage Set the current page object contained in this session.
Method write Write "text" to the live page's persistent output conduit. If there is no conduit connected yet, save the text and write it as soon as the output conduit is connected.
Method sendScript Undocumented
Method hookupOutputConduit Hook up the given request as the output conduit for this session.
Method unhookOutputConduit Undocumented
Method hookupInputConduit Hook up the given object as the input conduit for this session.
Method pushThroughInputConduit Push some text through the input conduit.
def __init__(self, session): (source)
Undocumented
def getCurrentPage(self): (source)
Return the current page object contained in this session.
def setCurrentPage(self, page): (source)
Set the current page object contained in this session.
def write(self, text): (source)
Write "text" to the live page's persistent output conduit. If there is no conduit connected yet, save the text and write it as soon as the output conduit is connected.
def sendScript(self, js): (source)
Undocumented
def hookupOutputConduit(self, request): (source)
Hook up the given request as the output conduit for this session.
def unhookOutputConduit(self): (source)
Undocumented
def hookupInputConduit(self, obj): (source)
Hook up the given object as the input conduit for this session.
def pushThroughInputConduit(self, inp): (source)
Push some text through the input conduit.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:02:37.