Interface NodeValueRenderer


public interface NodeValueRenderer
Defines a value for a node element.
Since:
1.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value for a node element.
  • Method Details

    • getValue

      String getValue(NodeTemplateContext context)
      Returns the value for a node element.
      Parameters:
      context - a Context that provides data to the renderer