org.apache.cocoon.components.expression
Class ExpressionContext
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
org.apache.cocoon.components.expression.ExpressionContext
- All Implemented Interfaces:
- Serializable, Cloneable, Map
public class ExpressionContext
- extends HashMap
- Version:
- $Id: ExpressionContext.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
ExpressionContext
public ExpressionContext()
ExpressionContext
public ExpressionContext(ExpressionContext closure)
getNamespaces
public NamespacesTable getNamespaces()
- Get the namespace table that tracks the applicable namespace prefix mappings
for the expression context.
- Returns:
- the namespaces table
getContextBean
public Object getContextBean()
setContextBean
public void setContextBean(Object contextBean)
getVars
public Map getVars()
setVars
public void setVars(Map map)
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interface Map
- Overrides:
containsKey
in class HashMap
get
public Object get(Object key)
- Specified by:
get
in interface Map
- Overrides:
get
in class HashMap
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.