Part of nevow View Source
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 10 | Interface | IQ | Interface for querying. Adapters implement this for objects which may |
| 62 | Interface | IResource | No interface docstring; 2/2 methods documented |
| 73 | Interface | IRenderer | Things implementing this interface are serialized by calling their |
| 82 | Interface | IRendererFactory | A renderer factory is capable of taking a renderer directive (a string) |
| 93 | Interface | IMacroFactory | A macro factory is capable of taking a macro directive (a string) |
| 106 | Interface | IData | Any python object to be used as model data to be passed |
| 114 | Interface | IGettable | No interface docstring; 1/1 methods documented |
| 122 | Interface | ISettable | No interface docstring; 1/1 methods documented |
| 130 | Interface | IContainer | No interface docstring; 1/1 methods documented |
| 145 | Interface | IComponentized | I am a mixin to allow you to be adapted in various ways persistently. |
| 207 | Interface | ISession 0 | A web session |
| 243 | Interface | IGuardSession | A web session base interface |
| 253 | Interface | IRequest | A HTTP request. |
| 423 | Interface | ISerializable | DEPRECATED. Use nevow.flat.registerFlattener instead of registering |
| 432 | Interface | IStatusMessage | A marker interface, which should be set on the user's web session |
| 439 | Interface | IHand | A marker interface which indicates what object the user is currently |
| 448 | Interface | ICanHandleException | No interface docstring; 2/2 methods documented |
| 458 | Interface | ICanHandleNotFound | No interface docstring; 1/1 methods documented |
| 464 | Interface | IEventMaster | Undocumented |
| 468 | Interface | IDocFactory | Interface for objects that load and parse templates for Nevow's |
| 492 | Interface | ISession | A web session |
| 503 | Interface | IRemainingSegments | During the URL traversal process, requesting this from the context |
| 511 | Interface | ICurrentSegments | Requesting this from the context will result in a tuple of path segments |
| 520 | Interface | IViewParameters | An interface used by url.viewhere. When this interface is remembered |
| 533 | Interface | II18NConfig | Interface for I18N configuration. |
| 550 | Interface | ILanguages | Marker interface for the sequence of strings that defines the |
| 557 | Interface | ILogger | An access.log writing interface. |
| 568 | Interface | IJavascriptPackage | Represents information about the filesystem layout of a set of |