| 
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.beasys.commerce.foundation.expression.MapVariableFinder
A VariableFinder which uses a Map.
| Constructor Summary | |
MapVariableFinder(java.util.Map map)
Constructor.  | 
|
| Method Summary | |
 java.util.Map | 
getMap()
Get the underlying map.  | 
 java.lang.String | 
getVariableValue(java.lang.String name)
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(java.util.Map map)
| Method Detail | 
public java.util.Map getMap()
public java.lang.String getVariableValue(java.lang.String name)
getVariableValue in interface VariableFindercom.beasys.commerce.foundation.expression.VariableFindername - the variable name.
  | 
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||