JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.teamdev.jxbrowser.navigation.callback.ShowHttpErrorPageCallback.Response
Packages that use
ShowHttpErrorPageCallback.Response
Package
Description
com.teamdev.jxbrowser.navigation.callback
The navigation callbacks.
Uses of
ShowHttpErrorPageCallback.Response
in
com.teamdev.jxbrowser.navigation.callback
Methods in
com.teamdev.jxbrowser.navigation.callback
that return
ShowHttpErrorPageCallback.Response
Modifier and Type
Method
Description
static
ShowHttpErrorPageCallback.Response
ShowHttpErrorPageCallback.Response.
show
(
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.