| Modifier and Type | Class and Description |
|---|---|
class |
CustomFunctionProvider |
| Modifier and Type | Method and Description |
|---|---|
Collection<FunctionProvider> |
ExpressionContext.getFunctionProviders()
Gets the collection of function providers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionContext.addFunctionProvider(FunctionProvider functionProvider)
Adds function provider to the expression context.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionProvider |
FunctionProviderConfig.getFunctionProvider()
Gets an instance of the function provider that is defined in the XML config
this object represents.
|
| Modifier and Type | Method and Description |
|---|---|
List<FunctionProvider> |
ExpressionOasisConfig.getFunctionProviders()
Retrieves a list of function providers configured for the expression engine
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFunctionProvider
This is the default function provider.
|
class |
XMLFunctionProvider
This is the XML function provider.
|