org.jboss.seam.render.template
Class TemplateContext<E,T>
java.lang.Object
org.jboss.seam.render.template.TemplateContext<E,T>
- Direct Known Subclasses:
- CompositionContext
public abstract class TemplateContext<E,T>
- extends Object
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateContext
public TemplateContext()
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.