org.apache.tiles.request.freemarker.servlet
Interface SharedVariableFactory

Package class diagram package SharedVariableFactory

public interface SharedVariableFactory

It is an object that can create a shared variable, as a template model.

Version:
$Rev: 1066788 $ $Date: 2011-02-03 06:49:11 -0500 (Thu, 03 Feb 2011) $

Method Summary
 freemarker.template.TemplateModel create()
          Creates a new shared variable.
 

Method Detail

create

freemarker.template.TemplateModel create()
Creates a new shared variable.

Returns:
The shared variable.


Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.