Interface NodeValueRenderer
-
public interface NodeValueRendererDefines a value for a node element.- Since:
- 1.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetValue(NodeTemplateContext context)Returns the value for a node element.
-
-
-
Method Detail
-
getValue
java.lang.String getValue(NodeTemplateContext context)
Returns the value for a node element.- Parameters:
context- a Context that provides data to the renderer
-
-