org.apache.tiles.request.mustache
Class MustacheScopeExtractor

java.lang.Object
  extended by org.apache.tiles.request.mustache.MustacheScopeExtractor
All Implemented Interfaces:
Addable<Object>, AttributeExtractor, HasAddableKeys<Object>, HasKeys<Object>, HasRemovableKeys<Object>

public final class MustacheScopeExtractor
extends Object
implements AttributeExtractor


Constructor Summary
MustacheScopeExtractor(com.sampullara.mustache.Scope scope)
           
 
Method Summary
 Enumeration<String> getKeys()
           
 Object getValue(String key)
           
 void removeValue(String key)
           
 void setValue(String key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MustacheScopeExtractor

public MustacheScopeExtractor(com.sampullara.mustache.Scope scope)
Method Detail

removeValue

public void removeValue(String key)
Specified by:
removeValue in interface HasRemovableKeys<Object>

getKeys

public Enumeration<String> getKeys()
Specified by:
getKeys in interface HasKeys<Object>

getValue

public Object getValue(String key)
Specified by:
getValue in interface HasKeys<Object>

setValue

public void setValue(String key,
                     Object value)
Specified by:
setValue in interface Addable<Object>


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