Class n.a.NevowSite(server.Site):

Part of nevow.appserver View Source View In Hierarchy

No class docstring

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
233 Method __init__ Initialize.
238 Method remember Remember the given object for the given interfaces (or all interfaces
247 Method getPageContextForRequestContext Retrieve a resource from this site for a particular request. The
259 Method handleSegment Undocumented
308 Method log Log a request's result to the logfile, by default in combined log format.

Inherited from Site:

Line # Kind Name Docs
501 Method __getstate__ Undocumented
514 Method makeSession Generate a new Session instance, and store it for future reference.
523 Method getSession Get a previously generated session, by its unique ID.
530 Method buildProtocol Generate a channel attached to this site.
541 Method render Redirect because a Site is always a directory.
548 Method getChildWithDefault Emulate a resource's getChild method.
555 Method getResourceFor Get a resource for a request.

Inherited from HTTPFactory (via Site):

Line # Kind Name Docs
1137 Method startFactory This will be called before I begin listening on a Port or Connector.
1144 Method stopFactory This will be called before I stop listening on all Ports/Connectors.

Inherited from Factory (via Site, HTTPFactory, ServerFactory):

Line # Kind Name Docs
40 Method doStart Make sure startFactory is called.
51 Method doStop Make sure stopFactory is called.
Line # Kind Name Docs
501 Method __getstate__ Undocumented
233 Method __init__ Initialize.
530 Method buildProtocol Generate a channel attached to this site.
40 Method doStart Make sure startFactory is called.
51 Method doStop Make sure stopFactory is called.
548 Method getChildWithDefault Emulate a resource's getChild method.
247 Method getPageContextForRequestContext Retrieve a resource from this site for a particular request. The
555 Method getResourceFor Get a resource for a request.
523 Method getSession Get a previously generated session, by its unique ID.
259 Method handleSegment Undocumented
308 Method log Log a request's result to the logfile, by default in combined log format.
514 Method makeSession Generate a new Session instance, and store it for future reference.
238 Method remember Remember the given object for the given interfaces (or all interfaces
541 Method render Redirect because a Site is always a directory.
1137 Method startFactory This will be called before I begin listening on a Port or Connector.
1144 Method stopFactory This will be called before I stop listening on all Ports/Connectors.
def __init__(self, resource, *args, **kwargs): (source)
Initialize.
def remember(self, obj, inter=None): (source)

Remember the given object for the given interfaces (or all interfaces obj implements) in the site's context.

The site context is the parent of all other contexts. Anything remembered here will be available throughout the site.
def getPageContextForRequestContext(self, ctx): (source)
Retrieve a resource from this site for a particular request. The resource will be wrapped in a PageContext which keeps track of how the resource was located.
def handleSegment(self, result, request, path, pageContext): (source)
Undocumented
def log(self, request): (source)
Log a request's result to the logfile, by default in combined log format.
API Documentation for Nevow, generated by pydoctor.