Package org.apache.beehive.netui.script

Interface Summary
ExpressionEvaluator An interface for evaluating expressions in NetUI.
 

Class Summary
Expression This class implements an abstraction atop an Expression object.
ExpressionEngineFactory  
ExpressionEvaluatorFactory Get an expression evaluator.
 

Exception Summary
ExpressionEvaluationException The most general exception thrown when an error occurs in evaluating an expression.
ExpressionUpdateException An exception thrown when an error occurs during an expression update.
IllegalExpressionException An exception thrown when an expression is written in an illegal syntax.
RuntimeExpressionException