com.microstrategy.web.beans.ExpressionBeanContext |
Known Indirect Subclasses
ThresholdExpressionBeanContext |
The ExpressionBeanContext interface can be implemented by any object that can provide a context for an expression bean. |
|
Class Overview
The ExpressionBeanContext interface can be implemented by any object that can provide a context for an expression bean.
The context is the source for the expression being edited or displayed by the expression bean.
Public Methods
public
abstract
WebExpression
getOriginalExpression
()
This method should return the original expression that is being edited or displayed.