Template-based file generation.
This task requires a previous <template.init> was called to bind the
context with its class path and directories.
Usage:
<template context="..." method="..." file="..."/>
this use calls the template named conext\<class name of <b>this</b> object>\method.jsp
applying the template on <b>this</b> object
<template context="..." method="..." file="..." property="property name"/>
this use calls the template named conext\<class name of <b>property name</b> object>\method.jsp
applying the template on <b>this</b> object
|