org.apache.cocoon.components.expression
Class ExpressionContext

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ExpressionContext()
           
ExpressionContext(ExpressionContext closure)
           
 
Method Summary
 boolean containsKey(Object key)
           
 Object get(Object key)
           
 Object getContextBean()
           
 NamespacesTable getNamespaces()
          Get the namespace table that tracks the applicable namespace prefix mappings for the expression context.
 Map getVars()
           
 void setContextBean(Object contextBean)
           
 void setVars(Map map)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ExpressionContext

public ExpressionContext()

ExpressionContext

public ExpressionContext(ExpressionContext closure)
Method Detail

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.