Class CompiledRule
- java.lang.Object
-
- com.adobe.aemfd.expeditor.service.CompiledRule
-
public class CompiledRule extends Object
-
-
Constructor Summary
Constructors Constructor Description CompiledRule(String jspelExpression, boolean enabled, Set<String> usedVariables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJspelExpression()Set<String>getUsedVariables()booleanisEnabled()
-