org.apache.commons.monitoring.reporting.web.template
Class Templates

java.lang.Object
  extended by org.apache.commons.monitoring.reporting.web.template.Templates

public final class Templates
extends Object


Method Summary
static void htmlRender(PrintWriter writer, String template, Map<String,?> variables)
           
static void init(String context, String filterMapping)
           
static void render(PrintWriter writer, String template, Map<String,?> variables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static void init(String context,
                        String filterMapping)

htmlRender

public static void htmlRender(PrintWriter writer,
                              String template,
                              Map<String,?> variables)

render

public static void render(PrintWriter writer,
                          String template,
                          Map<String,?> variables)


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.