public class FunctionProviderConfig extends Object
| Constructor and Description |
|---|
FunctionProviderConfig(String className,
List<ConstructorArgument> args)
Constructor arguments are annotated so that the Simple XML framework can use
constructor injection to create an immutable object.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionProvider |
getFunctionProvider()
Gets an instance of the function provider that is defined in the XML config
this object represents.
|
public FunctionProviderConfig(String className, List<ConstructorArgument> args)
className - the name of the function provider class to instantiateargs - the arguments to pass to the constructor during instantiationpublic FunctionProvider getFunctionProvider()
ExpressionEngineException