com.bea.p13n.ad
Class MapVariableFinder

java.lang.Object
  extended by com.bea.p13n.ad.MapVariableFinder
All Implemented Interfaces
VariableFinder

Deprecated

public class MapVariableFinder
extends Object
implements VariableFinder

A VariableFinder which uses a Map.

Since:
3.2

Constructor Summary
MapVariableFinder(Map map)
          Deprecated Constructor.
 
Method Summary
 Map getMap()
          Deprecated Get the underlying map.
 String getVariableValue(String name)
          Deprecated Return the value of the named variable, using the underlying map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapVariableFinder

public MapVariableFinder(Map map)
Deprecated 
Constructor.

Method Detail

getMap

public Map getMap()
Deprecated 
Get the underlying map.


getVariableValue

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

Specified by:
getVariableValue in interface VariableFinder
Parameters
name - the variable name.
Returns
the value or null.


Copyright © 2011, Oracle. All rights reserved.