Package | Description |
---|---|
bayou.form |
Html form handling.
|
Modifier and Type | Method and Description |
---|---|
FormParser |
FormParser.charset(Charset charset)
The charset, used for decoding bytes to chars.
|
FormParser |
FormParser.csrfTokenName(String csrfTokenName)
The name of the CSRF token.
|
FormParser |
FormParser.detectCsrf(boolean detectCsrf)
Whether to detect CSRF.
|
FormParser |
FormParser.maxEntryKeyBytes(int maxEntryKeyBytes)
Max length of any entry key, in bytes.
|
FormParser |
FormParser.maxFileEntries(int maxFileEntries)
Max number of file entries
|
FormParser |
FormParser.maxFileNameBytes(int maxFileNameBytes)
Max length of filename in any file entry, in bytes.
|
FormParser |
FormParser.maxFileSize(long maxFileSize)
Max size of any file.
|
FormParser |
FormParser.maxParamEntries(int maxParamEntries)
Max number of parameter entries.
|
FormParser |
FormParser.maxParamValueTotalBytes(long maxParamValueTotalBytes)
Max length of all parameter values combined, in bytes
|
FormParser |
FormParser.tmpFileDir(String tmpFileDir)
The tmp dir for storing files.
|