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