Home >Topic List >Velocity syntax introduction

Velocity syntax introduction

Velocity syntax introduction: 1. Script instructions, Velocity uses the "#" symbol to identify script instructions; 2. Variable references, Velocity uses the "" symbol to identify variable references; 3. Loop structures, Velocity supports loop structures; 4. Function calls, Velocity supports calling Java methods or custom methods; 5. Import and export, Velocity supports import and export templates.