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

zone.cogni.libs.spring.web.HtmlView Maven / Gradle / Ivy

package zone.cogni.libs.spring.web;


import zone.cogni.libs.core.utils.StringHelper;

public class HtmlView extends DataView {

  public HtmlView(String html) {
    super(StringHelper.toByteArray(html), "text/html", "UTF-8");
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy