at.newmedialab.ldpath.template.model.freemarker
Class TemplateStackModel

java.lang.Object
  extended by at.newmedialab.ldpath.template.model.freemarker.TemplateStackModel
All Implemented Interfaces:
freemarker.template.TemplateModel

public class TemplateStackModel
extends Object
implements freemarker.template.TemplateModel

Add file description here!

Author: Sebastian Schaffert


Field Summary
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Constructor Summary
TemplateStackModel()
           
 
Method Summary
 boolean empty()
           
 freemarker.template.TemplateModel peek()
           
 freemarker.template.TemplateModel pop()
           
 freemarker.template.TemplateModel push(freemarker.template.TemplateModel item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateStackModel

public TemplateStackModel()
Method Detail

push

public freemarker.template.TemplateModel push(freemarker.template.TemplateModel item)

pop

public freemarker.template.TemplateModel pop()

peek

public freemarker.template.TemplateModel peek()

empty

public boolean empty()


Copyright © 2012 Salzburg Research. All Rights Reserved.