25 : mServerIface( serverIface )
31 return url.path().contains(
rootPath() );
QgsServerApi(QgsServerInterface *serverIface)
Creates a QgsServerApi object.
QgsServerInterface * serverIface() const
Returns the server interface.
virtual bool accept(const QUrl &url) const
Returns true if the given url is handled by the API, default implementation checks for the presence o...
virtual const QString rootPath() const =0
Returns the root path for the API.
QgsServerInterface Class defining interfaces exposed by QGIS Server and made available to plugins.