it.geosolutions.rendered.viewer
Class HTMLBuilder

java.lang.Object
  extended by it.geosolutions.rendered.viewer.HTMLBuilder

public class HTMLBuilder
extends Object

Simple helper for building an HTML document

Author:
Andrea Aime

Constructor Summary
HTMLBuilder()
           
 
Method Summary
 void dataLine(String label, Object value)
           
 String getHtml()
           
static String render(Object value)
           
 void title(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLBuilder

public HTMLBuilder()
Method Detail

render

public static String render(Object value)

title

public void title(String title)

dataLine

public void dataLine(String label,
                     Object value)

getHtml

public String getHtml()


Copyright © 2006–2015 GeoSolutions. All rights reserved.