freemarker.ext.util
Interface WrapperTemplateModel

All Superinterfaces:
TemplateModel
All Known Implementing Classes:
BeanModel, JythonModel, SimpleMapModel

public interface WrapperTemplateModel
extends TemplateModel

A generic interface for template models that wrap some underlying object, and wish to provide access to the wrapped object.

Version:
$Id: WrapperTemplateModel.java,v 1.6 2003/01/12 23:40:16 revusky Exp $
Author:
Attila Szegedi

Field Summary
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Method Summary
 java.lang.Object getWrappedObject()
          Retrieves the object wrapped by this model.
 

Method Detail

getWrappedObject

public java.lang.Object getWrappedObject()
Retrieves the object wrapped by this model.