| Interface | Description |
|---|---|
| Request |
Holds the request-attributes - acts as a gateway to the servlet request for example
|
| SessionGet |
Holds the session-attributes - acts as a gateway to the servlet request for example
|
| SessionSet |
Holds the session-attributes - acts as a gateway to the servlet request for example
|
| Class | Description |
|---|---|
| Env |
Environment that connects jWebform to the Web-Request, so this Env is between your webframework
and jWebform.
|
| EnvBuilder |
Build an Env out of Request (and optional SessionGet/SessionSet lambdas)
It will add the the following filters to the reqeust:
* Null-Check (prevents null values dropping from extern into jWebform (jWebform tries to avoid using null))
* Trims the input (that means: Leading and traling spaces will be deleted from the input !!
|
| Exception | Description |
|---|
Copyright © 2019. All rights reserved.