| |
|
| java.lang.Object org.millstone.base.terminal.ExternalResource
ExternalResource | public class ExternalResource implements Resource(Code) | | 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.
author: IT Mill Ltd. version: 3.1.1 since: 3.0 |
Constructor Summary | |
public | ExternalResource(URL sourceURL) Create new download component for downloading directly from given URL. | public | ExternalResource(String sourceURL) Create new download component for downloading directly from given URL. |
ExternalResource | public ExternalResource(URL sourceURL)(Code) | | Create new download component for downloading directly from given URL.
|
ExternalResource | public ExternalResource(String sourceURL)(Code) | | Create new download component for downloading directly from given URL.
|
getURL | public String getURL()(Code) | | Get the URL of the external resource
|
|
|
|