Interface NodeValueRenderer
public interface NodeValueRenderer
Defines a value for a node element.
- Since:
- 1.2.0
-
Method Summary
Modifier and TypeMethodDescriptiongetValue
(NodeTemplateContext context) Returns the value for a node element.
-
Method Details
-
getValue
Returns the value for a node element.- Parameters:
context
- a Context that provides data to the renderer
-