Package twisted :: Package web :: Package woven :: Module utils :: Class WovenLivePage
[show private | hide private]
[frames | no frames]

Class WovenLivePage


Method Summary
  __init__(self, session)
  getCurrentPage(self)
Return the current page object contained in this session.
  hookupInputConduit(self, obj)
Hook up the given object as the input conduit for this session.
  hookupOutputConduit(self, request)
Hook up the given request as the output conduit for this session.
  pushThroughInputConduit(self, inp)
Push some text through the input conduit.
  sendScript(self, js)
  setCurrentPage(self, page)
Set the current page object contained in this session.
  unhookOutputConduit(self)
  write(self, text)
Write "text" to the live page's persistent output conduit.

Class Variable Summary
None currentPage
class IWovenLivePage

Method Details

getCurrentPage(self)

Return the current page object contained in this session.

hookupInputConduit(self, obj)

Hook up the given object as the input conduit for this session.

hookupOutputConduit(self, request)

Hook up the given request as the output conduit for this session.

pushThroughInputConduit(self, inp)

Push some text through the input conduit.

setCurrentPage(self, page)

Set the current page object contained in this session.

write(self, text)

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.

Class Variable Details

currentPage

Type:
None
Value:
None                                                                   

IWovenLivePage

IWovenLivePage = twisted.web.woven.interfaces.IWovenLivePage

Generated by Epydoc 1.1 on Sat Feb 15 21:18:20 2003 http://epydoc.sf.net