Package com.microstrategy.web.beans
Interface ExpressionBeanContext
-
- All Known Subinterfaces:
ThresholdExpressionBeanContext
public interface ExpressionBeanContext
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.- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebExpression
getOriginalExpression()
This method should return the original expression that is being edited or displayed.
-
-
-
Method Detail
-
getOriginalExpression
WebExpression getOriginalExpression() throws WebObjectsException, WebBeanException
This method should return the original expression that is being edited or displayed.- Returns:
- The
WebExpression
object being edited/displayed. - Throws:
WebObjectsException
WebBeanException
-
-