Package com.vaadin.server
Interface Resource
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
ConnectorResource,FontIcon
- All Known Implementing Classes:
ClassResource,ExternalResource,FileResource,FontAwesome,GenericFontIcon,StreamResource,ThemeResource,VaadinIcons
public interface Resource extends java.io.SerializableResourceprovided to the client terminal. Support for actually displaying the resource type is left to the terminal.- Since:
- 3.0
- Author:
- Vaadin Ltd.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMIMEType()Gets the MIME type of the resource.
-