| Package | Description |
|---|---|
| com.teamdev.jxbrowser.navigation.callback |
The navigation callbacks.
|
| Modifier and Type | Method and Description |
|---|---|
static ShowHttpErrorPageCallback.Response |
ShowHttpErrorPageCallback.Response.show(java.lang.String html)
Notifies the browser that it should display an error page with the given HTML.
|
static ShowHttpErrorPageCallback.Response |
ShowHttpErrorPageCallback.Response.showDefault()
Notifies the browser that it should display the default error page.
|