| Package | Description |
|---|---|
| com.codename1.ui.html |
This package is deprecated and used only for legacy support, use the WebBrowser component
from the components package.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentInfo |
HTMLComponent.getDocumentInfo()
Deprecated.
Returns the DocumentInfo that currently represents the document loaded/shown
|
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionRequest |
AsyncDocumentRequestHandlerImpl.createConnectionRequest(DocumentInfo docInfo,
IOCallback callback,
Object[] response) |
InputStream |
AsyncDocumentRequestHandlerImpl.resourceRequested(DocumentInfo docInfo)
Implementations should return the document in the requested url as an InputStream
This is triggered only for the main document requested and not for its resources.
|
InputStream |
DocumentRequestHandler.resourceRequested(DocumentInfo docInfo)
Implementations should return the document in the requested url as an InputStream
This is triggered only for the main document requested and not for its resources.
|
InputStream |
DefaultDocumentRequestHandler.resourceRequested(DocumentInfo docInfo)
Implementations should return the document in the requested url as an InputStream
This is triggered only for the main document requested and not for its resources.
|
void |
AsyncDocumentRequestHandlerImpl.resourceRequestedAsync(DocumentInfo docInfo,
IOCallback callback)
This method is called by HTMLComponent when a resource is requested asynchronously.
|
void |
DefaultDocumentRequestHandler.resourceRequestedAsync(DocumentInfo docInfo,
IOCallback callback)
This method is called by HTMLComponent when a resource is requested asynchronously.
|
void |
AsyncDocumentRequestHandler.resourceRequestedAsync(DocumentInfo docInfo,
IOCallback callback)
This method is called by HTMLComponent when a resource is requested asynchronously.
|
void |
IOCallback.streamReady(InputStream is,
DocumentInfo docInfo)
Called when the stream of the document is ready
|
void |
HTMLComponent.streamReady(InputStream is,
DocumentInfo docInfo)
Deprecated.
This method should be called only by AsyncDocumentRequestHandler implementations after an async fetch of a document
|
Copyright © 2021. All rights reserved.