Class I18nRuntimeExtension

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

public class I18nRuntimeExtension extends Object implements RuntimeExtension
  • Constructor Details

    • I18nRuntimeExtension

      public I18nRuntimeExtension()
  • 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