intarsys runtime library

de.intarsys.tools.expression
Class MapResolver

java.lang.Object
  extended by de.intarsys.tools.expression.ContainerResolver
      extended by de.intarsys.tools.expression.MapResolver
All Implemented Interfaces:
IStringEvaluator

public class MapResolver
extends ContainerResolver

An IStringEvaluator that looks up a variable in a simple Map.

Only named (associative) lookup is supported.


Constructor Summary
MapResolver()
           
MapResolver(boolean strict)
           
MapResolver(Map variables)
           
MapResolver(Map variables, boolean strict)
           
 
Method Summary
 void put(String key, Object value)
           
 
Methods inherited from class de.intarsys.tools.expression.ContainerResolver
evaluate, getExceptionResolver, getSeparator, setExceptionResolver
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapResolver

public MapResolver()

MapResolver

public MapResolver(boolean strict)

MapResolver

public MapResolver(Map variables)

MapResolver

public MapResolver(Map variables,
                   boolean strict)
Method Detail

put

public void put(String key,
                Object value)

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.