org.apache.cocoon.stringtemplate
Class STRenderer

java.lang.Object
  extended by org.apache.cocoon.stringtemplate.STRenderer

public class STRenderer
extends Object


Method Summary
static STRenderer getInstance()
           
 String render(String template, Map<String,Object> parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static STRenderer getInstance()

render

public String render(String template,
                     Map<String,Object> parameters)
              throws IOException
Throws:
IOException


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.