Example usage for Java com.vaadin.server ExternalResource fields, constructors, methods, implement or subclass
The text is from its open source code.
ExternalResource(URL sourceURL) Creates a new download component for downloading directly from given URL. | |
ExternalResource(String sourceURL) Creates a new download component for downloading directly from given URL. | |
ExternalResource(URL sourceURL, String mimeType) Creates a new download component for downloading directly from given URL. | |
ExternalResource(String sourceURL, String mimeType) Creates a new download component for downloading directly from given URL. |
String | getURL() Gets the URL of the external resource. |