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

Object
  extended by ExpressionToken
      extended by ContextToken

public class ContextToken
extends ExpressionToken


Constructor Summary
ContextToken(String context)
           
 
Method Summary
 Object evaluate(Object value)
           
 String getName()
           
 String getTokenString()
           
 String toString()
           
 void update(Object value, 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

ContextToken

public ContextToken(String context)
Method Detail

update

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

getName

public String getName()

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