Part of twisted.web.woven.utils View Source View In Hierarchy
Implements interfaces: twisted.web.woven.interfaces.IWovenLivePage
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. |