public class ExpressionOasisConfig extends Object
| Constructor and Description |
|---|
ExpressionOasisConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<ExpressionConfig> |
getExpressionConfigs()
Retieves a list of expressions configured for the expression engine.
|
List<FunctionProvider> |
getFunctionProviders()
Retrieves a list of function providers configured for the expression engine
|
Grammar |
getGrammar() |
String |
getGrammarPath() |
boolean |
shouldCacheCompiledExpressions()
Determines whether the expression engine should cache RPN token stacks for expression strings
|
public boolean shouldCacheCompiledExpressions()
public List<ExpressionConfig> getExpressionConfigs()
public List<FunctionProvider> getFunctionProviders()
public Grammar getGrammar()
public String getGrammarPath()