Package | Description |
---|---|
com.teamdev.jxbrowser.frame |
This package provides the classes that allow you to work with frames in browser.
|
Modifier and Type | Method and Description |
---|---|
LoadDataParams.Builder |
LoadDataParams.Builder.baseUrl(java.lang.String baseUrl)
Sets the URL that will be used to resolve links with a relative path in the HTML
document.
|
LoadDataParams.Builder |
LoadDataParams.Builder.mimeType(MimeType mimeType)
Sets the MIME type of the data to load.
|
static LoadDataParams.Builder |
LoadDataParams.newBuilder(java.lang.String data)
Creates a new
LoadDataParams builder with the required parameters. |
LoadDataParams.Builder |
LoadDataParams.Builder.shouldReplaceNavigationEntry(boolean shouldReplaceNavigationEntry)
Specifies whether the data will be loaded as a normal navigation and the current history
item should be replaced.
|
LoadDataParams.Builder |
LoadDataParams.Builder.textEncoding(java.lang.String textEncoding)
Sets the data encoding.
|