8#include <Cutelyst/cutelyst_global.h>
10#include <QtCore/qobject.h>
11#include <QtCore/qstringlist.h>
23 enum MatchType { NoMatch = 0, PartialMatch, ExactMatch };
58 virtual bool registerAction(
Action *action);
77 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.