Class OuterBindingsBindingsValueProvider

  • All Implemented Interfaces:
    org.apache.sling.scripting.api.BindingsValuesProvider

    public class OuterBindingsBindingsValueProvider
    extends Object
    implements org.apache.sling.scripting.api.BindingsValuesProvider
    A BindingsValuesProvider that binds the outermost bindings themselves into a binding, such that global variables can be added / changed.
    Since:
    09/2017
    Author:
    Hans-Peter Stoerr
    • Constructor Detail

      • OuterBindingsBindingsValueProvider

        public OuterBindingsBindingsValueProvider()
    • Method Detail

      • addBindings

        public void addBindings​(Bindings bindings)
        Specified by:
        addBindings in interface org.apache.sling.scripting.api.BindingsValuesProvider