org.jboss.seam.render.template
Class TemplateContext<E,T>

java.lang.Object
  extended by org.jboss.seam.render.template.TemplateContext<E,T>
Direct Known Subclasses:
CompositionContext

public abstract class TemplateContext<E,T>
extends Object

Author:
Lincoln Baxter, III

Constructor Summary
TemplateContext()
           
 
Method Summary
protected  void clear()
           
 Set<Map.Entry<E,T>> entrySet()
           
 T get(E name)
           
protected  boolean isEmpty()
           
 T put(E name, T el)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateContext

public TemplateContext()
Method Detail

put

public T put(E name,
             T el)

get

public T get(E name)

entrySet

public Set<Map.Entry<E,T>> entrySet()

isEmpty

protected boolean isEmpty()

clear

protected void clear()


Copyright © 2011 Seam Framework. All Rights Reserved.