1:- Initialize velocity run
time
engine through method init().
2:- Create object of
VelocityContext Class.
3:- Create Template
class object, Template
class object is used for
controlling template methods and properties.
template.merge(context, writer): Merge method of the Template class
is used here for
merging the VelocityContext class object to produce
the output. Template class object is used for
controlling template methods and properties.
#foreach( $stu in $stuList ): This is like the for loop statement but it has some different and enhanced functionality.
java.MapClass.java
|
map.vm
Student: |
Output :
Student: |
|
Recommend the tutorial |
Ask Questions? Discuss: How to use List in velocity
Post your Comment