18 #ifndef DISPATCHTYPE_H
19 #define DISPATCHTYPE_H
21 #include <QtCore/qobject.h>
22 #include <QtCore/qstringlist.h>
24 #include <Cutelyst/cutelyst_global.h>
75 virtual bool registerAction(
Action *action);
94 virtual bool isLowPrecedence()
const;
This class represents a Cutelyst Action.
The Cutelyst Application.
virtual MatchType match(Context *c, const QString &path, const QStringList &args) const =0
virtual QByteArray list() const =0
list the registered actions To be implemented by subclasses
The Cutelyst namespace holds all public Cutelyst API.