Example usage for com.google.common.net MediaType EPUB

List of usage examples for com.google.common.net MediaType EPUB

Introduction

In this page you can find the example usage for com.google.common.net MediaType EPUB.

Prototype

MediaType EPUB

To view the source code for com.google.common.net MediaType EPUB.

Click Source Link

Document

As described in the <a href="http://idpf.org/epub">International Digital Publishing Forum</a> EPUB is the distribution and interchange format standard for digital publications and documents.

Usage

From source file:ch.ledcom.signs.EpubView.java

@Override
public String getContentType() {
    return MediaType.EPUB.toString();
}