Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -28,7 +28,7 @@ |
|
|
|
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsFcgiServerResquest |
|
|
* \class QgsFcgiServerRequest |
|
|
* \brief Class defining fcgi request |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
|
@@ -28,7 +28,8 @@ |
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsFilterResponseDecorator |
|
|
* Class defining decorator for calling filter's hooks |
|
|
* \brief Class defining decorator for calling filter's hooks |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
class QgsFilterResponseDecorator: public QgsServerResponse |
|
|
{ |
|
|
|
@@ -27,7 +27,7 @@ |
|
|
|
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsServerInterface |
|
|
* \class QgsServerInterfaceImpl |
|
|
* \brief Interfaces exposed by QGIS Server and made available to plugins. |
|
|
* \since QGIS 2.8 |
|
|
*/ |
|
|
|
@@ -27,7 +27,7 @@ namespace QgsWms |
|
|
|
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsserviceException |
|
|
* \class QgsWms::QgsserviceException |
|
|
* \brief Exception class for WMS service exceptions. |
|
|
* |
|
|
* The most important codes are: |
|
@@ -61,7 +61,7 @@ namespace QgsWms |
|
|
|
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsSecurityException |
|
|
* \class QgsWms::QgsSecurityException |
|
|
* \brief Exception thrown when data access violates access controls |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
@@ -79,7 +79,7 @@ namespace QgsWms |
|
|
|
|
|
/** |
|
|
* \ingroup server |
|
|
* \class QgsBadRequestException |
|
|
* \class QgsWms::QgsBadRequestException |
|
|
* \brief Exception thrown in case of malformed request |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.