Part of twisted.web.woven View Source
Function | adaptToIModel | Undocumented |
Class | Model | A Model which keeps track of views which are looking at it in order to notify them when the model changes. |
Class | MethodModel | Look up submodels with wmfactory_* methods. |
Class | AttributeModel | Look up submodels as attributes with hosts.allow/deny-style security. |
Class | Wrapper | I'm a generic wrapper to provide limited interaction with the Woven models and submodels. |
Class | ListModel | I wrap a Python list and allow it to interact with the Woven models and submodels. |
Class | StringModel | I wrap a Python string and allow it to interact with the Woven models and submodels. |
Class | DictionaryModel | I wrap a Python dictionary and allow it to interact with the Woven models and submodels. |
Class | AttributeWrapper | I wrap an attribute named "name" of the given parent object. |
Class | ObjectWrapper | I may wrap an object and allow it to interact with the Woven models and submodels. By default, I am not registered for use with anything. |
Class | UnsafeObjectWrapper | No summary |
Class | DeferredWrapper | Undocumented |
Class | Link | Undocumented |
Class | _Nothing | Undocumented |