Interface CustomFunctionSourceProvider

  • All Known Implementing Classes:
    XMLCustomFunctionSourceProvider

    public interface CustomFunctionSourceProvider
    CustomFunctionSourceProviders provide source code for custom methods that will be created at run-time to be used as expression engine functions. Currently an an XML based-implementation exists. It may be useful to create an implementation that stores the config in a database table.
    • Method Detail

      • getFunctionSources

        List<String> getFunctionSources()