8 #ifndef DOXYGEN_SHOULD_SKIP_THIS 10 # include <grantlee/filter.h> 11 # include <grantlee/node.h> 12 # include <grantlee/safestring.h> 13 # include <grantlee/util.h> 15 class CSRFTag final :
public Grantlee::AbstractNodeFactory
19 Grantlee::Node *getNode(
const QString &tagContent, Grantlee::Parser *p)
const override;
22 class CSRF final :
public Grantlee::Node
26 explicit CSRF(Grantlee::Parser *parser =
nullptr);
28 void render(Grantlee::OutputStream *stream, Grantlee::Context *gc)
const override;
31 mutable QString m_cutelystContext = QStringLiteral(
"c");
34 #endif // DOXYGEN_SHOULD_SKIP_THIS