Java com.vaadin.server ExternalResource fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.server ExternalResource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.server ExternalResource.

The text is from its open source code.

Subclass

com.vaadin.server.ExternalResource has subclasses.
Click this link to see all its subclasses.

Constructor

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.

Method

StringgetURL()
Gets the URL of the external resource.