public class WebApp
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Properties |
attributes
The session attributes
|
protected boolean |
cache
Whether the response can be cached.
|
protected java.lang.String |
headerLanguage
The language in the HTTP header.
|
protected java.lang.String |
mimeType
The mime type of the current response.
|
protected WebServer |
server
The web server.
|
protected org.h2.server.web.WebSession |
session
The session.
|
protected boolean |
stop
Whether to close the connection.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
adminShutdown()
Stop the application and the server.
|
protected final WebServer server
protected org.h2.server.web.WebSession session
protected java.util.Properties attributes
protected java.lang.String mimeType
protected boolean cache
protected boolean stop
protected java.lang.String headerLanguage