org.apache.cocoon.components.expression
Class ExpressionContext

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.apache.cocoon.components.expression.ExpressionContext
All Implemented Interfaces:
Cloneable, Map, Serializable

public class ExpressionContext
extends HashMap

Version:
SVN $Id: ExpressionContext.java 231269 2005-08-10 15:43:57Z sylvain $
See Also:
Serialized Form

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)

get

public Object get(Object key)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.