Tag Documentation

[tag libraries] [tags]

The following document contains a summary of all theJellytag libraries.

Tag Libraries

[tag libraries] [tags]

LibraryDescription
jelly:velocity

jelly:velocity

Tag NameDescription
mergeA tag that uses Velocity to render a specified template with theJellyContext storing the results in either a variable in theJellyContext or in a specified file.

Tags

[tag libraries] [tags]

velocity:merge

A tag that uses Velocity to render a specified template with theJellyContext storing the results in either a variable in theJellyContext or in a specified file.

Attribute NameTypeDescription
basedirjava.lang.StringSets the base directory used for loading of templates by theVelocity file resource loader.
escapeTextboolean
inputEncodingjava.lang.StringSets the input encoding used in the specified template whichdefaults to ISO-8859-1.
namejava.lang.StringSets the file name for the merged output.
outputEncodingjava.lang.StringSets the output encoding mode which defaults to ISO-8859-1 usedwhen storing the results of a merge in a file.
readOnlybooleanSets the read-only flag for this adapter which preventsmodifications in the Velocity context from propogating to theJellyContext.
templatejava.lang.StringSets the filename of the template used to merge with theJellyContext.
trimboolean
varjava.lang.StringSets the var used to store the results of the merge.