Package de.neuland.pug4j.model
Class PugModel
- java.lang.Object
-
- de.neuland.pug4j.model.PugModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringNON_LOCAL_VARS
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFilter(String name, Filter filter)voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)Set<Map.Entry<String,Object>>entrySet()Objectget(Object key)FiltergetFilter(String name)MixinNodegetMixin(String name)booleanisEmpty()Set<String>keySet()voidpopScope()voidpushScope()Objectput(String key, Object value)voidputAll(Map<? extends String,? extends Object> m)Objectremove(Object key)voidsetMixin(String name, MixinNode node)intsize()Collection<Object>values()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Field Detail
-
NON_LOCAL_VARS
public static final String NON_LOCAL_VARS
- See Also:
- Constant Field Values
-
-
Method Detail
-
pushScope
public void pushScope()
-
popScope
public void popScope()
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValuein interfaceMap<String,Object>
-
-