public interface ToJspElCompilerService
| Modifier and Type | Field and Description |
|---|---|
static String |
UNSATISFIED_CONDITION_VALUE |
| Modifier and Type | Method and Description |
|---|---|
List<CompiledRule> |
compile(List<String> rules)
Given the list of rule json, compiles the rules to generate a list of
CompiledRule
Only the enabled rules are included in the output. |
FunctionMapper |
getDefaultFunctionMapper() |
VariableResolver |
getDefaultVariableResolver() |
static final String UNSATISFIED_CONDITION_VALUE
List<CompiledRule> compile(List<String> rules)
CompiledRule
Only the enabled rules are included in the output.rules - FunctionMapper getDefaultFunctionMapper()
VariableResolver getDefaultVariableResolver()
Copyright © 2010 - 2020 Adobe. All Rights Reserved