Wraps the static fields and methods of a class in a
freemarker.template.TemplateHashModel .
Fields are wrapped using
BeansWrapper.wrap(Object) , and
methods are wrapped into an appropriate
freemarker.template.TemplateMethodModelEx instance.
Unfortunately, there is currently no support for bean property-style
calls of static methods, similar to that in
BeanModel .
author: Attila Szegedi version: $Id: StaticModel.java,v 1.24.2.1 2006/11/12 10:23:02 szegedia Exp $