org.apache.beehive.netui.script.el.tokens
Class MapKeyToken

Object
  extended by ExpressionToken
      extended by MapKeyToken

public class MapKeyToken
extends ExpressionToken


Constructor Summary
MapKeyToken(String identifier)
           
 
Method Summary
 Object evaluate(Object value)
           
 String getTokenString()
           
 String toString()
           
 void update(Object root, Object newValue)
           
 
Methods inherited from class ExpressionToken
arrayLookup, arrayUpdate, beanLookup, beanUpdate, listLookup, listUpdate, mapLookup, mapUpdate, parseIndex
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapKeyToken

public MapKeyToken(String identifier)
Method Detail

update

public void update(Object root,
                   Object newValue)
Specified by:
update in class ExpressionToken

evaluate

public Object evaluate(Object value)
Specified by:
evaluate in class ExpressionToken

getTokenString

public String getTokenString()
Specified by:
getTokenString in class ExpressionToken

toString

public String toString()
Overrides:
toString in class Object