java.lang.Object
org.apache.sling.scripting.sightly.impl.engine.extension.use.UseRuntimeExtension
All Implemented Interfaces:
RuntimeExtension

public class UseRuntimeExtension extends Object implements RuntimeExtension
Runtime extension for the USE plugin
  • Constructor Details

    • UseRuntimeExtension

      public UseRuntimeExtension()
  • Method Details

    • call

      public Object call(RenderContext renderContext, Object... arguments)
      Description copied from interface: RuntimeExtension
      Call the RuntimeExtension
      Specified by:
      call in interface RuntimeExtension
      Parameters:
      renderContext - the runtime context
      arguments - the call arguments
      Returns:
      an extension instance