info.magnolia.freemarker.models
Class BinaryNodeDataModel
java.lang.Object
info.magnolia.freemarker.models.BinaryNodeDataModel
- All Implemented Interfaces:
- freemarker.template.AdapterTemplateModel, freemarker.template.TemplateHashModel, freemarker.template.TemplateHashModelEx, freemarker.template.TemplateModel, freemarker.template.TemplateScalarModel
public class BinaryNodeDataModel
- extends Object
- implements freemarker.template.TemplateHashModelEx, freemarker.template.TemplateScalarModel, freemarker.template.AdapterTemplateModel
TODO : review this !
- Version:
- $Revision: $ ($Author: $)
- Author:
- Chris Miner
Fields inherited from interface freemarker.template.TemplateModel |
NOTHING |
Fields inherited from interface freemarker.template.TemplateScalarModel |
EMPTY_STRING |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
public int size()
throws freemarker.template.TemplateModelException
- Specified by:
size
in interface freemarker.template.TemplateHashModelEx
- Throws:
freemarker.template.TemplateModelException
keys
public freemarker.template.TemplateCollectionModel keys()
throws freemarker.template.TemplateModelException
- Specified by:
keys
in interface freemarker.template.TemplateHashModelEx
- Throws:
freemarker.template.TemplateModelException
values
public freemarker.template.TemplateCollectionModel values()
throws freemarker.template.TemplateModelException
- Specified by:
values
in interface freemarker.template.TemplateHashModelEx
- Throws:
freemarker.template.TemplateModelException
get
public freemarker.template.TemplateModel get(String key)
throws freemarker.template.TemplateModelException
- Specified by:
get
in interface freemarker.template.TemplateHashModel
- Throws:
freemarker.template.TemplateModelException
isEmpty
public boolean isEmpty()
throws freemarker.template.TemplateModelException
- Specified by:
isEmpty
in interface freemarker.template.TemplateHashModel
- Throws:
freemarker.template.TemplateModelException
getAsString
public String getAsString()
throws freemarker.template.TemplateModelException
- Specified by:
getAsString
in interface freemarker.template.TemplateScalarModel
- Throws:
freemarker.template.TemplateModelException
asNodeData
public NodeData asNodeData()
getAdaptedObject
public Object getAdaptedObject(Class hint)
- Specified by:
getAdaptedObject
in interface freemarker.template.AdapterTemplateModel
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.