Part of canonical.launchpad.webapp.servers View In Hierarchy
IRequestPublicationFactory handling requests to vhosts.
It also handles requests to the launchpad web service, if the request's path points to a web service resource.
| Method | getAcceptableMethods | See VirtualHostRequestPublicationFactory. |
| Method | getRequestAndPublicationFactories | See VirtualHostRequestPublicationFactory. |
| Method | isWebServicePath | Does the path refer to a web service resource? |
Inherited from VirtualHostRequestPublicationFactory:
| Method | __init__ | Creates a new factory. |
| Method | canHandle | See IRequestPublicationFactory. |
| Method | __call__ | See IRequestPublicationFactory. |
| Method | checkRequest | Makes sure that the incoming HTTP request is of an expected type. |
VirtualHostRequestPublicationFactory.
If this is a request for a webservice path, returns the appropriate methods.
VirtualHostRequestPublicationFactory.
If this is a request for a webservice path, returns the appropriate factories.