freemarker.template.utility
Class ClassUtil
java.lang.Object
freemarker.template.utility.ClassUtil
public class ClassUtil
extends java.lang.Object
$Id: ClassUtil.java,v 1.1 2003/03/06 13:16:31 szegedia Exp $static Class | forName(String className) - Similar to
Class.forName(java.lang.String) , but attempts to load
through the thread context class loader.
|
forName
public static Class forName(String className)
throws ClassNotFoundException
Similar to Class.forName(java.lang.String)
, but attempts to load
through the thread context class loader. Only if thread context class
loader is inaccessible, or it can't find the class will it attempt to
fall back to the class loader that loads the FreeMarker classes.