#include <wifi/WifiWebServer.h>
|
| WPage (String url, const WElement contents[], unsigned numElements, String title="", String lang="en") |
|
| WPage (String url, fs::FS *fs, String path, const WElement contents[], unsigned numElements) |
|
| WPage (String url, fs::FS *fs, String mimeType) |
|
const String & | getURL () const |
|
bool | isGet () const |
|
void | handleGetRequest (Print &out, String &header) const |
|
void | callComplete (Client &client) const |
|
void | callUploader (WUploader &uploader) const |
|
◆ WPage() [1/3]
WPage::WPage |
( |
String |
url, |
|
|
const WElement |
contents[], |
|
|
unsigned |
numElements, |
|
|
String |
title = "" , |
|
|
String |
lang = "en" |
|
) |
| |
|
inline |
◆ WPage() [2/3]
WPage::WPage |
( |
String |
url, |
|
|
fs::FS * |
fs, |
|
|
String |
path, |
|
|
const WElement |
contents[], |
|
|
unsigned |
numElements |
|
) |
| |
|
inline |
◆ WPage() [3/3]
WPage::WPage |
( |
String |
url, |
|
|
fs::FS * |
fs, |
|
|
String |
mimeType |
|
) |
| |
|
inline |
◆ callComplete()
void WPage::callComplete |
( |
Client & |
client | ) |
const |
|
inline |
◆ callUploader()
void WPage::callUploader |
( |
WUploader & |
uploader | ) |
const |
|
inline |
◆ getURL()
const String& WPage::getURL |
( |
| ) |
const |
|
inline |
◆ handleGetRequest()
void WPage::handleGetRequest |
( |
Print & |
out, |
|
|
String & |
header |
|
) |
| const |
|
inline |
◆ isGet()
bool WPage::isGet |
( |
| ) |
const |
|
inline |
◆ openFileOrCompressed()
fs::File WPage::openFileOrCompressed |
( |
String |
fileName, |
|
|
bool & |
compressed |
|
) |
| const |
|
inlineprotected |
◆ fAPIProc
void(* WPage::fAPIProc) (Print &out, String queryString) = nullptr |
|
protected |
◆ fCompleteProc
void(* WPage::fCompleteProc) (Client &client) = nullptr |
|
protected |
◆ fContents
◆ fFlags
uint8_t WPage::fFlags = 0 |
|
protected |
◆ fFS
◆ fLanguageOrMimeType
String WPage::fLanguageOrMimeType |
|
protected |
◆ fNumElements
unsigned WPage::fNumElements |
|
protected |
◆ fTitleOrPath
String WPage::fTitleOrPath |
|
protected |
◆ fUploaderProc
void(* WPage::fUploaderProc) (WUploader &uploader) = nullptr |
|
protected |
◆ fURL
The documentation for this class was generated from the following file: