Liferay 6.0.5

com.liferay.portal.freemarker
Class FreeMarkerUtil

java.lang.Object
  extended by com.liferay.portal.freemarker.FreeMarkerUtil

public class FreeMarkerUtil
extends Object


Constructor Summary
FreeMarkerUtil()
           
 
Method Summary
static String process(String name, Object context)
           
static void process(String name, Object context, Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeMarkerUtil

public FreeMarkerUtil()
Method Detail

process

public static String process(String name,
                             Object context)
                      throws Exception
Throws:
Exception

process

public static void process(String name,
                           Object context,
                           Writer writer)
                    throws Exception
Throws:
Exception

Liferay 6.0.5