org.apache.tiles.request.freemarker.autotag
Class FreemarkerUtil
java.lang.Object
org.apache.tiles.request.freemarker.autotag.FreemarkerUtil
public final class FreemarkerUtil
- extends Object
Utilities for FreeMarker usage in Tiles.
- Version:
- $Rev: 1306435 $ $Date: 2012-03-28 11:39:11 -0400 (Wed, 28 Mar 2012) $
Method Summary |
static Object |
getAsObject(freemarker.template.TemplateModel model,
Object defaultValue)
Unwraps a TemplateModel to extract an object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAsObject
public static Object getAsObject(freemarker.template.TemplateModel model,
Object defaultValue)
- Unwraps a TemplateModel to extract an object.
- Parameters:
model
- The TemplateModel to unwrap.defaultValue
- The default value, as specified in the template
model, or null if not specified.
- Returns:
- The unwrapped object.
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.