Velocity Templates
Velocity template syntax for defining server-rendered property expressions, including template patterns and error handling.
Context Variables
Variables available in the Velocity evaluation context:
$item, $module, $tx, $context, and $wi.Polarion Services
Platform services injected into Velocity templates:
$trackerService, $txService, $repositoryService, and $securityService.JavaScript Functions
Client-side function expressions and dynamic value resolution using
$context references.Related Sections
- Sheet Configuration Reference — column configuration including
renderproperty - Data Model Reference — domain model property definitions
- Query API Reference — query execution and parameters
Sources
Sources
Source Code
Property.javaMetadataTest.javaDataPropertyFactory.javaServerRendererTest.java