MapVariableFinder Class

DEPRECATED

com.bea.p13n.content.expression
MapVariableFinder Class

public class MapVariableFinder

    extends Object
    implements com.bea.p13n.content.expression.VariableFinder

A VariableFinder which uses a Map.


Hierarchy
Object
  MapVariableFinder
All Implemented Interfaces

com.bea.p13n.content.expression.VariableFinder

Constructor Summary

MapVariableFinder(Map map)

Constructor.
 

Method Summary

public Map
getMap()
Get the underlying map.
public String
getVariableValue(String name)
Return the value of the named variable, using the underlying map.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface com.bea.p13n.content.expression.com.bea.p13n.content.expression.VariableFinder
getVariableValue
 

Constructor Detail

MapVariableFinder

public MapVariableFinder(Map map)
Constructor.
 

Method Detail

getMap() Method

public Map getMap()
Get the underlying map.


getVariableValue(String) Method

public String getVariableValue(String name)
Return the value of the named variable, using the underlying map.

Parameters

name
the variable name.

Returns

the value or null.