Interface ToJspElCompilerService
-
public interface ToJspElCompilerService
-
-
Field Summary
Fields Modifier and Type Field Description static StringUNSATISFIED_CONDITION_VALUE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CompiledRule>compile(List<String> rules)Given the list of rule json, compiles the rules to generate a list ofCompiledRuleOnly the enabled rules are included in the output.FunctionMappergetDefaultFunctionMapper()VariableResolvergetDefaultVariableResolver()
-
-
-
Field Detail
-
UNSATISFIED_CONDITION_VALUE
static final String UNSATISFIED_CONDITION_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
compile
List<CompiledRule> compile(List<String> rules)
Given the list of rule json, compiles the rules to generate a list ofCompiledRuleOnly the enabled rules are included in the output.- Parameters:
rules-- Returns:
-
getDefaultFunctionMapper
FunctionMapper getDefaultFunctionMapper()
-
getDefaultVariableResolver
VariableResolver getDefaultVariableResolver()
-
-