Class SightlyBindingsValuesProvider

java.lang.Object
org.apache.sling.scripting.sightly.impl.engine.SightlyBindingsValuesProvider
All Implemented Interfaces:
BindingsValuesProvider

public class SightlyBindingsValuesProvider extends Object implements BindingsValuesProvider
HTL specific BindingsValuesProvider.
  • Constructor Details

    • SightlyBindingsValuesProvider

      public SightlyBindingsValuesProvider()
  • Method Details

    • addBindings

      public void addBindings(Bindings bindings)
      Description copied from interface: BindingsValuesProvider
      Add objects to the Bindings object. The Bindings object passed to this method does not support replacing or removing entries provided by Sling core scripting supports (request, response, resource, etc.). Entries created by other implementations of SlingScriptBindingsValuesProvider is permitted.
      Specified by:
      addBindings in interface BindingsValuesProvider
      Parameters:
      bindings - the Bindings object