public class SmartFilterExpressionValidator extends ExpressionContextValidator implements ContextValidator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
caller, contextManager, reference, validityExpression| Constructor and Description |
|---|
SmartFilterExpressionValidator(ContextManager contextManager,
CallerController caller,
Expression smartFilterExpression,
Reference reference) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
evaluate(java.lang.String contextPath,
Context context,
Evaluator evaluator) |
getDefaultTable, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidatepublic static final java.lang.String NAME
public SmartFilterExpressionValidator(@Nonnull
ContextManager contextManager,
@Nonnull
CallerController caller,
@Nonnull
Expression smartFilterExpression,
@Nonnull
Reference reference)
protected boolean evaluate(java.lang.String contextPath,
Context context,
Evaluator evaluator)
evaluate in class ExpressionContextValidator