Package net.xoetrope.xui.evaluator

Interface Summary
XAttributeEvaluator An interface for the evaluation of expressions at design time.
 

Class Summary
XDefaultAttributeEvaluator An attribute evaluator An evaluated attribute's implementing method is by default in the owner page such that a reference like ${myMethod()} would evaluate to a method in the current page with a signature like: public void myMethod(); The attributes can also be defined in classes other than the current page or classes derived from XPage.