Part of nevow.context View Source View In Hierarchy
Known subclasses: nevow.context.FactoryContext, nevow.context.WovenContext
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 37 | Method | with | Undocumented |
| 41 | Method | arg | Placeholder until I can find Jerub's implementation of this |
| 49 | Method | __init__ | Undocumented |
| 57 | Method | remember | Remember an object that implements some interfaces. |
| 78 | Method | locate | Locate an object which implements a given interface. |
| 120 | Method | chain | For nevow machinery use only. |
| 139 | Method | fillSlots | Set 'stan' as the stan tree to replace all slots with name 'name'. |
| 146 | Method | locateSlotData | For use by nevow machinery only, or for some fancy cases. |
| 161 | Method | clone | Undocumented |
| 193 | Method | __conform__ | Support IFoo(ctx) syntax. |
| 201 | Method | __repr__ | Undocumented |
Placeholder until I can find Jerub's implementation of this
Return a single named argument from the request argumentsRemember an object that implements some interfaces. Later, calls to .locate which are passed an interface implemented by this object will return this object.
If the 'interface' argument is supplied, this object will only be remembered for this interface, and not any of the other interfaces it implements.For nevow machinery use only.
Go to the top of this context's context chain, and make the given context the parent, thus continuing the chain into the given context's chain.For use by nevow machinery only, or for some fancy cases.
Find previously remembered slot filler data. For use by flatstan.SlotRenderer