(ezc): generate only requested frames

This commit is contained in:
2024-07-07 22:10:29 +02:00
parent b2f4c065ea
commit 2490e2cc68
7 changed files with 28 additions and 27 deletions

View File

@@ -43,9 +43,8 @@
namespace Winix
{
class User;
class Request;
// Ezc::FunInfo<> will be renamed to Ezc::Env<> in the future
typedef Ezc::FunInfo<HtmlTextStream> EzcEnv;
@@ -66,7 +65,7 @@ HtmlTextStream::RawText<RawType> R(const RawType & par)
}
void InitGenerator(EzcGen & gen, Ezc::Models & ezc_models);
void InitGenerator(EzcGen & gen, Request & request);
void HtmlEscapeFormTxt(HtmlTextStream & out, const std::wstring & in);