Class ExternalResource

External resource implements source for resources fetched from location specified by URL:s. The resources are fetched directly by the client terminal and are not fetched trough the terminal adapter.

Synopsis

Since

3.0

Inheritance Path.  java.lang.Object-> com.itmill.toolkit.terminal.ExternalResource

ExternalResource(String)

Create new download component for downloading directly from given URL.

ExternalResource(URL)

Create new download component for downloading directly from given URL.

getMIMEType()

Description copied from interface: getMIMEType

Get the MIME type of the resource.

getURL()

Get the URL of the external resource