com.adobe.solutions.exm.runtime 패키지에는 표현식 관리자 기본 단위 클라이언트측 런타임 구성 요소에 대한 인터페이스, 값 객체, 오류 및 이벤트가 들어 있습니다.
인터페이스
인터페이스 | 설명 | |
---|---|---|
IComputedExpression | Interface representing an expression managed by the Expression Manager. | |
IExpression | Interface representing an expression which is passed to the Expression Manager for management. | |
IExpressionManager | The ExpressionManager interface is the entry point into the Expression Manager runtime. | |
IFunctionMapper | Used by the Expression Manager for resolving any function calls encountered in an expression string. | |
IVariableResolver | Used by the Expression Manager for resolving any variable references encountered in an expression, for setting the values of variables which are targets of expressions and for being notified of externally triggered changes in variable values. |
클래스
클래스 | 설명 | |
---|---|---|
ComputationErrorEvent | Error dispatched by a ComputedExpression instance whenever an error occurs during evaluation of the expression embedded within it (e.g. | |
ExpressionValueChangeEvent | Event dispatched by ComputedExpression instances whenever the result of evaluation of their underlying expressions changes (due to a variable change, etc.). | |
VariableChangeEvent | Event dispatched by VariableResolver instances whenever the value of a variable managed by them changes. |
Tue Jun 12 2018, 03:32 PM Z