MapVariableFinder Class
DEPRECATED
- 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
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapVariableFinder
public MapVariableFinder(Map
map)
- Constructor.
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.