All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.objectos.way.ui.Html Maven / Gradle / Ivy

/*
 * Html.java criado em 25/08/2011
 * 
 * Propriedade de Objectos Fábrica de Software LTDA.
 * Reprodução parcial ou total proibida.
 */
package br.com.objectos.way.ui;

import com.google.inject.ImplementedBy;
import com.google.sitebricks.client.Transport;

/**
 * @author [email protected] (Marcio Endo)
 */
@ImplementedBy(HtmlTransport.class)
public abstract class Html implements Transport {

  @Override
  public String contentType() {
    return "text/html; charset=utf8";
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy