|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.beasys.commerce.foundation.expression.MapVariableFinder
MapVariableFinder
public class MapVariableFinder
A VariableFinder which uses a Map.
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 |
---|
public MapVariableFinder(Map map)
Method Detail |
---|
public Map getMap()
public String getVariableValue(String name)
getVariableValue
in interface VariableFinder
name
- the variable name.
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |